aboutsummaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tcg_cpu_exec and tcg_has_workJan Kiszka2010-07-221-1/+1
* savevm: Migrate RAM based on name/offsetAlex Williamson2010-07-061-1/+1
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Exit if incoming migration failsJuan Quintela2010-06-221-1/+6
* virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)2010-06-221-4/+4
* virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)2010-06-221-3/+15
* Add exit notifiers.Gerd Hoffmann2010-06-141-0/+19
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-141-491/+8
|\
| * blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-482/+1
| * blockdev: Hide QEMUMachine from drive_init()Markus Armbruster2010-06-041-7/+5
| * close all the block drivers before the qemu process exitsMORITA Kazutaka2010-06-041-0/+1
| * Fix error message in drive_initKevin Wolf2010-06-041-2/+4
| * usb: Remove unused usb_device_add() parameter is_hotplugMarkus Armbruster2010-06-041-3/+3
| * blockdev: Belatedly remove driveoptsMarkus Armbruster2010-06-041-1/+0
| * blockdev: Belatedly remove MAX_DRIVESMarkus Armbruster2010-06-041-2/+0
* | Move set_proc_name() to OS specific files.Jes Sorensen2010-06-121-18/+1
* | Move line-buffering setup to OS specific files.Jes Sorensen2010-06-121-4/+1
* | 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