aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori
2010-11-21trace: Trace vm_start()/vm_stop()Stefan Hajnoczi
2010-11-16Delete IOHandlers after potentially running themStefan Hajnoczi
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori
2010-10-01Add option to turn on JSON pretty printing in monitorDaniel P. Berrange
2010-09-25Introduce qemu_madvise()Andreas Färber
2010-09-21spice: simple displayGerd Hoffmann
2010-09-21spice: core bitsGerd Hoffmann
2010-09-21Use machine_init() to register virtfs config options.Gerd Hoffmann
2010-09-21Use display types for local display only.Gerd Hoffmann
2010-09-09trace: Add trace file name command-line optionPrerna Saxena
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V
2010-09-04virtio-9p: Make sure -virtfs option works correctlyAneesh Kumar K.V
2010-08-31Fix OpenBSD linker warningBlue Swirl
2010-08-22compile -fsdev and -virtfs cmd line options unconditionally.Gerd Hoffmann
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-08-19Remove useless NULL checks for qemu_malloc return valueBlue Swirl
2010-07-30migration: Accept 'cont' only after successful incoming migrationAmit Shah
2010-07-30remove pointless if from vl.cJoel Schopp
2010-07-22Rename tcg_cpu_exec and tcg_has_workJan Kiszka
2010-07-06savevm: Migrate RAM based on name/offsetAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-22Exit if incoming migration failsJuan Quintela
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)
2010-06-14Add exit notifiers.Gerd Hoffmann
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-12Move set_proc_name() to OS specific files.Jes Sorensen
2010-06-12Move line-buffering setup to OS specific files.Jes Sorensen
2010-06-12Move daemonize handling to OS specific filesJes Sorensen
2010-06-12Move chroot handling to OS specific files.Jes Sorensen
2010-06-12Move runas handling from vl.c to OS specific files.Jes Sorensen
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen
2010-06-12Rename qemu-options.h to qemu-options.defJes Sorensen
2010-06-12Move find_datadir to OS specific files.Jes Sorensen
2010-06-12Move main signal handler setup to os specificfiles.Jes Sorensen
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-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-06-04blockdev: Hide QEMUMachine from drive_init()Markus Armbruster
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka