aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-12block/backup: Rely on commit/abort for cleanupJohn Snow1-4/+18
2015-11-12block: Add block job transactionsFam Zheng3-2/+172
2015-11-12blockjob: Simplify block_job_finish_syncFam Zheng1-21/+7
2015-11-12blockjob: Add "completed" and "ret" in BlockJobFam Zheng2-0/+12
2015-11-12blockjob: Add .commit and .abort block job actionsFam Zheng1-0/+20
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng5-44/+32
2015-11-12backup: Extract dirty bitmap handling as a separate functionFam Zheng1-10/+17
2015-11-12block: rename BlkTransactionState and BdrvActionOpsJohn Snow1-55/+69
2015-11-12iotests: add transactional incremental backup testJohn Snow2-2/+56
2015-11-12qed: Implement .bdrv_drainFam Zheng7-10/+152
2015-11-12block: Introduce BlockDriver.bdrv_drain callbackFam Zheng2-1/+21
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng4-48/+0
2015-11-12block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track bothFam Zheng1-9/+92
2015-11-12block: Add ioctl parameter fields to BlockRequestFam Zheng1-4/+12
2015-11-12iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctlFam Zheng1-2/+38
2015-11-12block: Track discard requestsFam Zheng1-3/+10
2015-11-12block: Track flush requestsFam Zheng1-3/+8
2015-11-12block: Add more types for tracked requestFam Zheng2-5/+14
2015-11-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell17-172/+448
2015-11-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151112' into st...Peter Maydell11-266/+273
2015-11-12Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-11-11-tag' in...Peter Maydell1-14/+15
2015-11-12tests: classify some ivshmem tests as slowMarc-André Lureau1-2/+4
2015-11-12Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...Peter Maydell6-30/+21
2015-11-12net: netmap: use error_setg() helpers in place of error_report()Vincenzo Maffione1-11/+11
2015-11-12net: netmap: Fix compilation issueVincenzo Maffione1-1/+1
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch2-1/+7
2015-11-12e1000: Implementing various countersLeonid Bloch1-5/+85
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch1-3/+7
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch1-8/+18
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch1-4/+12
2015-11-12e1000: Trivial implementation of various MAC registersLeonid Bloch2-3/+100
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch1-12/+46