aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-01block: add backing-file option to block-streamJeff Cody5-14/+43
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody7-11/+59
2014-07-01block: add helper function to determine if a BDS is in a chainJeff Cody2-0/+12
2014-07-01block: add QAPI command to allow live backing file changeJeff Cody3-0/+144
2014-07-01configure: Fix -lm test, so that tools can be compiled on hosts that require -lmAlexey Kardashevskiy2-5/+1
2014-07-01qdev: correctly send DEVICE_DELETED for recursively-deleted devicesPaolo Bonzini2-2/+4
2014-07-01memory: do not give a name to the internal exec.c regionsPaolo Bonzini1-4/+4
2014-07-01memory: MemoryRegion: Add size propertyPeter Crosthwaite1-0/+13
2014-07-01memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite2-1/+25
2014-07-01memory: MemoryRegion: Add container and addr propsPeter Crosthwaite1-0/+46
2014-07-01memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini2-11/+25
2014-07-01memory: MemoryRegion: QOMifyPeter Crosthwaite3-22/+109
2014-07-01memory: MemoryRegion: use /machine as default ownerPaolo Bonzini2-3/+2
2014-07-01libqtest: escape strings in QMP commands, fix leakPaolo Bonzini4-16/+43
2014-07-01qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite1-6/+8
2014-07-01qom: object: remove parent pointer when unparentingPeter Crosthwaite1-0/+1
2014-07-01mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti1-0/+9
2014-07-01qom: allow creating an alias of a child<> propertyPaolo Bonzini1-1/+11
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini2-34/+82
2014-07-01qapi: Change back sector-count to sectors-count in quorum QAPI events.Benoît Canet2-17/+17
2014-07-01block/cow: Avoid use of uninitialized cow_bs in error pathPeter Maydell1-3/+4
2014-07-01block: simplify bdrv_find_base() and bdrv_find_overlay()Jeff Cody1-35/+10
2014-07-01block: make 'top' argument to block-commit optionalJeff Cody4-17/+39
2014-07-01iotests: Add more tests to quick groupMax Reitz1-19/+19
2014-07-01iotests: Add qemu tests to quick groupMax Reitz1-9/+9
2014-07-01iotests: Simplify qemu-iotests-quick.shMax Reitz1-11/+1
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu9-6/+146
2014-07-01virtio-scsi: scsi events must be converted to target endiannessCédric Le Goater1-2/+2
2014-07-01virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsingGreg Kurz1-7/+1
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi2-0/+71
2014-07-01virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi1-1/+1
2014-07-01qdev: drop iothread property typeStefan Hajnoczi2-53/+0
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi4-1/+17
2014-07-01virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi2-24/+11
2014-07-01virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi3-0/+3
2014-07-01virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi2-8/+0
2014-07-01virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi6-15/+3
2014-07-01qdev: add qdev_alias_all_properties()Stefan Hajnoczi2-0/+23
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi3-6/+8
2014-07-01dataplane: bail out on unsupported transportCornelia Huck1-0/+10
2014-07-01virtio-blk: avoid qdev property definition duplicationStefan Hajnoczi1-8/+6
2014-07-01irq: Slim conversion of qemu_irq to QOMAndreas Färber2-2/+22
2014-07-01irq: Allocate IRQs individuallyPeter Crosthwaite5-17/+11
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber14-29/+28
2014-06-30sdhci: Fix misuse of qemu_free_irqs()Andreas Färber1-2/+2
2014-06-30qom: Remove parent pointer when unparentingPeter Crosthwaite1-0/+1
2014-06-30Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014063...Peter Maydell1-115/+165
2014-06-30vfio: use correct runstatePaolo Bonzini1-1/+1
2014-06-30vfio: Make BARs native endianAlexey Kardashevskiy1-10/+31
2014-06-30vfio-pci: Fix MSI-X masking performanceAlex Williamson1-102/+131