index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Don't special-case simple union wrappers
Eric Blake
2019-11-29
3
-10
/
+10
*
quorum: Emit QUORUM_REPORT_BAD for reads in fifo mode
Alberto Garcia
2019-11-29
1
-8
/
+9
*
block: Use blk_co_pwritev() in blk_co_write_zeroes()
Kevin Wolf
2019-11-29
1
-4
/
+5
*
block: Use blk_aio_prwv() for aio_read/write/write_zeroes
Kevin Wolf
2019-11-29
1
-13
/
+92
*
block: Use blk_prw() in blk_pread()/blk_pwrite()
Kevin Wolf
2019-11-29
1
-15
/
+21
*
block: Use blk_co_pwritev() in blk_write_zeroes()
Kevin Wolf
2019-11-29
1
-9
/
+8
*
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2019-11-29
2
-16
/
+10
*
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2019-11-29
2
-13
/
+31
*
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2019-11-29
2
-8
/
+61
*
block: Use BdrvChild in BlockBackend
Kevin Wolf
2019-11-29
1
-101
/
+153
*
block: Add blk_next_root_bs()
Max Reitz
2019-11-29
1
-0
/
+24
*
block: Move some bdrv_*_all() functions to BB
Max Reitz
2019-11-29
2
-26
/
+38
*
blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
Max Reitz
2019-11-29
1
-17
/
+0
*
blockdev: Split monitor reference from BB creation
Max Reitz
2019-11-29
10
-33
/
+21
*
blockdev: Separate BB name management
Max Reitz
2019-11-29
1
-31
/
+61
*
blockdev: Add list of all BlockBackends
Max Reitz
2019-11-29
1
-1
/
+23
*
blockdev: Rename blk_backends
Max Reitz
2019-11-29
1
-9
/
+11
*
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
2019-11-29
4
-34
/
+10
*
block: Add blk_commit_all()
Max Reitz
2019-11-29
1
-0
/
+5
*
block: Use blk_next() in block-backend.c
Max Reitz
2019-11-29
1
-6
/
+6
*
Revert "qed: Implement .bdrv_drain"
Stefan Hajnoczi
2019-11-29
1
-13
/
+0
*
block/sheepdog: fix argument passed to qemu_strtoul()
Jeff Cody
2019-11-29
1
-4
/
+7
*
quorum: Fix crash in quorum_aio_cb()
Alberto Garcia
2019-11-29
1
-5
/
+7
*
block: Move block dirty bitmap code to separate files
Fam Zheng
2019-11-29
2
-1
/
+388
*
backup: Use Bitmap to replace "s->bitmap"
Fam Zheng
2019-11-29
1
-5
/
+6
*
vpc: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-16
/
+21
*
vmdk: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-34
/
+43
*
vhdx: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-13
/
+16
*
vdi: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-9
/
+14
*
sheepdog: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-19
/
+24
*
qed: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-13
/
+15
*
qcow2: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-29
/
+33
*
qcow: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-11
/
+14
*
parallels: Use BB functions in .bdrv_create()
Kevin Wolf
2019-11-29
1
-11
/
+14
*
block: Introduce blk_set_allow_write_beyond_eof()
Kevin Wolf
2019-11-29
1
-7
/
+16
*
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
2019-11-29
8
-11
/
+22
*
vmdk: Switch to heap arrays for vmdk_parent_open
Fam Zheng
2019-11-29
1
-6
/
+11
*
vmdk: Switch to heap arrays for vmdk_read_cid
Fam Zheng
2019-11-29
1
-1
/
+4
*
vmdk: Switch to heap arrays for vmdk_write_cid
Fam Zheng
2019-11-29
1
-11
/
+14
*
quorum: modify vote rules for flush operation
Changlong Xie
2019-11-29
1
-5
/
+16
*
qmp event: Refactor QUORUM_REPORT_BAD
Changlong Xie
2019-11-29
1
-5
/
+12
*
block/vpc: give option to force the current_size field in .bdrv_create
Jeff Cody
2019-11-29
1
-7
/
+35
*
block/vpc: choose size calculation method based on creator_app field
Jeff Cody
2019-11-29
1
-5
/
+82
*
block/qapi: Include empty drives in query-blockstats
Kevin Wolf
2019-11-29
1
-15
/
+33
*
block/qapi: Factor out bdrv_query_bds_stats()
Kevin Wolf
2019-11-29
1
-11
/
+20
*
block/qapi: Factor out bdrv_query_blk_stats()
Kevin Wolf
2019-11-29
1
-63
/
+68
*
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2019-11-29
1
-3
/
+2
*
util: Shorten references into SocketAddress
Eric Blake
2019-11-29
1
-6
/
+8
*
block/backup: avoid copying less than full target clusters
John Snow
2019-11-29
1
-3
/
+22
*
block/backup: make backup cluster size configurable
John Snow
2019-11-29
1
-28
/
+36
[next]