summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Make cache=unsafe the default for -snapshotAlexander Graf2010-05-271-2/+2
* Add cache=unsafe parameter to -driveAlexander Graf2010-05-261-0/+3
* Fix error handling in qemu_read_config_fileKevin Wolf2010-05-241-2/+2
* Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino2010-05-191-18/+0
* fix chardev_init for win32TeLeMan2010-05-181-2/+2
* Fix cpu list("-cpu ?") breakage, spotted by TeLeManBlue Swirl2010-05-041-6/+1
* QMP: Introduce RESUME eventLuiz Capitulino2010-05-031-0/+1
* virtio-9p: Create a syntactic shortcut for the file-system pass-thruGautham R Shenoy2010-05-031-0/+56
* virtio-9p: Create a commandline option -fsdevGautham R Shenoy2010-05-031-0/+27
* Fix boot once optionAlex Williamson2010-05-031-0/+7
* fix old typos in help headerThomas Monjalon2010-05-011-2/+2
* monitor: Reorder intialization to drop initial mux focusJan Kiszka2010-04-261-3/+4
* monitor: Cleanup ID assignment for compat switchJan Kiszka2010-04-261-5/+3
* Monitor: Return before exiting with 'quit'Luiz Capitulino2010-04-261-0/+18
* cleanup block driver option handling in vl.cChristoph Hellwig2010-04-231-29/+16
* Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+1
* qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf2010-04-231-24/+11
* provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini2010-04-191-9/+7
* error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster2010-04-181-5/+0
* Fix build when configured with --enable-io-threadBlue Swirl2010-04-121-11/+2
* boot: remove unused boot_devices_bitmap variableEduardo Habkost2010-04-101-5/+3
* net: remove broken net_set_boot_mask() boot device validationEduardo Habkost2010-04-101-4/+1
* move balloon handling to balloon.cPaolo Bonzini2010-04-091-34/+0
* move two variable declarations out of vl.cPaolo Bonzini2010-04-091-4/+0
* move socket_init to qemu-sockets.cPaolo Bonzini2010-04-091-24/+0
* read-only: allow read-only CDROM with any interfaceNaphtali Sprei2010-04-081-8/+5
* Use sysctl instead of /proc to find executable path on FreeBSDJuergen Lock2010-03-301-4/+8
* Refactor target specific handling, compile vl.c only onceBlue Swirl2010-03-291-439/+37
* Refactor CPUState handling out of vl.cBlue Swirl2010-03-291-746/+3
* Refactor a few architecture dependent pieces in vl.cBlue Swirl2010-03-291-25/+47
* Move KVM and Xen global flags to vl.cBlue Swirl2010-03-291-0/+4
* Adjust debug handlingBlue Swirl2010-03-291-3/+3
* Fix driftfix optionBlue Swirl2010-03-271-3/+3
* Refactor numa mode settingBlue Swirl2010-03-271-8/+15
* Compile ide/core only onceBlue Swirl2010-03-271-1/+1
* Revert "Introduce a default qmp session"Anthony Liguori2010-03-211-63/+0
* Revert "qmp: don't make -qmp disable the default monitor"Anthony Liguori2010-03-211-11/+2
* Revert "Convert atexit users to exit_notifier"Anthony Liguori2010-03-211-5/+2
* Revert "Add exit notifiers"Anthony Liguori2010-03-211-27/+0
* Fix mingw32 buildBlue Swirl2010-03-201-3/+14
* Introduce a default qmp sessionAnthony Liguori2010-03-191-0/+52
* qmp: don't make -qmp disable the default monitorAnthony Liguori2010-03-191-2/+11
* Convert atexit users to exit_notifierAnthony Liguori2010-03-191-2/+5
* Add exit notifiersAnthony Liguori2010-03-191-0/+27
* Handle deleted IOHandlers in a single bufferJuan Quintela2010-03-191-10/+7
* rename IOCanRWHandler to IOCanReadHandlerJuan Quintela2010-03-191-2/+2
* Convert io handlers to QLISTJuan Quintela2010-03-191-21/+14
* split out qemu-timer.cPaolo Bonzini2010-03-171-1166/+0
* disentangle tcg and deadline calculationPaolo Bonzini2010-03-171-8/+15
* place together more #ifdef CONFIG_IOTHREAD blocksPaolo Bonzini2010-03-171-41/+37
OpenPOWER on IntegriCloud