summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix cpu list("-cpu ?") breakage, spotted by TeLeManBlue Swirl2010-05-041-6/+1Star
* 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/+3Star
* Monitor: Return before exiting with 'quit'Luiz Capitulino2010-04-261-0/+18
* cleanup block driver option handling in vl.cChristoph Hellwig2010-04-231-29/+16Star
* 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/+11Star
* provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini2010-04-191-9/+7Star
* error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster2010-04-181-5/+0Star
* Fix build when configured with --enable-io-threadBlue Swirl2010-04-121-11/+2Star
* boot: remove unused boot_devices_bitmap variableEduardo Habkost2010-04-101-5/+3Star
* net: remove broken net_set_boot_mask() boot device validationEduardo Habkost2010-04-101-4/+1Star
* move balloon handling to balloon.cPaolo Bonzini2010-04-091-34/+0Star
* move two variable declarations out of vl.cPaolo Bonzini2010-04-091-4/+0Star
* move socket_init to qemu-sockets.cPaolo Bonzini2010-04-091-24/+0Star
* read-only: allow read-only CDROM with any interfaceNaphtali Sprei2010-04-081-8/+5Star
* 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/+37Star
* Refactor CPUState handling out of vl.cBlue Swirl2010-03-291-746/+3Star
* 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/+0Star
* Revert "qmp: don't make -qmp disable the default monitor"Anthony Liguori2010-03-211-11/+2Star
* Revert "Convert atexit users to exit_notifier"Anthony Liguori2010-03-211-5/+2Star
* Revert "Add exit notifiers"Anthony Liguori2010-03-211-27/+0Star
* 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/+7Star
* rename IOCanRWHandler to IOCanReadHandlerJuan Quintela2010-03-191-2/+2
* Convert io handlers to QLISTJuan Quintela2010-03-191-21/+14Star
* split out qemu-timer.cPaolo Bonzini2010-03-171-1166/+0Star
* disentangle tcg and deadline calculationPaolo Bonzini2010-03-171-8/+15
* place together more #ifdef CONFIG_IOTHREAD blocksPaolo Bonzini2010-03-171-41/+37Star
* move vmstate registration of vmstate_timers earlierPaolo Bonzini2010-03-171-31/+31
* new function qemu_icount_deltaPaolo Bonzini2010-03-171-11/+18
* add qemu_alarm_pendingPaolo Bonzini2010-03-171-3/+8
* add qemu_icount_roundPaolo Bonzini2010-03-171-6/+7
* centralize handling of -icountPaolo Bonzini2010-03-171-14/+19