summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* introduce and use qemu_clock_enablePaolo Bonzini2010-03-171-2/+14
* change qemu_run_timers interfacePaolo Bonzini2010-03-171-10/+8
* extract timer handling out of main_loop_waitPaolo Bonzini2010-03-171-22/+25
* remove qemu_rearm_alarm_timer from main loopPaolo Bonzini2010-03-171-1/+7
* tweak qemu_notify_eventPaolo Bonzini2010-03-171-7/+3
* do not use qemu_event_increment outside qemu_notify_eventPaolo Bonzini2010-03-171-1/+2
* more alarm timer cleanupPaolo Bonzini2010-03-171-11/+18
* only one flag is needed for alarm_timerPaolo Bonzini2010-03-171-16/+15
* fix error in win32_rearm_timerPaolo Bonzini2010-03-171-1/+1
OpenPOWER on IntegriCloud