qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/34] Block patches
@ 2020-08-25  8:32 Max Reitz
  2020-08-25  8:32 ` [PULL 01/34] qcow2: Make Qcow2AioTask store the full host offset Max Reitz
                   ` (34 more replies)
  0 siblings, 35 replies; 40+ messages in thread
From: Max Reitz @ 2020-08-25  8:32 UTC (permalink / raw)
  To: qemu-block; +Cc: Kevin Wolf, Peter Maydell, qemu-devel, Max Reitz

The following changes since commit 30aa19446d82358a30eac3b556b4d6641e00b7c1:

  Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' into staging (2020-08-24 16:39:53 +0100)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2020-08-25

for you to fetch changes up to c576fd97d4ca77b5a1a27728df11a61083dbfa98:

  iotests: Add tests for qcow2 images with extended L2 entries (2020-08-25 10:20:18 +0200)

----------------------------------------------------------------
Block patches:
- qcow2 subclusters (extended L2 entries)

----------------------------------------------------------------
Alberto Garcia (34):
  qcow2: Make Qcow2AioTask store the full host offset
  qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
  qcow2: Add calculate_l2_meta()
  qcow2: Split cluster_needs_cow() out of count_cow_clusters()
  qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
  qcow2: Add get_l2_entry() and set_l2_entry()
  qcow2: Document the Extended L2 Entries feature
  qcow2: Add dummy has_subclusters() function
  qcow2: Add subcluster-related fields to BDRVQcow2State
  qcow2: Add offset_to_sc_index()
  qcow2: Add offset_into_subcluster() and size_to_subclusters()
  qcow2: Add l2_entry_size()
  qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
  qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
  qcow2: Add qcow2_get_subcluster_range_type()
  qcow2: Add qcow2_cluster_is_allocated()
  qcow2: Add cluster type parameter to qcow2_get_host_offset()
  qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
  qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
  qcow2: Add subcluster support to calculate_l2_meta()
  qcow2: Add subcluster support to qcow2_get_host_offset()
  qcow2: Add subcluster support to zero_in_l2_slice()
  qcow2: Add subcluster support to discard_in_l2_slice()
  qcow2: Add subcluster support to check_refcounts_l2()
  qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
  qcow2: Clear the L2 bitmap when allocating a compressed cluster
  qcow2: Add subcluster support to handle_alloc_space()
  qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
  qcow2: Add subcluster support to qcow2_measure()
  qcow2: Add prealloc field to QCowL2Meta
  qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
  qcow2: Allow preallocation and backing files if extended_l2 is set
  qcow2: Assert that expand_zero_clusters_in_l1() does not support
    subclusters
  iotests: Add tests for qcow2 images with extended L2 entries

 docs/interop/qcow2.txt           |  68 ++-
 docs/qcow2-cache.txt             |  19 +-
 qapi/block-core.json             |   7 +
 block/qcow2.h                    | 211 ++++++-
 include/block/block_int.h        |   1 +
 block/qcow2-cluster.c            | 906 +++++++++++++++++++++----------
 block/qcow2-refcount.c           |  47 +-
 block/qcow2.c                    | 302 +++++++----
 block/trace-events               |   2 +-
 tests/qemu-iotests/031.out       |   8 +-
 tests/qemu-iotests/036.out       |   4 +-
 tests/qemu-iotests/049.out       | 102 ++--
 tests/qemu-iotests/060.out       |   3 +-
 tests/qemu-iotests/061           |   6 +
 tests/qemu-iotests/061.out       |  25 +-
 tests/qemu-iotests/065           |  12 +-
 tests/qemu-iotests/082.out       |  39 +-
 tests/qemu-iotests/085.out       |  38 +-
 tests/qemu-iotests/144.out       |   4 +-
 tests/qemu-iotests/182.out       |   2 +-
 tests/qemu-iotests/185.out       |   8 +-
 tests/qemu-iotests/198           |   2 +
 tests/qemu-iotests/206.out       |   6 +-
 tests/qemu-iotests/242.out       |   5 +
 tests/qemu-iotests/255.out       |   8 +-
 tests/qemu-iotests/271           | 901 ++++++++++++++++++++++++++++++
 tests/qemu-iotests/271.out       | 726 +++++++++++++++++++++++++
 tests/qemu-iotests/274.out       |  49 +-
 tests/qemu-iotests/280.out       |   2 +-
 tests/qemu-iotests/291.out       |   2 +
 tests/qemu-iotests/302.out       |   1 +
 tests/qemu-iotests/303.out       |   4 +-
 tests/qemu-iotests/common.filter |   1 +
 tests/qemu-iotests/group         |   1 +
 34 files changed, 2952 insertions(+), 570 deletions(-)
 create mode 100755 tests/qemu-iotests/271
 create mode 100644 tests/qemu-iotests/271.out

