qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL v2 0/4] NBD patches for soft freeze, 2021-07-09
@ 2021-07-12 17:50 Eric Blake
  2021-07-12 17:50 ` [PULL v2 2/4] qemu-img: Make unallocated part of backing chain obvious in map Eric Blake
  2021-07-13 15:00 ` [PULL v2 0/4] NBD patches for soft freeze, 2021-07-09 Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Blake @ 2021-07-12 17:50 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit bd38ae26cea0d1d6a97f930248df149204c210a2:

  Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into staging (2021-07-12 11:02:39 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2021-07-09-v2

for you to fetch changes up to 0b9cd6b947d905b388e84df4070056fad138588e:

  nbd: register yank function earlier (2021-07-12 11:24:00 -0500)

Only sending the altered patch compared to v1

----------------------------------------------------------------
nbd patches for 2021-07-09

- enhance 'qemu-img map --output=json' to make it easier to duplicate
backing chain allocation patterns
- fix a race in the 'yank' QMP command in relation to NBD requests

----------------------------------------------------------------
Eric Blake (3):
      iotests: Improve and rename test 309 to nbd-qemu-allocation
      qemu-img: Make unallocated part of backing chain obvious in map
      qemu-img: Reword 'qemu-img map --output=json' docs

Lukas Straub (1):
      nbd: register yank function earlier

 docs/tools/qemu-img.rst                            |  17 +-
 qapi/block-core.json                               |   7 +-
 block/nbd.c                                        |   8 +-
 qemu-img.c                                         |   7 +-
 tests/qemu-iotests/122.out                         |  84 +--
 tests/qemu-iotests/146.out                         | 780 ++++++++++-----------
 tests/qemu-iotests/154.out                         | 190 ++---
 tests/qemu-iotests/179.out                         | 133 ++--
 tests/qemu-iotests/209.out                         |   4 +-
 tests/qemu-iotests/211.out                         |   8 +-
 tests/qemu-iotests/221.out                         |  16 +-
 tests/qemu-iotests/223.out                         |  56 +-
 tests/qemu-iotests/241.out                         |  10 +-
 tests/qemu-iotests/244.out                         |  23 +-
 tests/qemu-iotests/252.out                         |  10 +-
 tests/qemu-iotests/253.out                         |  20 +-
 tests/qemu-iotests/274.out                         |  48 +-
 tests/qemu-iotests/291.out                         |  24 +-
 tests/qemu-iotests/309.out                         |  22 -
 .../{309 => tests/nbd-qemu-allocation}             |   5 +-
 tests/qemu-iotests/tests/nbd-qemu-allocation.out   |  32 +
 21 files changed, 789 insertions(+), 715 deletions(-)
 delete mode 100644 tests/qemu-iotests/309.out
 rename tests/qemu-iotests/{309 => tests/nbd-qemu-allocation} (95%)
 create mode 100644 tests/qemu-iotests/tests/nbd-qemu-allocation.out

-- 
2.31.1



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

end of thread, other threads:[~2021-07-13 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-12 17:50 [PULL v2 0/4] NBD patches for soft freeze, 2021-07-09 Eric Blake
2021-07-12 17:50 ` [PULL v2 2/4] qemu-img: Make unallocated part of backing chain obvious in map Eric Blake
2021-07-13 15:00 ` [PULL v2 0/4] NBD patches for soft freeze, 2021-07-09 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).