summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-cris: Build fix for debug outputAndreas Färber2013-02-041-1/+1
* bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini2013-02-026-65/+28Star
* util: Fix compilation of envlist.c for MinGWStefan Weil2013-02-022-6/+3Star
* Update version for 1.4.0-rc0Anthony Liguori2013-02-021-1/+1
* tap: unbreak -netdev tap,fd=XAnthony Liguori2013-02-021-1/+1
* qom: remove object_deletePaolo Bonzini2013-02-012-24/+10Star
* cpu: do not use object_deletePaolo Bonzini2013-02-014-5/+5
* qdev: drop extra references at creation timePaolo Bonzini2013-02-013-4/+7
* qdev: inline object_delete into qbus_free/qdev_freePaolo Bonzini2013-02-011-2/+4
* qdev: add reference for the bus while it is referred to by the DeviceStatePaolo Bonzini2013-02-011-0/+3
* qdev: move unrealization of devices from finalize to unparentPaolo Bonzini2013-02-011-18/+17Star
* qdev: move deletion of children from finalize to unparentPaolo Bonzini2013-02-011-12/+25
* qdev: add reference count to a device for the BusChildPaolo Bonzini2013-02-011-0/+5
* qom: document reference counting of link propertiesPaolo Bonzini2013-02-011-0/+5
* qom: preserve object while unparenting itPaolo Bonzini2013-02-011-0/+2
* pci: use qbus_create in pci_bus_newPaolo Bonzini2013-02-011-6/+15
* qdev: change first argument of qbus_create_inplace to void *Paolo Bonzini2013-02-012-2/+2
* qdev: remove duplication between qbus_create and qbus_create_inplacePaolo Bonzini2013-02-011-11/+7Star
* accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang2013-02-015-11/+11
* vl: correct error message when fail to init kvmliguang2013-02-011-5/+7
* vl: skip init accelerator if it's not availableliguang2013-02-011-8/+8
* sparc: disable qtest in make checkAnthony Liguori2013-02-011-2/+2
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-02-0115-102/+379
|\
| * block/raw-posix: Build fix for O_ASYNCAndreas Färber2013-02-011-1/+10
| * vmdk: Allow space in file namePhilipp Hahn2013-02-011-9/+1Star
| * parallels: Fix bdrv_open() error handlingKevin Wolf2013-02-011-8/+15
| * dmg: Use g_free instead of freeKevin Wolf2013-02-011-9/+9
| * dmg: Fix bdrv_open() error handlingKevin Wolf2013-02-011-38/+97
| * vpc: Fix bdrv_open() error handlingKevin Wolf2013-02-011-12/+30
| * cloop: Fix bdrv_open() error handlingKevin Wolf2013-02-011-10/+19
| * bochs: Fix bdrv_open() error handlingKevin Wolf2013-02-011-7/+15
| * sheepdog: pass vdi_id to sheep daemon for sd_close()Liu Yuan2013-02-011-2/+3
| * vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka2013-02-012-3/+29
| * block: Adds mirroring tests for resized imagesVishvananda Ishaya2013-02-012-2/+50
| * block: Fix is_allocated_above with resized filesVishvananda Ishaya2013-02-011-1/+3
| * qemu-iotests: Add regression test for b7ab0feaKevin Wolf2013-02-013-0/+98
* | xen: fix build problem introduced from per-queue peersAnthony Liguori2013-02-011-2/+0Star
* | virtio-net: compat multiqueue supportJason Wang2013-02-011-0/+4
* | virtio-net: migration support for multiqueueJason Wang2013-02-011-6/+29
* | virtio-net: multiqueue supportJason Wang2013-02-012-67/+263
* | virtio-net: separate virtqueue from VirtIONetJason Wang2013-02-011-81/+114
* | virtio: add a queue_index to VirtQueueJason Wang2013-02-012-0/+9
* | virtio: introduce virtio_del_queue()Jason Wang2013-02-012-0/+11
* | vhost: multiqueue supportJason Wang2013-02-015-58/+120
* | tap: multiqueue supportJason Wang2013-02-019-44/+139
* | tap: introduce a helper to get the name of an interfaceJason Wang2013-02-017-0/+33
* | tap: support enabling or disabling a queueJason Wang2013-02-013-3/+52
* | tap: add Linux multiqueue supportJason Wang2013-02-016-0/+97
* | tap: factor out common tap initializationJason Wang2013-02-011-57/+73
* | tap: import linux multiqueue constantsJason Wang2013-02-011-0/+4