aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen
2010-06-12Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen
2010-06-12Introduce os-posix.c and create os_setup_signal_handling()Jes Sorensen
2010-06-12vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen
2010-06-12Introduce os-win32.c and move polling functions from vl.cJes Sorensen
2010-06-12vl.c: Remove double include of netinet/in.h for SolarisJes Sorensen
2010-06-10main: allocate gui_timer only once.Isaku Yamahata
2010-06-10configure: expand ${prefix} in create_configPaolo Bonzini
2010-05-28drive: allow rerror, werror and readonly for if=noneGerd Hoffmann
2010-05-27Make cache=unsafe the default for -snapshotAlexander Graf
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf
2010-05-24Fix error handling in qemu_read_config_fileKevin Wolf
2010-05-19Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino
2010-05-18fix chardev_init for win32TeLeMan
2010-05-04Fix cpu list("-cpu ?") breakage, spotted by TeLeManBlue Swirl
2010-05-03QMP: Introduce RESUME eventLuiz Capitulino
2010-05-03virtio-9p: Create a syntactic shortcut for the file-system pass-thruGautham R Shenoy
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy
2010-05-03Fix boot once optionAlex Williamson
2010-05-01fix old typos in help headerThomas Monjalon
2010-04-26monitor: Reorder intialization to drop initial mux focusJan Kiszka
2010-04-26monitor: Cleanup ID assignment for compat switchJan Kiszka
2010-04-26Monitor: Return before exiting with 'quit'Luiz Capitulino
2010-04-23cleanup block driver option handling in vl.cChristoph Hellwig
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-04-23qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf
2010-04-19provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster
2010-04-12Fix build when configured with --enable-io-threadBlue Swirl
2010-04-10boot: remove unused boot_devices_bitmap variableEduardo Habkost
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost
2010-04-09move balloon handling to balloon.cPaolo Bonzini
2010-04-09move two variable declarations out of vl.cPaolo Bonzini
2010-04-09move socket_init to qemu-sockets.cPaolo Bonzini
2010-04-08read-only: allow read-only CDROM with any interfaceNaphtali Sprei
2010-03-30Use sysctl instead of /proc to find executable path on FreeBSDJuergen Lock
2010-03-29Refactor target specific handling, compile vl.c only onceBlue Swirl
2010-03-29Refactor CPUState handling out of vl.cBlue Swirl
2010-03-29Refactor a few architecture dependent pieces in vl.cBlue Swirl
2010-03-29Move KVM and Xen global flags to vl.cBlue Swirl
2010-03-29Adjust debug handlingBlue Swirl
2010-03-27Fix driftfix optionBlue Swirl
2010-03-27Refactor numa mode settingBlue Swirl
2010-03-27Compile ide/core only onceBlue Swirl
2010-03-21Revert "Introduce a default qmp session"Anthony Liguori
2010-03-21Revert "qmp: don't make -qmp disable the default monitor"Anthony Liguori
2010-03-21Revert "Convert atexit users to exit_notifier"Anthony Liguori
2010-03-21Revert "Add exit notifiers"Anthony Liguori
2010-03-20Fix mingw32 buildBlue Swirl
2010-03-19Introduce a default qmp sessionAnthony Liguori