summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-18vhost-user: fix log sizeMichael S. Tsirkin1-1/+1
2015-11-18vhost-user: ignore qemu-only featuresMichael S. Tsirkin1-7/+1
2015-11-17specs/vhost-user: fix spec to match realityMichael S. Tsirkin1-11/+17
2015-11-17tests/vhost-user-bridge: implement logging of dirty pagesVictor Kaplansky1-25/+195
2015-11-17i440fx: print an error message if user tries to enable iommuBandan Das1-0/+5
2015-11-17q35: Check propery to determine if iommu is setBandan Das3-7/+1
2015-11-16vhost-user: start/stop all ringsMichael S. Tsirkin1-6/+11
2015-11-16vhost-user: print original request on errorMichael S. Tsirkin1-2/+2
2015-11-16vhost-user-test: support VHOST_USER_SET_VRING_ENABLEMichael S. Tsirkin1-2/+5
2015-11-16vhost-user: update spec descriptionMichael S. Tsirkin1-9/+55
2015-11-16vhost: don't send RESET_OWNER at stopYuanhan Liu1-6/+0
2015-11-16vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu1-1/+1
2015-11-13Update version for v2.5.0-rc0 releasev2.5.0-rc0Peter Maydell1-1/+1
2015-11-12hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck4-0/+355
2015-11-12Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151112' i...Peter Maydell7-42/+52
2015-11-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell42-296/+2618
2015-11-12migration_init: Fix lock initialisation/make it explicitDr. David Alan Gilbert1-30/+23
2015-11-12migrate-start-postcopy: Improve textDr. David Alan Gilbert3-3/+7
2015-11-12configure: check for $cxx before useJohn Snow1-1/+2
2015-11-12Postcopy: Fix TP!=HP zero caseDr. David Alan Gilbert1-1/+1
2015-11-12Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert3-5/+17
2015-11-12migration: Make 32bit linux compile with RDMAJuan Quintela1-1/+1
2015-11-12migration: print ram_addr_t as RAM_ADDR_FMT not %zxJuan Quintela1-2/+3
2015-11-12target-arm: Update PC before calling gen_helper_check_breakpoints()Sergey Fedorov2-0/+2
2015-11-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell17-46/+446
2015-11-12block: Update copyright of the accounting codeAlberto Garcia2-0/+2
2015-11-12scsi-disk: Account for failed operationsAlberto Garcia1-15/+31
2015-11-12macio: Account for failed operationsAlberto Garcia1-2/+10
2015-11-12ide: Account for failed and invalid operationsAlberto Garcia1-2/+8
2015-11-12atapi: Account for failed and invalid operationsAlberto Garcia1-12/+19
2015-11-12xen_disk: Account for failed and invalid operationsAlberto Garcia1-1/+22
2015-11-12virtio-blk: Account for failed and invalid operationsAlberto Garcia1-1/+3
2015-11-12nvme: Account for failed and invalid operationsAlberto Garcia1-3/+8
2015-11-12iotests: Add test for the block device statisticsAlberto Garcia3-0/+355
2015-11-12block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia1-0/+14
2015-11-12qemu-io: Account for failed, invalid and flush operationsAlberto Garcia1-0/+9
2015-11-12block: New option to define the intervals for collecting I/O statisticsAlberto Garcia2-0/+41
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia7-6/+60
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia6-1/+168
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia6-11/+79
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia5-1/+71
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia6-6/+33
2015-11-12util: Infrastructure for computing recent averagesAlberto Garcia5-0/+368
2015-11-12block: define 'clock_type' for the accounting codeAlberto Garcia1-2/+4
2015-11-12ide: Account for write operations correctlyAlberto Garcia1-1/+1
2015-11-12xen_disk: Account for flush operationsAlberto Garcia1-1/+3
2015-11-12tests: add BlockJobTxn unit testStefan Hajnoczi2-0/+253
2015-11-12iotests: 124 - transactional failure testJohn Snow2-4/+130
2015-11-12block: add transactional propertiesJohn Snow3-8/+122
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow3-30/+88