summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster2010-06-158-29/+26
* cow: use qemu block APIChristoph Hellwig2010-06-151-26/+13
* cow: stop using mmapChristoph Hellwig2010-06-153-45/+61
* cow: use pread/pwriteChristoph Hellwig2010-06-151-5/+5
* qcow2: Restore L1 entry on l2_allocate failureKevin Wolf2010-06-151-0/+1
* Fix regression for "-drive file="Markus Armbruster2010-06-151-1/+1
* savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho2010-06-153-22/+54
* qcow2: Return real error code in load_refcount_blockKevin Wolf2010-06-151-3/+8
* qcow2: Allow alloc_clusters_noref to return errorsKevin Wolf2010-06-151-3/+15
* qcow2: Allow get_refcount to return errorsKevin Wolf2010-06-151-4/+37
* vpc: Read/write multiple sectors at onceKevin Wolf2010-06-151-11/+30
* Add exit notifiers.Gerd Hoffmann2010-06-142-0/+23
* acpi_piix4: save gpe and pci hotplug slot statusAlex Williamson2010-06-141-1/+28
* qemu-option: Reject anti-social IDsMarkus Armbruster2010-06-141-0/+20
* qdev: Revert the hack to let -net nic and pci_add set qdev IDMarkus Armbruster2010-06-141-2/+0
* Clarify error message when a PCI slot is already in use (v2)Daniel P. Berrange2010-06-141-3/+3
* virtio-blk: simplify multiwrite calling conventionsChristoph Hellwig2010-06-141-37/+35
* virtio-blk: stop tracking old_bsChristoph Hellwig2010-06-141-19/+10
* un-register kbd driver in case of USB kbd unplug.Jes Sorensen2010-06-143-2/+13
* make qemu_thread_create block all signalsPaolo Bonzini2010-06-142-27/+18
* migration-tcp: call migrate_fd_error() instead of close() and free().Yoshiaki Tamura2010-06-141-3/+1
* migration: use qemu_free() instead of free().Yoshiaki Tamura2010-06-141-1/+1
* etrax-ser: Support the uart rx fifo.Edgar E. Iglesias2010-06-141-22/+51
* ram_blocks: Convert to a QLISTAlex Williamson2010-06-143-66/+54
* Make netdev_del delete the netdev even when it's in useMarkus Armbruster2010-06-141-4/+0
* pass info about hpets to seabios.]Gleb Natapov2010-06-143-0/+34
* hpet: Init capability register only onceJan Kiszka2010-06-141-4/+5
* qemu-option: Fix uninitialized value in append_option_parameterKevin Wolf2010-06-141-0/+1
* Change #define DEBUG to #define E1000_DEBUG in hw/e1000.cJes Sorensen2010-06-141-2/+2
* Remove unused DEBUG defines from hw/msix.cJes Sorensen2010-06-141-9/+0
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-1448-785/+916
|\
| * block: Fix serial number assignmentLuiz Capitulino2010-06-041-1/+1
| * blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-0434-660/+692
| * qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster2010-06-044-4/+2
| * blockdev: Hide QEMUMachine from drive_init()Markus Armbruster2010-06-044-10/+9
| * block: call the snapshot handlers of the protocol driversMORITA Kazutaka2010-06-041-18/+43
| * close all the block drivers before the qemu process exitsMORITA Kazutaka2010-06-043-0/+11
| * block: Assume raw for drives without mediaKevin Wolf2010-06-041-2/+2
| * Fix error message in drive_initKevin Wolf2010-06-041-2/+4
| * scsi: Fix info qtree for scsi-disk.verMarkus Armbruster2010-06-041-2/+5
| * scsi: Turn drive serial into a qdev property scsi-disk.serialMarkus Armbruster2010-06-041-4/+13
| * ide: Fix info qtree for ide-drive.verMarkus Armbruster2010-06-041-0/+3
| * ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster2010-06-043-7/+24
| * qdev: Don't leak string property value on hot unplugMarkus Armbruster2010-06-043-0/+13
| * qdev: New qdev_prop_set_string()Markus Armbruster2010-06-042-0/+6
| * ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-048-18/+34
| * ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster2010-06-041-22/+25
| * ide: Split ide_init1() off ide_init2()Markus Armbruster2010-06-041-15/+17
| * ide: Remove redundant IDEState member confMarkus Armbruster2010-06-043-14/+9
| * ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster2010-06-041-2/+0
OpenPOWER on IntegriCloud