aboutsummaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* exit if -drive specified is invalid instead of ignoring the "wrong" -driveMichael Tokarev2011-05-031-1/+3
* do not pass NULL to strdup.Gleb Natapov2011-02-041-2/+2
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-011-1/+1
|\
| * kvm: Drop smp_cpus argument from init functionsJan Kiszka2011-01-231-1/+1
* | blockdev: Fix drive_add for drives without mediaMarkus Armbruster2011-01-311-7/+2
* | blockdev: Replace drive_add()'s fmt, ... by optstr parameterMarkus Armbruster2011-01-311-10/+13
* | blockdev: Reject multiple definitions for the same driveMarkus Armbruster2011-01-311-15/+30
* | blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster2011-01-311-20/+23
* | Make strtosz() return int64_t instead of ssize_tJes Sorensen2011-01-241-2/+2
|/
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2011-01-101-1/+3
|\
| * qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata2010-12-201-1/+3
* | Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-271-1/+3
|\ \
| * | spice: add qxl deviceGerd Hoffmann2010-12-091-1/+3
* | | Fix a missing trailing newlineAurelien Jarno2010-12-271-1/+1
* | | Avoid a warning from OpenBSD linkerBlue Swirl2010-12-191-2/+4
| |/ |/|
* | Pass boot device list to firmware.Gleb Natapov2010-12-111-0/+48
* | Add notifier that will be called when machine is fully created.Gleb Natapov2010-12-111-0/+15
* | Add bootindex for option roms.Gleb Natapov2010-12-111-2/+9
* | Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+40
|/
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2010-12-011-7/+11
|\
| * trace: Trace vm_start()/vm_stop()Stefan Hajnoczi2010-11-211-0/+3
| * Delete IOHandlers after potentially running themStefan Hajnoczi2010-11-161-7/+8
* | qdev: reset qdev along with qdev treeAnthony Liguori2010-11-221-0/+1
|/
* Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen2010-11-031-20/+9
* qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-24/+0
* Merge remote branch 'spice/submit.6' into stagingAnthony Liguori2010-10-051-16/+34
|\
| * spice: simple displayGerd Hoffmann2010-09-211-0/+7
| * spice: core bitsGerd Hoffmann2010-09-211-0/+14
| * Use machine_init() to register virtfs config options.Gerd Hoffmann2010-09-211-5/+0
| * Use display types for local display only.Gerd Hoffmann2010-09-211-11/+13
* | Add option to turn on JSON pretty printing in monitorDaniel P. Berrange2010-10-011-0/+3
* | Introduce qemu_madvise()Andreas Färber2010-09-251-3/+0
|/
* trace: Add trace file name command-line optionPrerna Saxena2010-09-091-0/+21
* virtio-9p: Add SM_NONE security modelAneesh Kumar K.V2010-09-081-1/+1
* virtio-9p: Make sure -virtfs option works correctlyAneesh Kumar K.V2010-09-041-2/+2
* Fix OpenBSD linker warningBlue Swirl2010-08-311-8/+10
* compile -fsdev and -virtfs cmd line options unconditionally.Gerd Hoffmann2010-08-221-4/+13
* QemuOpts: make most qemu_*_opts staticGerd Hoffmann2010-08-221-25/+31
* Remove useless NULL checks for qemu_malloc return valueBlue Swirl2010-08-191-12/+0
* migration: Accept 'cont' only after successful incoming migrationAmit Shah2010-07-301-0/+2
* remove pointless if from vl.cJoel Schopp2010-07-301-3/+1
* 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