summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: silence hugetlbfs warning under qtestMarc-André Lureau2015-11-192-15/+18
* tests: re-enable vhost-user-testMarc-André Lureau2015-11-192-2/+4
* acpi: fix buffer overrun on migrationMichael S. Tsirkin2015-11-191-2/+6
* vhost-user: fix log sizeMichael S. Tsirkin2015-11-181-1/+1
* vhost-user: ignore qemu-only featuresMichael S. Tsirkin2015-11-181-7/+1Star
* specs/vhost-user: fix spec to match realityMichael S. Tsirkin2015-11-171-11/+17
* tests/vhost-user-bridge: implement logging of dirty pagesVictor Kaplansky2015-11-171-25/+195
* i440fx: print an error message if user tries to enable iommuBandan Das2015-11-171-0/+5
* q35: Check propery to determine if iommu is setBandan Das2015-11-173-7/+1Star
* vhost-user: start/stop all ringsMichael S. Tsirkin2015-11-161-6/+11
* vhost-user: print original request on errorMichael S. Tsirkin2015-11-161-2/+2
* vhost-user-test: support VHOST_USER_SET_VRING_ENABLEMichael S. Tsirkin2015-11-161-2/+5
* vhost-user: update spec descriptionMichael S. Tsirkin2015-11-161-9/+55
* vhost: don't send RESET_OWNER at stopYuanhan Liu2015-11-161-6/+0Star
* vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu2015-11-161-1/+1
* Update version for v2.5.0-rc0 releasePeter Maydell2015-11-131-1/+1
* hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck2015-11-124-0/+355
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151112' i...Peter Maydell2015-11-127-42/+52
|\
| * migration_init: Fix lock initialisation/make it explicitDr. David Alan Gilbert2015-11-121-30/+23Star
| * migrate-start-postcopy: Improve textDr. David Alan Gilbert2015-11-123-3/+7
| * Postcopy: Fix TP!=HP zero caseDr. David Alan Gilbert2015-11-121-1/+1
| * Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert2015-11-123-5/+17
| * migration: Make 32bit linux compile with RDMAJuan Quintela2015-11-121-1/+1
| * migration: print ram_addr_t as RAM_ADDR_FMT not %zxJuan Quintela2015-11-121-2/+3
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-11-1242-296/+2618
|\ \
| * | block: Update copyright of the accounting codeAlberto Garcia2015-11-122-0/+2
| * | scsi-disk: Account for failed operationsAlberto Garcia2015-11-121-15/+31
| * | macio: Account for failed operationsAlberto Garcia2015-11-121-2/+10
| * | ide: Account for failed and invalid operationsAlberto Garcia2015-11-121-2/+8
| * | atapi: Account for failed and invalid operationsAlberto Garcia2015-11-121-12/+19
| * | xen_disk: Account for failed and invalid operationsAlberto Garcia2015-11-121-1/+22
| * | virtio-blk: Account for failed and invalid operationsAlberto Garcia2015-11-121-1/+3
| * | nvme: Account for failed and invalid operationsAlberto Garcia2015-11-121-3/+8
| * | iotests: Add test for the block device statisticsAlberto Garcia2015-11-123-0/+355
| * | block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia2015-11-121-0/+14
| * | qemu-io: Account for failed, invalid and flush operationsAlberto Garcia2015-11-121-0/+9
| * | block: New option to define the intervals for collecting I/O statisticsAlberto Garcia2015-11-122-0/+41
| * | block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-127-6/+60
| * | block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-126-1/+168
| * | block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-126-11/+79
| * | block: Add statistics for failed and invalid I/O operationsAlberto Garcia2015-11-125-1/+71
| * | block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-126-6/+33
| * | util: Infrastructure for computing recent averagesAlberto Garcia2015-11-125-0/+368
| * | block: define 'clock_type' for the accounting codeAlberto Garcia2015-11-121-2/+4
| * | ide: Account for write operations correctlyAlberto Garcia2015-11-121-1/+1
| * | xen_disk: Account for flush operationsAlberto Garcia2015-11-121-1/+3
| * | tests: add BlockJobTxn unit testStefan Hajnoczi2015-11-122-0/+253
| * | iotests: 124 - transactional failure testJohn Snow2015-11-122-4/+130
| * | block: add transactional propertiesJohn Snow2015-11-123-8/+122
| * | block: Add BlockJobTxn support to backup_runJohn Snow2015-11-123-30/+88