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-09-11
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
21
-329
/
+622
2020-09-10
block/qcow2-cluster: Add missing "fallthrough" annotation
Thomas Huth
1
-0
/
+1
2020-09-10
block/nvme: Pair doorbell registers
Philippe Mathieu-Daudé
1
-3
/
+6
2020-09-10
block/nvme: Use generic NvmeBar structure
Philippe Mathieu-Daudé
1
-19
/
+1
2020-09-10
block/nvme: Group controller registers in NVMeRegs structure
Philippe Mathieu-Daudé
1
-23
/
+25
2020-09-10
file-win32: Fix "locking" option
Kevin Wolf
1
-1
/
+21
2020-09-09
trace-events: Fix attribution of trace points to source
Markus Armbruster
1
-3
/
+2
2020-09-09
trace-events: Delete unused trace points
Markus Armbruster
1
-3
/
+0
2020-09-07
block: Leave BDS.backing_{file,format} constant
Max Reitz
1
-3
/
+5
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
9
-46
/
+22
2020-09-07
commit: Deal with filters
Max Reitz
3
-27
/
+76
2020-09-07
backup: Deal with filters
Max Reitz
2
-5
/
+6
2020-09-07
mirror: Deal with filters
Max Reitz
1
-27
/
+91
2020-09-07
block-copy: Use CAF to find sync=top base
Max Reitz
1
-2
/
+2
2020-09-07
block: Use child access functions for QAPI queries
Max Reitz
1
-13
/
+20
2020-09-07
block: Report data child for query-blockstats
Max Reitz
1
-2
/
+29
2020-09-07
block/null: Implement bdrv_get_allocated_file_size
Max Reitz
1
-0
/
+7
2020-09-07
block/snapshot: Fix fallback
Max Reitz
1
-21
/
+83
2020-09-07
block: Use CAF in bdrv_co_rw_vmstate()
Max Reitz
1
-2
/
+3
2020-09-07
block: Iterate over children in refresh_limits
Max Reitz
1
-16
/
+16
2020-09-07
vmdk: Drop vmdk_co_flush()
Max Reitz
1
-16
/
+0
2020-09-07
block: Flush all children in generic code
Max Reitz
1
-6
/
+17
2020-09-07
block: Use bdrv_cow_child() in bdrv_co_truncate()
Max Reitz
1
-3
/
+4
2020-09-07
stream: Deal with filters
Max Reitz
1
-17
/
+46
2020-09-07
block: Use CAFs in block status functions
Max Reitz
1
-9
/
+10
2020-09-07
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
1
-2
/
+5
2020-09-07
copy-on-read: Support compressed writes
Max Reitz
1
-0
/
+11
2020-09-07
throttle: Support compressed writes
Max Reitz
1
-0
/
+10
2020-09-07
block: Drop bdrv_is_encrypted()
Max Reitz
1
-1
/
+1
2020-09-07
block/nvme: Use an array of EventNotifier
Philippe Mathieu-Daudé
1
-10
/
+21
2020-09-07
block/nvme: Extract nvme_poll_queue()
Philippe Mathieu-Daudé
1
-17
/
+27
2020-09-07
block/nvme: Simplify nvme_create_queue_pair() arguments
Philippe Mathieu-Daudé
1
-6
/
+7
2020-09-07
block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
Philippe Mathieu-Daudé
1
-1
/
+2
2020-09-07
block/nvme: Simplify nvme_init_queue() arguments
Philippe Mathieu-Daudé
1
-4
/
+3
2020-09-07
block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
Philippe Mathieu-Daudé
1
-5
/
+5
2020-09-07
block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
Philippe Mathieu-Daudé
1
-7
/
+9
2020-09-07
block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
Philippe Mathieu-Daudé
1
-16
/
+15
2020-09-07
block/nvme: Rename local variable
Philippe Mathieu-Daudé
1
-10
/
+9
2020-09-07
block/nvme: Use common error path in nvme_add_io_queue()
Philippe Mathieu-Daudé
1
-4
/
+5
2020-09-07
block/nvme: Improve error message when IO queue creation failed
Philippe Mathieu-Daudé
1
-2
/
+2
2020-09-07
block/nvme: Define INDEX macros to ease code review
Philippe Mathieu-Daudé
1
-14
/
+19
2020-09-07
block/nvme: Let nvme_create_queue_pair() fail gracefully
Philippe Mathieu-Daudé
1
-2
/
+10
2020-09-07
block/nvme: Avoid further processing if trace event not enabled
Philippe Mathieu-Daudé
1
-0
/
+3
2020-09-07
block/nvme: Replace magic value by SCALE_MS definition
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-03
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-09-02' into st...
Peter Maydell
1
-1
/
+265
2020-09-02
block/nbd: use non-blocking connect: fix vm hang on connect()
Vladimir Sementsov-Ogievskiy
1
-1
/
+265
2020-09-02
Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20200902' into staging
Peter Maydell
1
-11
/
+11
2020-09-02
hw/block/nvme: be consistent about zeros vs zeroes
Klaus Jensen
1
-2
/
+2
2020-09-02
hw/block/nvme: bump spec data structures to v1.3
Klaus Jensen
1
-9
/
+9
2020-09-01
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-2
/
+2
[next]