index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/nvme: Use an array of EventNotifier
Philippe Mathieu-Daudé
2020-09-07
1
-10
/
+21
*
block/nvme: Extract nvme_poll_queue()
Philippe Mathieu-Daudé
2020-09-07
1
-17
/
+27
*
block/nvme: Simplify nvme_create_queue_pair() arguments
Philippe Mathieu-Daudé
2020-09-07
1
-6
/
+7
*
block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
Philippe Mathieu-Daudé
2020-09-07
1
-1
/
+2
*
block/nvme: Simplify nvme_init_queue() arguments
Philippe Mathieu-Daudé
2020-09-07
1
-4
/
+3
*
block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
Philippe Mathieu-Daudé
2020-09-07
1
-5
/
+5
*
block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
Philippe Mathieu-Daudé
2020-09-07
1
-7
/
+9
*
block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
Philippe Mathieu-Daudé
2020-09-07
1
-16
/
+15
*
block/nvme: Rename local variable
Philippe Mathieu-Daudé
2020-09-07
1
-10
/
+9
*
block/nvme: Use common error path in nvme_add_io_queue()
Philippe Mathieu-Daudé
2020-09-07
1
-4
/
+5
*
block/nvme: Improve error message when IO queue creation failed
Philippe Mathieu-Daudé
2020-09-07
1
-2
/
+2
*
block/nvme: Define INDEX macros to ease code review
Philippe Mathieu-Daudé
2020-09-07
1
-14
/
+19
*
block/nvme: Let nvme_create_queue_pair() fail gracefully
Philippe Mathieu-Daudé
2020-09-07
1
-2
/
+10
*
block/nvme: Avoid further processing if trace event not enabled
Philippe Mathieu-Daudé
2020-09-07
1
-0
/
+3
*
block/nvme: Replace magic value by SCALE_MS definition
Philippe Mathieu-Daudé
2020-09-07
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-09-02' into st...
Peter Maydell
2020-09-03
1
-1
/
+265
|
\
|
*
block/nbd: use non-blocking connect: fix vm hang on connect()
Vladimir Sementsov-Ogievskiy
2020-09-02
1
-1
/
+265
*
|
Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20200902' into staging
Peter Maydell
2020-09-02
1
-11
/
+11
|
\
\
|
|
/
|
/
|
|
*
hw/block/nvme: be consistent about zeros vs zeroes
Klaus Jensen
2020-09-02
1
-2
/
+2
|
*
hw/block/nvme: bump spec data structures to v1.3
Klaus Jensen
2020-09-02
1
-9
/
+9
*
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-09-01
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
block: always link with zlib
Paolo Bonzini
2020-09-01
1
-2
/
+2
*
|
block/vmdk: Remove superfluous breaks
Liao Pingfang
2020-09-01
1
-3
/
+0
|
/
*
throttle-groups: Move ThrottleGroup typedef to header
Eduardo Habkost
2020-08-27
1
-2
/
+2
*
qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
Alberto Garcia
2020-08-25
1
-2
/
+12
*
qcow2: Allow preallocation and backing files if extended_l2 is set
Alberto Garcia
2020-08-25
1
-3
/
+4
*
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
2020-08-25
2
-9
/
+65
*
qcow2: Add prealloc field to QCowL2Meta
Alberto Garcia
2020-08-25
3
-1
/
+15
*
qcow2: Add subcluster support to qcow2_measure()
Alberto Garcia
2020-08-25
1
-7
/
+13
*
qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
Alberto Garcia
2020-08-25
3
-24
/
+94
*
qcow2: Add subcluster support to handle_alloc_space()
Alberto Garcia
2020-08-25
1
-4
/
+5
*
qcow2: Clear the L2 bitmap when allocating a compressed cluster
Alberto Garcia
2020-08-25
1
-0
/
+3
*
qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
Alberto Garcia
2020-08-25
1
-0
/
+18
*
qcow2: Add subcluster support to check_refcounts_l2()
Alberto Garcia
2020-08-25
1
-5
/
+11
*
qcow2: Add subcluster support to discard_in_l2_slice()
Alberto Garcia
2020-08-25
1
-29
/
+23
*
qcow2: Add subcluster support to zero_in_l2_slice()
Alberto Garcia
2020-08-25
1
-18
/
+20
*
qcow2: Add subcluster support to qcow2_get_host_offset()
Alberto Garcia
2020-08-25
2
-96
/
+92
*
qcow2: Add subcluster support to calculate_l2_meta()
Alberto Garcia
2020-08-25
1
-34
/
+133
*
qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
Alberto Garcia
2020-08-25
1
-3
/
+9
*
qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
Alberto Garcia
2020-08-25
3
-40
/
+42
*
qcow2: Add cluster type parameter to qcow2_get_host_offset()
Alberto Garcia
2020-08-25
3
-20
/
+31
*
qcow2: Add qcow2_cluster_is_allocated()
Alberto Garcia
2020-08-25
1
-0
/
+6
*
qcow2: Add qcow2_get_subcluster_range_type()
Alberto Garcia
2020-08-25
1
-0
/
+51
*
qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
Alberto Garcia
2020-08-25
1
-1
/
+125
*
qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
Alberto Garcia
2020-08-25
1
-0
/
+21
*
qcow2: Add l2_entry_size()
Alberto Garcia
2020-08-25
4
-16
/
+27
*
qcow2: Add offset_into_subcluster() and size_to_subclusters()
Alberto Garcia
2020-08-25
1
-0
/
+10
*
qcow2: Add offset_to_sc_index()
Alberto Garcia
2020-08-25
1
-0
/
+5
*
qcow2: Add subcluster-related fields to BDRVQcow2State
Alberto Garcia
2020-08-25
2
-0
/
+10
*
qcow2: Add dummy has_subclusters() function
Alberto Garcia
2020-08-25
1
-0
/
+6
[next]