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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-05
util/vfio-helpers: Collect IOVA reserved regions
Eric Auger
1
-2
/
+70
2020-10-05
docs: add 'io_uring' option to 'aio' param in qemu-options.hx
Stefano Garzarella
1
-4
/
+6
2020-10-05
include/block/block.h: drop non-ascii quotation mark
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-10-05
block/io: refactor save/load vmstate
Vladimir Sementsov-Ogievskiy
3
-41
/
+43
2020-10-05
block: drop bdrv_prwv
Vladimir Sementsov-Ogievskiy
4
-48
/
+15
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
4
-294
/
+13
2020-10-05
scripts: add block-coroutine-wrapper.py
Vladimir Sementsov-Ogievskiy
6
-0
/
+289
2020-10-05
block: declare some coroutine functions in block/coroutines.h
Vladimir Sementsov-Ogievskiy
3
-21
/
+88
2020-10-05
block/io: refactor coroutine wrappers
Vladimir Sementsov-Ogievskiy
1
-28
/
+32
2020-10-05
block: return error-code from bdrv_invalidate_cache
Vladimir Sementsov-Ogievskiy
2
-15
/
+19
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
2020-10-05
block/nvme: Drop NVMeRegs structure, directly use NvmeBar
Philippe Mathieu-Daudé
1
-14
/
+9
2020-10-05
block/nvme: Reduce I/O registers scope
Philippe Mathieu-Daudé
1
-13
/
+16
2020-10-05
block/nvme: Map doorbells pages write-only
Philippe Mathieu-Daudé
1
-10
/
+19
2020-10-05
util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()
Philippe Mathieu-Daudé
3
-4
/
+5
2020-10-02
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
30
-545
/
+1428
2020-10-02
qcow2: Use L1E_SIZE in qcow2_write_l1_entry()
Alberto Garcia
1
-2
/
+2
2020-10-02
qemu-storage-daemon: Fix help line for --export
Kevin Wolf
1
-1
/
+1
2020-10-02
iotests: Test block-export-* QMP interface
Kevin Wolf
3
-0
/
+257
2020-10-02
iotests: Allow supported and unsupported formats at the same time
Kevin Wolf
1
-5
/
+1
2020-10-02
iotests: Introduce qemu_nbd_list_log()
Kevin Wolf
1
-1
/
+12
2020-10-02
iotests: Factor out qemu_tool_pipe_and_status()
Kevin Wolf
1
-26
/
+23
2020-10-02
nbd: Deprecate nbd-server-add/remove
Kevin Wolf
2
-2
/
+15
2020-10-02
nbd: Merge nbd_export_new() and nbd_export_create()
Kevin Wolf
3
-56
/
+45
2020-10-02
block/export: Move writable to BlockExportOptions
Kevin Wolf
5
-26
/
+32
2020-10-02
block/export: Add query-block-exports
Kevin Wolf
2
-0
/
+55
2020-10-02
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
4
-61
/
+63
2020-10-02
block/export: Move blk to BlockExport
Kevin Wolf
3
-21
/
+28
2020-10-02
block/export: Add BLOCK_EXPORT_DELETED event
Kevin Wolf
5
-2
/
+27
2020-10-02
block/export: Add block-export-del
Kevin Wolf
7
-43
/
+77
2020-10-02
block/export: Move strong user reference to block_exports
Kevin Wolf
4
-7
/
+14
2020-10-02
block/export: Add 'id' option to block-export-add
Kevin Wolf
7
-3
/
+39
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
7
-36
/
+107
2020-10-02
block/export: Allocate BlockExport in blk_exp_add()
Kevin Wolf
5
-36
/
+57
2020-10-02
block/export: Add node-name to BlockExportOptions
Kevin Wolf
4
-21
/
+58
2020-10-02
block/export: Move AioContext from NBDExport to BlockExport
Kevin Wolf
3
-13
/
+18
2020-10-02
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
5
-42
/
+63
2020-10-02
nbd/server: Simplify export shutdown
Kevin Wolf
1
-13
/
+4
2020-10-02
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
3
-7
/
+30
2020-10-02
nbd: Remove NBDExport.close callback
Kevin Wolf
4
-21
/
+7
2020-10-02
nbd: Add writethrough to block-export-add
Kevin Wolf
2
-2
/
+11
2020-10-02
nbd: Add max-connections to nbd-server-start
Kevin Wolf
5
-13
/
+39
2020-10-02
block/export: Remove magic from block-export-add
Kevin Wolf
6
-21
/
+67
2020-10-02
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
4
-42
/
+31
2020-10-02
qemu-storage-daemon: Use qmp_block_export_add()
Kevin Wolf
1
-12
/
+1
2020-10-02
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf
9
-10
/
+134
2020-10-02
qapi: Rename BlockExport to BlockExportOptions
Kevin Wolf
4
-14
/
+14
2020-10-02
qapi: Create block-export module
Kevin Wolf
9
-170
/
+183
2020-10-02
nbd: Remove unused nbd_export_get_blockdev()
Kevin Wolf
2
-7
/
+0
[next]