aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-01Add option to turn on JSON pretty printing in monitorDaniel P. Berrange1-0/+3
2010-09-25Introduce qemu_madvise()Andreas Färber1-3/+0
2010-09-09trace: Add trace file name command-line optionPrerna Saxena1-0/+21
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V1-1/+1
2010-09-04virtio-9p: Make sure -virtfs option works correctlyAneesh Kumar K.V1-2/+2
2010-08-31Fix OpenBSD linker warningBlue Swirl1-8/+10
2010-08-22compile -fsdev and -virtfs cmd line options unconditionally.Gerd Hoffmann1-4/+13
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-25/+31
2010-08-19Remove useless NULL checks for qemu_malloc return valueBlue Swirl1-12/+0
2010-07-30migration: Accept 'cont' only after successful incoming migrationAmit Shah1-0/+2
2010-07-30remove pointless if from vl.cJoel Schopp1-3/+1
2010-07-22Rename tcg_cpu_exec and tcg_has_workJan Kiszka1-1/+1
2010-07-06savevm: Migrate RAM based on name/offsetAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-06-22Exit if incoming migration failsJuan Quintela1-1/+6
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)1-4/+4
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)1-3/+15
2010-06-14Add exit notifiers.Gerd Hoffmann1-0/+19
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-491/+8
2010-06-12Move set_proc_name() to OS specific files.Jes Sorensen1-18/+1
2010-06-12Move line-buffering setup to OS specific files.Jes Sorensen1-4/+1
2010-06-12Move daemonize handling to OS specific filesJes Sorensen1-103/+3
2010-06-12Move chroot handling to OS specific files.Jes Sorensen1-17/+1
2010-06-12Move runas handling from vl.c to OS specific files.Jes Sorensen1-28/+1
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen1-16/+3
2010-06-12Rename qemu-options.h to qemu-options.defJes Sorensen1-3/+3
2010-06-12Move find_datadir to OS specific files.Jes Sorensen1-90/+1
2010-06-12Move main signal handler setup to os specificfiles.Jes Sorensen1-32/+1
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen1-1/+1
2010-06-12Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen1-30/+0
2010-06-12Introduce os-posix.c and create os_setup_signal_handling()Jes Sorensen1-7/+1
2010-06-12vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen1-51/+1
2010-06-12Introduce os-win32.c and move polling functions from vl.cJes Sorensen1-80/+0
2010-06-12vl.c: Remove double include of netinet/in.h for SolarisJes Sorensen1-1/+0
2010-06-10main: allocate gui_timer only once.Isaku Yamahata1-0/+1
2010-06-10configure: expand ${prefix} in create_configPaolo Bonzini1-1/+1
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-482/+1
2010-06-04blockdev: Hide QEMUMachine from drive_init()Markus Armbruster1-7/+5
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka1-0/+1
2010-06-04Fix error message in drive_initKevin Wolf1-2/+4
2010-06-04usb: Remove unused usb_device_add() parameter is_hotplugMarkus Armbruster1-3/+3
2010-06-04blockdev: Belatedly remove driveoptsMarkus Armbruster1-1/+0
2010-06-04blockdev: Belatedly remove MAX_DRIVESMarkus Armbruster1-2/+0
2010-05-28drive: allow rerror, werror and readonly for if=noneGerd Hoffmann1-3/+3
2010-05-27Make cache=unsafe the default for -snapshotAlexander Graf1-2/+2
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf1-0/+3
2010-05-24Fix error handling in qemu_read_config_fileKevin Wolf1-2/+2
2010-05-19Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino1-18/+0
2010-05-18fix chardev_init for win32TeLeMan1-2/+2
2010-05-04Fix cpu list("-cpu ?") breakage, spotted by TeLeManBlue Swirl1-6/+1