summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
| * 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/+0
* | 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
* | net: multiqueue supportJason Wang2013-02-016-48/+139
* | net: introduce NetClientState destructorJason Wang2013-02-012-4/+15
* | net: introduce qemu_net_client_setup()Jason Wang2013-02-011-10/+19
* | net: introduce qemu_find_net_clients_except()Jason Wang2013-02-012-0/+23
* | net: intorduce qemu_del_nic()Jason Wang2013-02-0110-9/+23
* | net: introduce qemu_get_nic()Jason Wang2013-02-0128-78/+92
* | net: introduce qemu_get_queue()Jason Wang2013-02-0128-115/+140
* | net: tap: use abort() instead of assert(0)Jason Wang2013-02-012-3/+3
* | net: tap: using bool instead of bitfieldJason Wang2013-02-014-26/+24
* | target-ppc: Fix target_ulong vs. hwaddr format mismatchesAndreas Färber2013-02-011-3/+3
* | libqtest: Wait for the right child PID after killing QEMUEduardo Habkost2013-02-011-2/+5
* | isa: QOM'ify isa_bus_from_device()Andreas Färber2013-02-011-1/+1
* | i2c: Drop I2C_SLAVE_FROM_QDEV() macroAndreas Färber2013-02-017-8/+7
* | configure: Keep -Werror enabled for Release CandidatesAndreas Färber2013-02-011-1/+1
* | Revert "e1000: no need auto-negotiation if link was down"Michael Roth2013-02-011-5/+0
* | Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori2013-02-018-168/+376
|\ \
| * | Fix error message in migrate_set_capability HMP commandOrit Wasserman2013-02-011-1/+1
| * | Allow XBZRLE decoding without enabling the capabilityOrit Wasserman2013-02-011-3/+0
OpenPOWER on IntegriCloud