aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-23cleanup block driver option handling in vl.cChristoph Hellwig1-29/+16
2010-04-23Replace calls of old bdrv_openKevin Wolf1-1/+1
2010-04-23qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf1-24/+11
2010-04-19provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini1-9/+7
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster1-5/+0
2010-04-12Fix build when configured with --enable-io-threadBlue Swirl1-11/+2
2010-04-10boot: remove unused boot_devices_bitmap variableEduardo Habkost1-5/+3
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost1-4/+1
2010-04-09move balloon handling to balloon.cPaolo Bonzini1-34/+0
2010-04-09move two variable declarations out of vl.cPaolo Bonzini1-4/+0
2010-04-09move socket_init to qemu-sockets.cPaolo Bonzini1-24/+0
2010-04-08read-only: allow read-only CDROM with any interfaceNaphtali Sprei1-8/+5
2010-03-30Use sysctl instead of /proc to find executable path on FreeBSDJuergen Lock1-4/+8
2010-03-29Refactor target specific handling, compile vl.c only onceBlue Swirl1-439/+37
2010-03-29Refactor CPUState handling out of vl.cBlue Swirl1-746/+3
2010-03-29Refactor a few architecture dependent pieces in vl.cBlue Swirl1-25/+47
2010-03-29Move KVM and Xen global flags to vl.cBlue Swirl1-0/+4
2010-03-29Adjust debug handlingBlue Swirl1-3/+3
2010-03-27Fix driftfix optionBlue Swirl1-3/+3
2010-03-27Refactor numa mode settingBlue Swirl1-8/+15
2010-03-27Compile ide/core only onceBlue Swirl1-1/+1
2010-03-21Revert "Introduce a default qmp session"Anthony Liguori1-63/+0
2010-03-21Revert "qmp: don't make -qmp disable the default monitor"Anthony Liguori1-11/+2
2010-03-21Revert "Convert atexit users to exit_notifier"Anthony Liguori1-5/+2
2010-03-21Revert "Add exit notifiers"Anthony Liguori1-27/+0
2010-03-20Fix mingw32 buildBlue Swirl1-3/+14
2010-03-19Introduce a default qmp sessionAnthony Liguori1-0/+52
2010-03-19qmp: don't make -qmp disable the default monitorAnthony Liguori1-2/+11
2010-03-19Convert atexit users to exit_notifierAnthony Liguori1-2/+5
2010-03-19Add exit notifiersAnthony Liguori1-0/+27
2010-03-19Handle deleted IOHandlers in a single bufferJuan Quintela1-10/+7
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela1-2/+2
2010-03-19Convert io handlers to QLISTJuan Quintela1-21/+14
2010-03-17split out qemu-timer.cPaolo Bonzini1-1166/+0
2010-03-17disentangle tcg and deadline calculationPaolo Bonzini1-8/+15
2010-03-17place together more #ifdef CONFIG_IOTHREAD blocksPaolo Bonzini1-41/+37
2010-03-17move vmstate registration of vmstate_timers earlierPaolo Bonzini1-31/+31
2010-03-17new function qemu_icount_deltaPaolo Bonzini1-11/+18
2010-03-17add qemu_alarm_pendingPaolo Bonzini1-3/+8
2010-03-17add qemu_icount_roundPaolo Bonzini1-6/+7
2010-03-17centralize handling of -icountPaolo Bonzini1-14/+19
2010-03-17introduce and use qemu_clock_enablePaolo Bonzini1-2/+14
2010-03-17change qemu_run_timers interfacePaolo Bonzini1-10/+8
2010-03-17extract timer handling out of main_loop_waitPaolo Bonzini1-22/+25
2010-03-17remove qemu_rearm_alarm_timer from main loopPaolo Bonzini1-1/+7
2010-03-17tweak qemu_notify_eventPaolo Bonzini1-7/+3
2010-03-17do not use qemu_event_increment outside qemu_notify_eventPaolo Bonzini1-1/+2
2010-03-17more alarm timer cleanupPaolo Bonzini1-11/+18
2010-03-17only one flag is needed for alarm_timerPaolo Bonzini1-16/+15
2010-03-17fix error in win32_rearm_timerPaolo Bonzini1-1/+1