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
path:
root
/
include
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
1
-0
/
+4
*
Add new block driver interface to add/delete a BDS's child
Wen Congyang
2016-05-12
2
-0
/
+9
*
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
2016-05-12
1
-2
/
+5
*
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
1
-2
/
+2
*
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
2016-05-12
1
-1
/
+1
*
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
2016-05-12
1
-4
/
+0
*
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
2016-05-12
1
-0
/
+4
*
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
2016-05-12
1
-2
/
+2
*
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2016-05-12
2
-2
/
+6
*
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
2016-05-12
1
-3
/
+6
*
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
2016-05-12
1
-0
/
+1
*
block: Fix bdrv_drain in coroutine
Fam Zheng
2016-04-11
1
-0
/
+1
*
block: Remove bdrv_(set_)enable_write_cache()
Kevin Wolf
2016-03-30
1
-2
/
+0
*
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
1
-2
/
+1
*
block: Remove bdrv_parse_cache_flags()
Kevin Wolf
2016-03-30
1
-1
/
+0
*
block: Introduce bdrv_co_writev_flags()
Kevin Wolf
2016-03-30
1
-0
/
+5
*
block/qapi: Use blk_enable_write_cache()
Kevin Wolf
2016-03-30
1
-1
/
+2
*
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
2
-3
/
+1
*
block: Add bdrv_parse_cache_mode()
Kevin Wolf
2016-03-30
1
-0
/
+1
*
block: add flush callback
Pavel Dovgalyuk
2016-03-30
1
-0
/
+7
*
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
2016-03-30
1
-0
/
+1
*
block: add flag to indicate that no I/O will be performed
Daniel P. Berrange
2016-03-30
1
-0
/
+1
*
block: Remove blk_set_bs()
Kevin Wolf
2016-03-30
1
-2
/
+0
*
block: Remove bdrv_make_anon()
Kevin Wolf
2016-03-30
1
-1
/
+0
*
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
2016-03-22
1
-1
/
+1
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
3
-5
/
+0
*
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
1
-2
/
+0
*
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2016-03-17
1
-0
/
+3
*
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2016-03-17
1
-0
/
+4
*
block: Use BdrvChild in BlockBackend
Kevin Wolf
2016-03-17
1
-0
/
+5
*
block: Remove bdrv_states list
Max Reitz
2016-03-17
2
-5
/
+0
*
block: Add bdrv_next_monitor_owned()
Max Reitz
2016-03-17
1
-0
/
+1
*
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-03-17
1
-2
/
+0
*
block: Remove unused typedef of BlockDriverDirtyHandler
Fam Zheng
2016-03-14
1
-2
/
+0
*
block: Move block dirty bitmap code to separate files
Fam Zheng
2016-03-14
2
-34
/
+45
*
typedefs: Add BdrvDirtyBitmap
Fam Zheng
2016-03-14
1
-1
/
+0
*
block: Include hbitmap.h in block.h
Fam Zheng
2016-03-14
1
-1
/
+1
*
hmp: 'drive_add -n' for creating a node without BB
Kevin Wolf
2016-03-14
1
-0
/
+2
*
block: Fix snapshot=on cache modes
Kevin Wolf
2016-03-14
1
-1
/
+0
*
include: Clean up includes
Peter Maydell
2016-02-23
4
-5
/
+0
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2016-02-16
1
-0
/
+8
*
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2016-02-16
1
-6
/
+14
*
blockjob: Fix hang in block_job_finish_sync
Fam Zheng
2016-02-09
1
-0
/
+5
*
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
2016-02-02
1
-0
/
+1
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
2
-5
/
+9
*
blockdev: Keep track of monitor-owned BDS
Max Reitz
2016-02-02
1
-0
/
+4
*
block: Add list of all BlockDriverStates
Max Reitz
2016-02-02
1
-0
/
+2
*
block: Make bdrv_close() static
Max Reitz
2016-02-02
1
-1
/
+0
*
block: Remove BDS close notifier
Max Reitz
2016-02-02
2
-3
/
+0
*
block: Add blk_dev_has_tray()
Max Reitz
2016-02-02
1
-0
/
+1
[next]