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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-09
block: Fix some code style problems, "foo* bar" should be "foo *bar"
shiliyang
5
-12
/
+12
2020-11-09
block: Fixes nfs compiling error on msys2/mingw
Yonggang Luo
1
-1
/
+12
2020-11-09
qcow2: Document and enforce the QCowL2Meta invariants
Alberto Garcia
3
-14
/
+29
2020-11-09
block: Remove unused include
AlexChen
1
-1
/
+0
2020-11-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-16
/
+18
2020-11-03
block/export: fix vhost-user-blk get_config() information leak
Stefan Hajnoczi
1
-0
/
+3
2020-11-03
block/export: make vhost-user-blk config space little-endian
Stefan Hajnoczi
1
-13
/
+12
2020-11-03
configure: introduce --enable-vhost-user-blk-server
Stefan Hajnoczi
2
-3
/
+3
2020-11-03
block/vvfat: Fix bad printf format specifiers
AlexChen
1
-5
/
+7
2020-10-30
nbd: Add 'qemu-nbd -A' to expose allocation depth
Eric Blake
1
-5
/
+21
2020-10-30
block: Return depth level during bdrv_is_allocated_above
Eric Blake
5
-13
/
+30
2020-10-27
block: End quiescent sections when a BDS is deleted
Greg Kurz
1
-0
/
+13
2020-10-27
qcow2: Skip copy-on-write when allocating a zero cluster
Alberto Garcia
2
-16
/
+46
2020-10-27
qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()
Alberto Garcia
1
-4
/
+4
2020-10-26
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-1
/
+2
2020-10-23
block/io: fix bdrv_is_allocated_above
Vladimir Sementsov-Ogievskiy
1
-38
/
+5
2020-10-23
block/io: bdrv_common_block_status_above: support bs == base
Vladimir Sementsov-Ogievskiy
1
-1
/
+5
2020-10-23
block/io: bdrv_common_block_status_above: support include_base
Vladimir Sementsov-Ogievskiy
2
-7
/
+16
2020-10-23
block/io: fix bdrv_co_block_status_above
Vladimir Sementsov-Ogievskiy
2
-16
/
+68
2020-10-23
block/export: add vhost-user-blk multi-queue support
Stefan Hajnoczi
1
-6
/
+18
2020-10-23
block/export: add iothread and fixed-iothread options
Stefan Hajnoczi
2
-2
/
+34
2020-10-23
block: move block exports to libblockdev
Stefan Hajnoczi
1
-2
/
+2
2020-10-23
util/vhost-user-server: use static library in meson.build
Stefan Hajnoczi
2
-5
/
+5
2020-10-23
util/vhost-user-server: move header to include/
Stefan Hajnoczi
1
-1
/
+1
2020-10-23
block/export: convert vhost-user-blk server to block export API
Stefan Hajnoczi
5
-353
/
+126
2020-10-23
block/export: report flush errors
Stefan Hajnoczi
1
-4
/
+7
2020-10-23
util/vhost-user-server: rework vu_client_trip() coroutine lifecycle
Stefan Hajnoczi
1
-7
/
+2
2020-10-23
util/vhost-user-server: drop unused DevicePanicNotifier
Stefan Hajnoczi
1
-2
/
+1
2020-10-23
block/export: consolidate request structs into VuBlockReq
Stefan Hajnoczi
1
-47
/
+21
2020-10-23
block/export: vhost-user block device backend server
Coiby Xu
3
-0
/
+698
2020-10-23
block/nvme: Add driver statistics for access alignment and hw errors
Philippe Mathieu-Daudé
1
-0
/
+27
2020-10-22
replay: do not build if TCG is not available
Claudio Fontana
1
-1
/
+2
2020-10-15
block: deprecate the sheepdog block driver
Daniel P. Berrangé
1
-0
/
+14
2020-10-13
block/blkdebug: fix memory leak
Elena Afanasova
1
-0
/
+1
2020-10-13
vmdk: fix maybe uninitialized warnings
Christian Borntraeger
1
-4
/
+4
2020-10-09
block/nbd: nbd_co_reconnect_loop(): don't connect if drained
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2020-10-09
block/nbd: fix reconnect-delay
Vladimir Sementsov-Ogievskiy
1
-9
/
+50
2020-10-09
block/nbd: correctly use qio_channel_detach_aio_context when needed
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2020-10-09
block/nbd: fix drain dead-lock because of nbd reconnect-delay
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2020-10-06
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
3
-4
/
+26
2020-10-06
migration: introduce icount field for snapshots
Pavel Dovgalyuk
2
-4
/
+16
2020-10-06
qcow2: introduce icount field for snapshots
Pavel Dovgalyuk
2
-0
/
+10
2020-10-05
block/io: refactor save/load vmstate
Vladimir Sementsov-Ogievskiy
2
-39
/
+39
2020-10-05
block: drop bdrv_prwv
Vladimir Sementsov-Ogievskiy
2
-45
/
+14
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
2
-215
/
+3
2020-10-05
scripts: add block-coroutine-wrapper.py
Vladimir Sementsov-Ogievskiy
2
-0
/
+57
2020-10-05
block: declare some coroutine functions in block/coroutines.h
Vladimir Sementsov-Ogievskiy
2
-17
/
+84
2020-10-05
block/io: refactor coroutine wrappers
Vladimir Sementsov-Ogievskiy
1
-28
/
+32
2020-10-05
block/nvme: Replace magic value by SCALE_MS definition
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-05
block/nvme: Use register definitions from 'block/nvme.h'
Philippe Mathieu-Daudé
1
-10
/
+11
[next]