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
*
block: add support for --image-opts in block I/O tests
Daniel P. Berrange
2016-05-12
6
-34
/
+77
*
qemu-io: Add 'write -z -u' to test MAY_UNMAP flag
Eric Blake
2016-05-12
1
-3
/
+21
*
qemu-io: Add 'write -f' to test FUA flag
Eric Blake
2016-05-12
1
-16
/
+41
*
qemu-io: Allow unaligned access by default
Eric Blake
2016-05-12
2
-776
/
+1457
*
qemu-io: Use bool for command line flags
Eric Blake
2016-05-12
1
-47
/
+47
*
qemu-io: Make 'open' subcommand more like command line
Eric Blake
2016-05-12
1
-4
/
+25
*
qemu-io: Add missing option documentation
Eric Blake
2016-05-12
1
-7
/
+8
*
qmp: add monitor command to add/remove a child
Wen Congyang
2016-05-12
3
-0
/
+140
*
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
3
-6
/
+84
*
Add new block driver interface to add/delete a BDS's child
Wen Congyang
2016-05-12
3
-0
/
+58
*
qemu-img: check block status of backing file when converting.
Ren Kimura
2016-05-12
1
-2
/
+13
*
iotests: fix the redirection order in 083
Wei Jiangang
2016-05-12
1
-2
/
+2
*
block: Inactivate all children
Fam Zheng
2016-05-12
1
-11
/
+36
*
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
2016-05-12
3
-29
/
+0
*
block: Invalidate all children
Fam Zheng
2016-05-12
1
-6
/
+14
*
nbd: Simplify client FUA handling
Eric Blake
2016-05-12
3
-27
/
+8
*
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
2016-05-12
5
-5
/
+33
*
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
6
-14
/
+17
*
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
2016-05-12
1
-6
/
+59
*
block: Kill unused sector-based blk_* functions
Eric Blake
2016-05-12
2
-61
/
+0
*
qemu-io: Switch to byte-based block access
Eric Blake
2016-05-12
1
-52
/
+10
*
qemu-img: Switch to byte-based block access
Eric Blake
2016-05-12
1
-9
/
+19
*
nbd: Switch to byte-based block access
Eric Blake
2016-05-12
1
-4
/
+9
*
atapi: Switch to byte-based block access
Eric Blake
2016-05-12
1
-8
/
+11
*
m25p80: Switch to byte-based block access
Eric Blake
2016-05-12
1
-16
/
+7
*
sd: Switch to byte-based block access
Eric Blake
2016-05-12
1
-47
/
+4
*
pflash: Switch to byte-based block access
Eric Blake
2016-05-12
2
-12
/
+12
*
onenand: Switch to byte-based block access
Eric Blake
2016-05-12
1
-14
/
+27
*
nand: Switch to byte-based block access
Eric Blake
2016-05-12
1
-13
/
+23
*
fdc: Switch to byte-based block access
Eric Blake
2016-05-12
1
-8
/
+17
*
xen_disk: Switch to byte-based aio block access
Eric Blake
2016-05-12
1
-6
/
+4
*
virtio: Switch to byte-based aio block access
Eric Blake
2016-05-12
2
-11
/
+9
*
scsi-disk: Switch to byte-based aio block access
Eric Blake
2016-05-12
1
-21
/
+20
*
ide: Switch to byte-based aio block access
Eric Blake
2016-05-12
5
-21
/
+18
*
block: Introduce byte-based aio read/write
Eric Blake
2016-05-12
2
-2
/
+24
*
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
2016-05-12
6
-36
/
+25
*
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
2016-05-12
3
-7
/
+7
*
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
15
-33
/
+37
*
qemu-io: Fix memory leak in 'aio_write -z'
Kevin Wolf
2016-05-12
1
-0
/
+1
*
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
2016-05-12
4
-5
/
+29
*
block: always compile-check debug prints
Zhou Jie
2016-05-12
2
-7
/
+16
*
block: Fix typo in comment
Wei Jiangang
2016-05-12
1
-1
/
+1
*
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
2016-05-12
3
-98
/
+0
*
vvfat: Implement .bdrv_co_preadv/pwritev interfaces
Kevin Wolf
2016-05-12
1
-9
/
+46
*
vpc: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
1
-43
/
+43
*
vpc: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
1
-37
/
+42
*
vmdk: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
1
-74
/
+135
*
vmdk: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
1
-45
/
+53
*
vmdk: Add vmdk_find_offset_in_cluster()
Kevin Wolf
2016-05-12
1
-6
/
+17
*
vdi: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
1
-31
/
+41
[next]