index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen: fix usage of xc_domain_create in domain builder
Roger Pau Monne
2015-11-13
3
-1
/
+34
*
Update version for v2.5.0-rc0 release
Peter Maydell
2015-11-13
1
-1
/
+1
*
hw/misc: Add support for ADC controller in Xilinx Zynq 7000
Guenter Roeck
2015-11-12
4
-0
/
+355
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151112' i...
Peter Maydell
2015-11-12
7
-42
/
+52
|
\
|
*
migration_init: Fix lock initialisation/make it explicit
Dr. David Alan Gilbert
2015-11-12
1
-30
/
+23
|
*
migrate-start-postcopy: Improve text
Dr. David Alan Gilbert
2015-11-12
3
-3
/
+7
|
*
Postcopy: Fix TP!=HP zero case
Dr. David Alan Gilbert
2015-11-12
1
-1
/
+1
|
*
Finish non-postcopiable iterative devices before package
Dr. David Alan Gilbert
2015-11-12
3
-5
/
+17
|
*
migration: Make 32bit linux compile with RDMA
Juan Quintela
2015-11-12
1
-1
/
+1
|
*
migration: print ram_addr_t as RAM_ADDR_FMT not %zx
Juan Quintela
2015-11-12
1
-2
/
+3
*
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-11-12
42
-296
/
+2618
|
\
\
|
*
|
block: Update copyright of the accounting code
Alberto Garcia
2015-11-12
2
-0
/
+2
|
*
|
scsi-disk: Account for failed operations
Alberto Garcia
2015-11-12
1
-15
/
+31
|
*
|
macio: Account for failed operations
Alberto Garcia
2015-11-12
1
-2
/
+10
|
*
|
ide: Account for failed and invalid operations
Alberto Garcia
2015-11-12
1
-2
/
+8
|
*
|
atapi: Account for failed and invalid operations
Alberto Garcia
2015-11-12
1
-12
/
+19
|
*
|
xen_disk: Account for failed and invalid operations
Alberto Garcia
2015-11-12
1
-1
/
+22
|
*
|
virtio-blk: Account for failed and invalid operations
Alberto Garcia
2015-11-12
1
-1
/
+3
|
*
|
nvme: Account for failed and invalid operations
Alberto Garcia
2015-11-12
1
-3
/
+8
|
*
|
iotests: Add test for the block device statistics
Alberto Garcia
2015-11-12
3
-0
/
+355
|
*
|
block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest mode
Alberto Garcia
2015-11-12
1
-0
/
+14
|
*
|
qemu-io: Account for failed, invalid and flush operations
Alberto Garcia
2015-11-12
1
-0
/
+9
|
*
|
block: New option to define the intervals for collecting I/O statistics
Alberto Garcia
2015-11-12
2
-0
/
+41
|
*
|
block: Add average I/O queue depth to BlockDeviceTimedStats
Alberto Garcia
2015-11-12
7
-6
/
+60
|
*
|
block: Compute minimum, maximum and average I/O latencies
Alberto Garcia
2015-11-12
6
-1
/
+168
|
*
|
block: Allow configuring whether to account failed and invalid ops
Alberto Garcia
2015-11-12
6
-11
/
+79
|
*
|
block: Add statistics for failed and invalid I/O operations
Alberto Garcia
2015-11-12
5
-1
/
+71
|
*
|
block: Add idle_time_ns to BlockDeviceStats
Alberto Garcia
2015-11-12
6
-6
/
+33
|
*
|
util: Infrastructure for computing recent averages
Alberto Garcia
2015-11-12
5
-0
/
+368
|
*
|
block: define 'clock_type' for the accounting code
Alberto Garcia
2015-11-12
1
-2
/
+4
|
*
|
ide: Account for write operations correctly
Alberto Garcia
2015-11-12
1
-1
/
+1
|
*
|
xen_disk: Account for flush operations
Alberto Garcia
2015-11-12
1
-1
/
+3
|
*
|
tests: add BlockJobTxn unit test
Stefan Hajnoczi
2015-11-12
2
-0
/
+253
|
*
|
iotests: 124 - transactional failure test
John Snow
2015-11-12
2
-4
/
+130
|
*
|
block: add transactional properties
John Snow
2015-11-12
3
-8
/
+122
|
*
|
block: Add BlockJobTxn support to backup_run
John Snow
2015-11-12
3
-30
/
+88
|
*
|
block/backup: Rely on commit/abort for cleanup
John Snow
2015-11-12
1
-4
/
+18
|
*
|
block: Add block job transactions
Fam Zheng
2015-11-12
3
-2
/
+172
|
*
|
blockjob: Simplify block_job_finish_sync
Fam Zheng
2015-11-12
1
-21
/
+7
|
*
|
blockjob: Add "completed" and "ret" in BlockJob
Fam Zheng
2015-11-12
2
-0
/
+12
|
*
|
blockjob: Add .commit and .abort block job actions
Fam Zheng
2015-11-12
1
-0
/
+20
|
*
|
blockjob: Introduce reference count and fix reference to job->bs
Fam Zheng
2015-11-12
5
-44
/
+32
|
*
|
backup: Extract dirty bitmap handling as a separate function
Fam Zheng
2015-11-12
1
-10
/
+17
|
*
|
block: rename BlkTransactionState and BdrvActionOps
John Snow
2015-11-12
1
-55
/
+69
|
*
|
iotests: add transactional incremental backup test
John Snow
2015-11-12
2
-2
/
+56
|
*
|
qed: Implement .bdrv_drain
Fam Zheng
2015-11-12
7
-10
/
+152
|
*
|
block: Introduce BlockDriver.bdrv_drain callback
Fam Zheng
2015-11-12
2
-1
/
+21
|
*
|
block: Drop BlockDriver.bdrv_ioctl
Fam Zheng
2015-11-12
4
-48
/
+0
|
*
|
block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track both
Fam Zheng
2015-11-12
1
-9
/
+92
|
*
|
block: Add ioctl parameter fields to BlockRequest
Fam Zheng
2015-11-12
1
-4
/
+12
[next]