summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-04do not pass NULL to strdup.Gleb Natapov1-2/+2
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+1
2011-01-31blockdev: Fix drive_add for drives without mediaMarkus Armbruster1-7/+2
2011-01-31blockdev: Replace drive_add()'s fmt, ... by optstr parameterMarkus Armbruster1-10/+13
2011-01-31blockdev: Reject multiple definitions for the same driveMarkus Armbruster1-15/+30
2011-01-31blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster1-20/+23
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen1-2/+2
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka1-1/+1
2011-01-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-1/+3
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-1/+3
2010-12-27Fix a missing trailing newlineAurelien Jarno1-1/+1
2010-12-20qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata1-1/+3
2010-12-19Avoid a warning from OpenBSD linkerBlue Swirl1-2/+4
2010-12-11Pass boot device list to firmware.Gleb Natapov1-0/+48
2010-12-11Add notifier that will be called when machine is fully created.Gleb Natapov1-0/+15
2010-12-11Add bootindex for option roms.Gleb Natapov1-2/+9
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+40
2010-12-09spice: add qxl deviceGerd Hoffmann1-1/+3
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-7/+11
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori1-0/+1
2010-11-21trace: Trace vm_start()/vm_stop()Stefan Hajnoczi1-0/+3
2010-11-16Delete IOHandlers after potentially running themStefan Hajnoczi1-7/+8
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen1-20/+9
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-24/+0
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori1-16/+34
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-21spice: simple displayGerd Hoffmann1-0/+7
2010-09-21spice: core bitsGerd Hoffmann1-0/+14
2010-09-21Use machine_init() to register virtfs config options.Gerd Hoffmann1-5/+0
2010-09-21Use display types for local display only.Gerd Hoffmann1-11/+13
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