-- 
2.26.2



^ permalink raw reply	[flat|nested] 40+ messages in thread
* [PULL 00/34] Block patches
@ 2020-01-06 14:41 Max Reitz
  2020-01-06 18:22 ` Peter Maydell
  0 siblings, 1 reply; 40+ messages in thread
From: Max Reitz @ 2020-01-06 14:41 UTC (permalink / raw)
  To: qemu-block; +Cc: Kevin Wolf, Peter Maydell, qemu-devel, Max Reitz

The following changes since commit f17783e706ab9c7b3a2b69cf48e4f0ba40664f54:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191220' into staging (2020-01-03 18:50:33 +0000)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2020-01-06

for you to fetch changes up to 503ca1262bab2c11c533a4816d1ff4297d4f58a6:

  backup-top: Begin drain earlier (2020-01-06 14:26:23 +0100)

----------------------------------------------------------------
Block patches:
- Minor fixes and tests from the freeze period (too minor to be included
  in 4.2)
- Allow many bash iotests to test qcow2's external data file feature
- Add compress filter driver
- Fix Python iotests after 6f6e1698a6
- Fix for the backup job

----------------------------------------------------------------
Andrey Shinkevich (3):
  block: introduce compress filter driver
  qcow2: Allow writing compressed data of multiple clusters
  tests/qemu-iotests: add case to write compressed data of multiple
    clusters

Max Reitz (28):
  block: Add bdrv_qapi_perm_to_blk_perm()
  block: Use bdrv_qapi_perm_to_blk_perm()
  blkdebug: Allow taking/unsharing permissions
  iotests: Add @error to wait_until_completed
  iotests: Add test for failing mirror complete
  iotests: s/qocw2/qcow2/
  iotests/qcow2.py: Add dump-header-exts
  iotests/qcow2.py: Split feature fields into bits
  iotests: Add _filter_json_filename
  iotests: Filter refcount_order in 036
  iotests: Replace IMGOPTS by _unsupported_imgopts
  iotests: Drop compat=1.1 in 050
  iotests: Let _make_test_img parse its parameters
  iotests: Add -o and --no-opts to _make_test_img
  iotests: Inject space into -ocompat=0.10 in 051
  iotests: Replace IMGOPTS= by -o
  iotests: Replace IMGOPTS='' by --no-opts
  iotests: Drop IMGOPTS use in 267
  iotests: Avoid qemu-img create
  iotests: Use _rm_test_img for deleting test images
  iotests: Avoid cp/mv of test images
  iotests: Make 091 work with data_file
  iotests: Make 110 work with data_file
  iotests: Make 137 work with data_file
  iotests: Make 198 work with data_file
  iotests: Disable data_file where it cannot be used
  iotests: Allow check -o data_file
  backup-top: Begin drain earlier

PanNengyuan (1):
  throttle-groups: fix memory leak in throttle_group_set_limit:

Philippe Mathieu-Daudé (1):
  tests/qemu-iotests: Update tests to recent desugarized -accel option

Vladimir Sementsov-Ogievskiy (1):
  qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmap

 block.c                          |  47 +++++----
 block/Makefile.objs              |   1 +
 block/backup-top.c               |   4 +-
 block/blkdebug.c                 |  93 ++++++++++++++++-
 block/filter-compress.c          | 168 +++++++++++++++++++++++++++++++
 block/qcow2-bitmap.c             |  41 ++++----
 block/qcow2.c                    | 102 ++++++++++++++-----
 block/throttle-groups.c          |   4 +-
 include/block/block.h            |   1 +
 qapi/block-core.json             |  24 ++++-
 tests/qemu-iotests/007           |   5 +-
 tests/qemu-iotests/014           |   2 +
 tests/qemu-iotests/015           |   5 +-
 tests/qemu-iotests/019           |   6 +-
 tests/qemu-iotests/020           |   6 +-
 tests/qemu-iotests/024           |  10 +-
 tests/qemu-iotests/026           |   5 +-
 tests/qemu-iotests/028           |   2 +-
 tests/qemu-iotests/029           |   7 +-
 tests/qemu-iotests/031           |   9 +-
 tests/qemu-iotests/031.out       |  36 +++----
 tests/qemu-iotests/036           |  15 +--
 tests/qemu-iotests/036.out       |  66 ++----------
 tests/qemu-iotests/039           |  27 ++---
 tests/qemu-iotests/039.out       |  22 ++--
 tests/qemu-iotests/041           |  44 ++++++++
 tests/qemu-iotests/041.out       |   4 +-
 tests/qemu-iotests/043           |   4 +-
 tests/qemu-iotests/046           |   2 +
 tests/qemu-iotests/048           |   4 +-
 tests/qemu-iotests/050           |   8 +-
 tests/qemu-iotests/051           |   7 +-
 tests/qemu-iotests/053           |   4 +-
 tests/qemu-iotests/058           |   7 +-
 tests/qemu-iotests/059           |  20 ++--
 tests/qemu-iotests/060           |  14 +--
 tests/qemu-iotests/060.out       |  20 ++--
 tests/qemu-iotests/061           |  63 ++++++------
 tests/qemu-iotests/061.out       |  72 ++++++-------
 tests/qemu-iotests/062           |   5 +-
 tests/qemu-iotests/063           |  18 ++--
 tests/qemu-iotests/063.out       |   3 +-
 tests/qemu-iotests/066           |   7 +-
 tests/qemu-iotests/067           |   6 +-
 tests/qemu-iotests/068           |   6 +-
 tests/qemu-iotests/069           |   2 +-
 tests/qemu-iotests/071           |   7 +-
 tests/qemu-iotests/073           |   4 +
 tests/qemu-iotests/074           |   4 +-
 tests/qemu-iotests/079           |   3 +-
 tests/qemu-iotests/080           |   7 +-
 tests/qemu-iotests/081           |   6 +-
 tests/qemu-iotests/085           |  18 ++--
 tests/qemu-iotests/085.out       |   8 +-
 tests/qemu-iotests/088           |   2 +-
 tests/qemu-iotests/090           |   2 +
 tests/qemu-iotests/091           |   2 +-
 tests/qemu-iotests/091.out       |   2 -
 tests/qemu-iotests/092           |   2 +-
 tests/qemu-iotests/094           |   4 +-
 tests/qemu-iotests/095           |   5 +-
 tests/qemu-iotests/098           |   6 +-
 tests/qemu-iotests/099           |  10 +-
 tests/qemu-iotests/103           |   5 +-
 tests/qemu-iotests/106           |   2 +-
 tests/qemu-iotests/108           |  10 +-
 tests/qemu-iotests/109           |   4 +-
 tests/qemu-iotests/110           |  11 +-
 tests/qemu-iotests/110.out       |   4 +-
 tests/qemu-iotests/111           |   3 +-
 tests/qemu-iotests/112           |  37 +++----
 tests/qemu-iotests/114           |   2 +
 tests/qemu-iotests/115           |   3 +-
 tests/qemu-iotests/121           |   9 +-
 tests/qemu-iotests/122           |   6 +-
 tests/qemu-iotests/123           |   4 +-
 tests/qemu-iotests/125           |   2 +-
 tests/qemu-iotests/137           |  17 +++-
 tests/qemu-iotests/137.out       |   6 +-
 tests/qemu-iotests/138           |   8 +-
 tests/qemu-iotests/141           |   4 +-
 tests/qemu-iotests/142           |   2 +-
 tests/qemu-iotests/144           |   4 +-
 tests/qemu-iotests/153           |  12 +--
 tests/qemu-iotests/156           |  10 +-
 tests/qemu-iotests/159           |   2 +-
 tests/qemu-iotests/160           |   3 +-
 tests/qemu-iotests/161           |   4 +-
 tests/qemu-iotests/170           |   2 +-
 tests/qemu-iotests/172           |   6 +-
 tests/qemu-iotests/173           |   3 +-
 tests/qemu-iotests/174           |   2 +-
 tests/qemu-iotests/175           |   2 +-
 tests/qemu-iotests/176           |   7 +-
 tests/qemu-iotests/178           |   6 +-
 tests/qemu-iotests/182           |   2 +-
 tests/qemu-iotests/183           |   2 +-
 tests/qemu-iotests/185           |   4 +-
 tests/qemu-iotests/187           |   6 +-
 tests/qemu-iotests/190           |   4 +-
 tests/qemu-iotests/191           |  11 +-
 tests/qemu-iotests/195           |   2 +-
 tests/qemu-iotests/197           |   6 +-
 tests/qemu-iotests/198           |   6 +-
 tests/qemu-iotests/198.out       |   4 +-
 tests/qemu-iotests/200           |   7 +-
 tests/qemu-iotests/201           |   6 +-
 tests/qemu-iotests/214           |  46 ++++++++-
 tests/qemu-iotests/214.out       |  14 +++
 tests/qemu-iotests/215           |   6 +-
 tests/qemu-iotests/217           |   3 +-
 tests/qemu-iotests/220           |   5 +-
 tests/qemu-iotests/225           |   2 +-
 tests/qemu-iotests/229           |   3 +-
 tests/qemu-iotests/232           |   4 +-
 tests/qemu-iotests/235           |   2 +-
 tests/qemu-iotests/243           |  10 +-
 tests/qemu-iotests/244           |  15 +--
 tests/qemu-iotests/247           |   4 +-
 tests/qemu-iotests/249           |   4 +-
 tests/qemu-iotests/250           |   5 +-
 tests/qemu-iotests/252           |   2 +-
 tests/qemu-iotests/261           |   5 +-
 tests/qemu-iotests/265           |   2 +-
 tests/qemu-iotests/267           |  17 ++--
 tests/qemu-iotests/273           |   3 +
 tests/qemu-iotests/check         |   6 +-
 tests/qemu-iotests/common.filter |  47 ++++++++-
 tests/qemu-iotests/common.rc     |  63 ++++++++++--
 tests/qemu-iotests/iotests.py    |  18 ++--
 tests/qemu-iotests/qcow2.py      |  23 ++++-
 131 files changed, 1139 insertions(+), 552 deletions(-)
 create mode 100644 block/filter-compress.c

-- 
2.24.1



^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2020-08-25 15:14 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25  8:32 [PULL 00/34] Block patches Max Reitz
2020-08-25  8:32 ` [PULL 01/34] qcow2: Make Qcow2AioTask store the full host offset Max Reitz
2020-08-25  8:32 ` [PULL 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() Max Reitz
2020-08-25  8:32 ` [PULL 03/34] qcow2: Add calculate_l2_meta() Max Reitz
2020-08-25  8:32 ` [PULL 04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters() Max Reitz
2020-08-25  8:32 ` [PULL 05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied() Max Reitz
2020-08-25  8:32 ` [PULL 06/34] qcow2: Add get_l2_entry() and set_l2_entry() Max Reitz
2020-08-25  8:32 ` [PULL 07/34] qcow2: Document the Extended L2 Entries feature Max Reitz
2020-08-25  8:32 ` [PULL 08/34] qcow2: Add dummy has_subclusters() function Max Reitz
2020-08-25  8:32 ` [PULL 09/34] qcow2: Add subcluster-related fields to BDRVQcow2State Max Reitz
2020-08-25  8:32 ` [PULL 10/34] qcow2: Add offset_to_sc_index() Max Reitz
2020-08-25  8:32 ` [PULL 11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters() Max Reitz
2020-08-25  8:32 ` [PULL 12/34] qcow2: Add l2_entry_size() Max Reitz
2020-08-25  8:32 ` [PULL 13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() Max Reitz
2020-08-25  8:32 ` [PULL 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() Max Reitz
2020-08-25  8:32 ` [PULL 15/34] qcow2: Add qcow2_get_subcluster_range_type() Max Reitz
2020-08-25  8:32 ` [PULL 16/34] qcow2: Add qcow2_cluster_is_allocated() Max Reitz
2020-08-25  8:32 ` [PULL 17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset() Max Reitz
2020-08-25  8:32 ` [PULL 18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_* Max Reitz
2020-08-25  8:32 ` [PULL 19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC Max Reitz
2020-08-25  8:32 ` [PULL 20/34] qcow2: Add subcluster support to calculate_l2_meta() Max Reitz
2020-08-25  8:32 ` [PULL 21/34] qcow2: Add subcluster support to qcow2_get_host_offset() Max Reitz
2020-08-25  8:32 ` [PULL 22/34] qcow2: Add subcluster support to zero_in_l2_slice() Max Reitz
2020-08-25  8:33 ` [PULL 23/34] qcow2: Add subcluster support to discard_in_l2_slice() Max Reitz
2020-08-25  8:33 ` [PULL 24/34] qcow2: Add subcluster support to check_refcounts_l2() Max Reitz
2020-08-25  8:33 ` [PULL 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2() Max Reitz
2020-08-25  8:33 ` [PULL 26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster Max Reitz
2020-08-25  8:33 ` [PULL 27/34] qcow2: Add subcluster support to handle_alloc_space() Max Reitz
2020-08-25  8:33 ` [PULL 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes() Max Reitz
2020-08-25  8:33 ` [PULL 29/34] qcow2: Add subcluster support to qcow2_measure() Max Reitz
2020-08-25  8:33 ` [PULL 30/34] qcow2: Add prealloc field to QCowL2Meta Max Reitz
2020-08-25  8:33 ` [PULL 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit Max Reitz
2020-08-25  8:33 ` [PULL 32/34] qcow2: Allow preallocation and backing files if extended_l2 is set Max Reitz
2020-08-25  8:33 ` [PULL 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters Max Reitz
2020-08-25  8:33 ` [PULL 34/34] iotests: Add tests for qcow2 images with extended L2 entries Max Reitz
2020-08-25 14:01 ` [PULL 00/34] Block patches Peter Maydell
2020-08-25 14:22   ` Alberto Garcia
2020-08-25 15:13     ` Max Reitz
  -- strict thread matches above, loose matches on Subject: below --
2020-01-06 14:41 Max Reitz
2020-01-06 18:22 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).