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
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2
-2
/
+0
2022-04-06
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
5
-17
/
+17
2022-03-29
block/stream: Drain subtree around graph change
Hanna Reitz
1
-1
/
+14
2022-03-24
block: Fix misleading hexadecimal format
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-22
Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Peter Maydell
4
-13
/
+15
2022-03-22
Merge tag 'pull-block-2022-03-22' of https://gitlab.com/hreitz/qemu into staging
Peter Maydell
1
-12
/
+14
2022-03-22
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
1
-9
/
+11
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
3
-4
/
+4
2022-03-22
block/rbd: fix write zeroes with growing images
Stefano Garzarella
1
-12
/
+14
2022-03-21
block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server
Rao Lei
1
-1
/
+1
2022-03-15
block/file-posix: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
1
-4
/
+10
2022-03-09
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...
Peter Maydell
1
-8
/
+17
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
29
-0
/
+29
2022-03-07
block/nbd: don't restrict TLS usage to IP sockets
Daniel P. Berrangé
1
-6
/
+2
2022-03-07
block/nbd: support override of hostname for TLS certificate validation
Daniel P. Berrangé
1
-3
/
+15
2022-03-07
block: pass desired TLS hostname through from block driver client
Daniel P. Berrangé
1
-3
/
+4
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
29
-0
/
+29
2022-03-07
block: copy-before-write: realize snapshot-access API
Vladimir Sementsov-Ogievskiy
1
-1
/
+211
2022-03-07
block: introduce snapshot-access block driver
Vladimir Sementsov-Ogievskiy
2
-0
/
+133
2022-03-07
block/io: introduce block driver snapshot-access API
Vladimir Sementsov-Ogievskiy
1
-0
/
+72
2022-03-07
block/reqlist: add reqlist_wait_all()
Vladimir Sementsov-Ogievskiy
1
-0
/
+8
2022-03-07
block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2022-03-07
block/reqlist: reqlist_find_conflict(): use ranges_overlap()
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2022-03-07
block: intoduce reqlist
Vladimir Sementsov-Ogievskiy
3
-79
/
+114
2022-03-07
block/block-copy: add block_copy_reset()
Vladimir Sementsov-Ogievskiy
1
-8
/
+13
2022-03-07
block/copy-before-write: add bitmap open parameter
Vladimir Sementsov-Ogievskiy
1
-1
/
+50
2022-03-07
block/block-copy: block_copy_state_new(): add bitmap parameter
Vladimir Sementsov-Ogievskiy
2
-2
/
+14
2022-03-07
block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return value
Vladimir Sementsov-Ogievskiy
2
-6
/
+8
2022-03-07
block/block-copy: move copy_bitmap initialization to block_copy_state_new()
Vladimir Sementsov-Ogievskiy
2
-4
/
+1
2022-03-07
block: fix preallocate filter: don't do unaligned preallocate requests
Vladimir Sementsov-Ogievskiy
2
-3
/
+16
2022-03-07
block/curl.c: Check error return from curl_easy_setopt()
Peter Maydell
1
-33
/
+57
2022-03-07
block/curl.c: Set error message string if curl_init_state() fails
Peter Maydell
1
-0
/
+2
2022-03-04
block/amend: Keep strong reference to BDS
Hanna Reitz
1
-0
/
+3
2022-03-04
block/amend: Always call .bdrv_amend_clean()
Hanna Reitz
1
-2
/
+2
2022-03-04
block: Make bdrv_refresh_limits() non-recursive
Hanna Reitz
1
-4
/
+0
2022-03-04
block_int-common.h: assertions in the callers of BlockDriver function pointers
Emanuele Giuseppe Esposito
1
-0
/
+2
2022-03-04
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
4
-29
/
+62
2022-03-04
block/copy-before-write.h: global state API + assertions
Emanuele Giuseppe Esposito
2
-0
/
+9
2022-03-04
include/block/snapshot: global state API + assertions
Emanuele Giuseppe Esposito
1
-0
/
+28
2022-03-04
assertions for blockdev.h global state API
Emanuele Giuseppe Esposito
1
-0
/
+3
2022-03-04
block.c: add assertions to static functions
Emanuele Giuseppe Esposito
1
-0
/
+3
2022-03-04
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
3
-0
/
+18
2022-03-04
assertions for block_int global state API
Emanuele Giuseppe Esposito
8
-0
/
+20
2022-03-04
IO_CODE and IO_OR_GS_CODE for block-backend I/O API
Emanuele Giuseppe Esposito
1
-0
/
+58
2022-03-04
block/block-backend.c: assertions for block-backend
Emanuele Giuseppe Esposito
1
-0
/
+78
2022-03-04
include/sysemu/block-backend: split header into I/O and global state (GS) API
Emanuele Giuseppe Esposito
1
-3
/
+6
2022-03-04
block/export/fuse.c: allow writable exports to take RESIZE permission
Emanuele Giuseppe Esposito
1
-7
/
+18
2022-03-04
IO_CODE and IO_OR_GS_CODE for block I/O API
Emanuele Giuseppe Esposito
2
-2
/
+42
2022-03-04
assertions for block global state API
Emanuele Giuseppe Esposito
2
-0
/
+13
[next]