aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Syncing documentation vs. -help vs. qemu_options tableblueswir11-399/+33
2009-03-20Implement cancellation method for dma async I/O (Avi Kivity)aliguori1-0/+1
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-2/+0
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-1/+14
2009-03-10Clean build: Add bt-host.haurel321-0/+1
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-0/+1
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-2/+2
2009-03-07target-ppc: move the CD-ROM drive to the second IDEaurel321-4/+0
2009-03-07Use a dedicated function to request exit from execution loopaurel321-7/+7
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-3/+5
2009-03-07Fix BSD breakage from r6736blueswir11-0/+3
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-29/+29
2009-03-05monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Decouple terminals (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Drop banner hiding (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-22/+25
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori1-4/+15
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-52/+21
2009-03-05monitor: Use reasonable default virtual console size (Jan Kiszka)aliguori1-1/+1
2009-03-05char: Fix initial reset (Jan Kiszka)aliguori1-0/+1
2009-02-28Change default werror semantics from "report" to "enospc"aliguori1-2/+2
2009-02-27Remove some warnings and fix windows build.aliguori1-2/+2
2009-02-27chroot and change user support (Nolan)aliguori1-5/+58
2009-02-27Unify default parallel console size (Jan Kiszka)aliguori1-1/+1
2009-02-27Allow additions of ACPI tables from command line (Gleb Natapov)aliguori1-0/+10
2009-02-27Do not enable a default virtio consolealiguori1-4/+1
2009-02-15Unbreak SDL on Mac OS Xmalc1-0/+7
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori1-0/+3
2009-02-11qemu: zero ioport_opaque on isa_unassign_ioport (Marcelo Tosatti)aliguori1-0/+2
2009-02-11qemu: net/drive add/remove tweaks (Marcelo Tosatti)aliguori1-7/+7
2009-02-11qemu: move drives_opt for external use (Marcelo Tosatti)aliguori1-6/+2
2009-02-11qemu: drive removal support (Marcelo Tosatti)aliguori1-0/+21
2009-02-11qemu: dynamic drive/drive_opt index allocation (Marcelo Tosatti)aliguori1-11/+43
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-16/+0
2009-01-24Synch code, help and docsblueswir11-136/+168
2009-01-24target-ppc: change the default RAM size to 128MB like other targetsaurel321-4/+0
2009-01-22Stop VM on error in virtio-blk. (Gleb Natapov)aliguori1-1/+1
2009-01-22Stop VM on error in scsi-disk (Gleb Natapov)aliguori1-2/+2
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori1-25/+4
2009-01-22Fix build with --disable-sdlaliguori1-1/+2
2009-01-21Fix nographic mode and VNCblueswir11-0/+13
2009-01-21Stop VM on ENOSPC error. (Gleb Natapov)aliguori1-2/+35
2009-01-21Adds null check for DisplayStatus (Stefano Stabellini)aliguori1-0/+5
2009-01-19Remove dumb_display (Stefan Stabellini)aliguori1-22/+5
2009-01-18add an init function parameter to qemu_chr_open()aurel321-4/+4
2009-01-16Make sure monitor appears as a vcaliguori1-8/+10
2009-01-16Fix character devices after DisplayState refactoringaliguori1-19/+45
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-62/+82
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-4/+1
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-32/+55