index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-4
/
+11
2018-03-09
block: x-blockdev-create QMP command
Kevin Wolf
1
-1
/
+4
2018-03-09
block: Make bdrv_is_whitelisted() public
Kevin Wolf
1
-0
/
+1
2018-03-09
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
1
-0
/
+1
2018-03-09
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
1
-2
/
+3
2018-03-09
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
1
-1
/
+2
2018-03-08
block: add aio_wait_bh_oneshot()
Stefan Hajnoczi
1
-0
/
+13
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-67
/
+171
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
3
-3
/
+3
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-1
/
+2
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
3
-37
/
+126
2018-03-02
aio: rename aio_context_in_iothread() to in_aio_context_home_thread()
Stefan Hajnoczi
2
-3
/
+6
2018-03-02
block: Drop unused .bdrv_co_get_block_status()
Eric Blake
1
-3
/
+0
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
1
-12
/
+16
2018-03-02
block: Add .bdrv_co_block_status() callback
Eric Blake
2
-12
/
+22
2018-03-01
nbd: BLOCK_STATUS constants
Vladimir Sementsov-Ogievskiy
1
-0
/
+31
2018-03-01
nbd: change indenting in nbd.h
Vladimir Sementsov-Ogievskiy
1
-11
/
+11
2018-02-13
block: maintain persistent disabled bitmaps
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2018-02-09
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
1
-11
/
+0
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
4
-6
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2
-0
/
+2
2018-02-09
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
3
-3
/
+0
2018-02-08
block: Move NVMe constants to a separate header
Fam Zheng
1
-0
/
+700
2018-02-08
block: Introduce buf register API
Fam Zheng
2
-1
/
+19
2018-01-26
qapi: add nbd-server-remove
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2018-01-10
nbd: rename nbd_option and nbd_opt_reply
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2017-12-22
block: Allow graph changes in subtree drained section
Kevin Wolf
2
-2
/
+5
2017-12-22
block: Add bdrv_subtree_drained_begin/end()
Kevin Wolf
1
-0
/
+13
2017-12-22
block: Don't notify parents in drain call chain
Kevin Wolf
1
-2
/
+2
2017-12-22
block: Remove unused bdrv_requests_pending
Fam Zheng
1
-1
/
+0
2017-12-18
hbitmap: add next_zero function
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2017-11-29
blockjob: reimplement block_job_sleep_ns to allow cancellation
Paolo Bonzini
2
-3
/
+9
2017-11-29
blockjob: remove clock argument from block_job_sleep_ns
Paolo Bonzini
1
-4
/
+3
2017-11-21
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
1
-1
/
+2
2017-11-21
blockjob: do not allow coroutine double entry or entry-after-completion
Jeff Cody
1
-1
/
+2
2017-11-21
block: Add errp to bdrv_all_goto_snapshot()
Kevin Wolf
1
-1
/
+2
2017-11-21
block: Add errp to bdrv_snapshot_goto()
Kevin Wolf
1
-1
/
+2
2017-11-17
block: Make bdrv_next() keep strong references
Max Reitz
1
-0
/
+1
2017-11-09
nbd: Fix struct name for structured reads
Eric Blake
1
-5
/
+13
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2017-10-30
nbd: Move nbd_read() to common header
Eric Blake
1
-0
/
+10
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
1
-6
/
+24
2017-10-30
nbd: Expose constants and structs for structured read
Eric Blake
1
-0
/
+41
2017-10-30
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
1
-0
/
+13
2017-10-26
block: Align block status requests
Eric Blake
1
-1
/
+2
2017-10-26
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
1
-5
/
+3
2017-10-26
block: Convert bdrv_get_block_status() to bytes
Eric Blake
1
-8
/
+9
2017-10-26
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
1
-2
/
+2
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
1
-4
/
+6
[next]