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-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
2020-09-01
block/vmdk: Remove superfluous breaks
Liao Pingfang
1
-3
/
+0
2020-09-01
block: always link with zlib
Paolo Bonzini
1
-2
/
+2
2020-08-27
throttle-groups: Move ThrottleGroup typedef to header
Eduardo Habkost
1
-2
/
+2
2020-08-25
qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
Alberto Garcia
1
-2
/
+12
2020-08-25
qcow2: Allow preallocation and backing files if extended_l2 is set
Alberto Garcia
1
-3
/
+4
2020-08-25
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
2
-9
/
+65
2020-08-25
qcow2: Add prealloc field to QCowL2Meta
Alberto Garcia
3
-1
/
+15
2020-08-25
qcow2: Add subcluster support to qcow2_measure()
Alberto Garcia
1
-7
/
+13
2020-08-25
qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
Alberto Garcia
3
-24
/
+94
2020-08-25
qcow2: Add subcluster support to handle_alloc_space()
Alberto Garcia
1
-4
/
+5
2020-08-25
qcow2: Clear the L2 bitmap when allocating a compressed cluster
Alberto Garcia
1
-0
/
+3
2020-08-25
qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
Alberto Garcia
1
-0
/
+18
2020-08-25
qcow2: Add subcluster support to check_refcounts_l2()
Alberto Garcia
1
-5
/
+11
2020-08-25
qcow2: Add subcluster support to discard_in_l2_slice()
Alberto Garcia
1
-29
/
+23
2020-08-25
qcow2: Add subcluster support to zero_in_l2_slice()
Alberto Garcia
1
-18
/
+20
2020-08-25
qcow2: Add subcluster support to qcow2_get_host_offset()
Alberto Garcia
2
-96
/
+92
2020-08-25
qcow2: Add subcluster support to calculate_l2_meta()
Alberto Garcia
1
-34
/
+133
2020-08-25
qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
Alberto Garcia
1
-3
/
+9
2020-08-25
qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
Alberto Garcia
3
-40
/
+42
2020-08-25
qcow2: Add cluster type parameter to qcow2_get_host_offset()
Alberto Garcia
3
-20
/
+31
2020-08-25
qcow2: Add qcow2_cluster_is_allocated()
Alberto Garcia
1
-0
/
+6
2020-08-25
qcow2: Add qcow2_get_subcluster_range_type()
Alberto Garcia
1
-0
/
+51
2020-08-25
qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
Alberto Garcia
1
-1
/
+125
2020-08-25
qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
Alberto Garcia
1
-0
/
+21
2020-08-25
qcow2: Add l2_entry_size()
Alberto Garcia
4
-16
/
+27
2020-08-25
qcow2: Add offset_into_subcluster() and size_to_subclusters()
Alberto Garcia
1
-0
/
+10
2020-08-25
qcow2: Add offset_to_sc_index()
Alberto Garcia
1
-0
/
+5
2020-08-25
qcow2: Add subcluster-related fields to BDRVQcow2State
Alberto Garcia
2
-0
/
+10
2020-08-25
qcow2: Add dummy has_subclusters() function
Alberto Garcia
1
-0
/
+6
2020-08-25
qcow2: Add get_l2_entry() and set_l2_entry()
Alberto Garcia
3
-38
/
+54
2020-08-25
qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
Alberto Garcia
1
-113
/
+139
2020-08-25
qcow2: Split cluster_needs_cow() out of count_cow_clusters()
Alberto Garcia
1
-15
/
+19
2020-08-25
qcow2: Add calculate_l2_meta()
Alberto Garcia
1
-24
/
+53
2020-08-25
qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
Alberto Garcia
3
-37
/
+32
2020-08-25
qcow2: Make Qcow2AioTask store the full host offset
Alberto Garcia
2
-37
/
+34
2020-08-21
meson: convert block
Marc-André Lureau
4
-77
/
+117
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-08-10
block/block-copy: always align copied region to cluster size
Stefan Reiter
1
-0
/
+3
2020-08-05
qcow2-cluster: Fix integer left shift error in qcow2_alloc_cluster_link_l2()
Tuguoyi
1
-1
/
+1
2020-08-03
qcow2: Release read-only bitmaps when inactivated
Max Reitz
1
-4
/
+19
2020-07-28
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-28' into st...
Peter Maydell
2
-33
/
+97
2020-07-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-28' in...
Peter Maydell
1
-4
/
+6
2020-07-28
block/nbd: nbd_co_reconnect_loop(): don't sleep if drained
Vladimir Sementsov-Ogievskiy
1
-5
/
+6
2020-07-28
block/nbd: on shutdown terminate connection attempt
Vladimir Sementsov-Ogievskiy
1
-4
/
+11
[next]