summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Move daemonize handling to OS specific filesJes Sorensen2010-06-121-103/+3
* | Move chroot handling to OS specific files.Jes Sorensen2010-06-121-17/+1
* | Move runas handling from vl.c to OS specific files.Jes Sorensen2010-06-121-28/+1
* | Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen2010-06-121-16/+3
* | Rename qemu-options.h to qemu-options.defJes Sorensen2010-06-121-3/+3
* | Move find_datadir to OS specific files.Jes Sorensen2010-06-121-90/+1
* | Move main signal handler setup to os specificfiles.Jes Sorensen2010-06-121-32/+1
* | Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen2010-06-121-1/+1
* | Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen2010-06-121-30/+0
* | Introduce os-posix.c and create os_setup_signal_handling()Jes Sorensen2010-06-121-7/+1
* | vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen2010-06-121-51/+1
* | Introduce os-win32.c and move polling functions from vl.cJes Sorensen2010-06-121-80/+0
* | vl.c: Remove double include of netinet/in.h for SolarisJes Sorensen2010-06-121-1/+0
* | main: allocate gui_timer only once.Isaku Yamahata2010-06-101-0/+1
* | configure: expand ${prefix} in create_configPaolo Bonzini2010-06-101-1/+1
|/
* drive: allow rerror, werror and readonly for if=noneGerd Hoffmann2010-05-281-3/+3
* 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
OpenPOWER on IntegriCloud