qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/9] Apply COR-filter to the block-stream permanently
@ 2020-09-28 12:59 Andrey Shinkevich via
  2020-09-28 12:59 ` [PATCH v9 1/9] copy-on-read: Support preadv/pwritev_part functions Andrey Shinkevich via
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Andrey Shinkevich via @ 2020-09-28 12:59 UTC (permalink / raw)
  To: qemu-block
  Cc: qemu-devel, kwolf, mreitz, stefanha, fam, jsnow, armbru, eblake,
	den, vsementsov, andrey.shinkevich

Despite the patch "freeze link to base node..." has been removed from the
series in the current version 9, the iotest case test_stream_parallel does
not pass after the COR-filter is inserted into the backing chain. As the
test case may not be initialized, it does not make a sense and was removed
again.
The check with bdrv_is_allocated_above() takes place in the COR-filter and
in the block-stream job both. An optimization of the block-stream job based
on the filter functionality may be made in a separate series.

v9:
  02: Refactored.
  04: Base node name is used instead of the file name.
  05: New implementation based on Max' review.
  06: New.
  07: New. The patch "freeze link to base node..." was deleted.
  08: New.
  09: The filter node options are initialized.

The v8 Message-Id:
<1598633579-221780-1-git-send-email-andrey.shinkevich@virtuozzo.com>

Andrey Shinkevich (9):
  copy-on-read: Support preadv/pwritev_part functions
  copy-on-read: add filter append/drop functions
  qapi: add filter-node-name to block-stream
  copy-on-read: pass base node name to COR driver
  copy-on-read: limit guest COR activity to base in COR driver
  copy-on-read: skip non-guest reads if no copy needed
  stream: skip filters when writing backing file name to QCOW2 header
  block: remove unused parameter backing-file name
  block: apply COR-filter to block-stream jobs

 block/copy-on-read.c           | 165 ++++++++++++++++++++++++++++++++++++++---
 block/io.c                     |   2 +-
 block/monitor/block-hmp-cmds.c |   6 +-
 block/stream.c                 | 112 +++++++++++++++++-----------
 blockdev.c                     |  21 +-----
 include/block/block_int.h      |   9 ++-
 qapi/block-core.json           |  23 ++----
 tests/qemu-iotests/030         |  51 ++-----------
 tests/qemu-iotests/030.out     |   4 +-
 tests/qemu-iotests/141.out     |   2 +-
 tests/qemu-iotests/245         |  19 +++--
 11 files changed, 267 insertions(+), 147 deletions(-)

-- 
1.8.3.1



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

end of thread, other threads:[~2020-09-28 20:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-28 12:59 [PATCH v9 0/9] Apply COR-filter to the block-stream permanently Andrey Shinkevich via
2020-09-28 12:59 ` [PATCH v9 1/9] copy-on-read: Support preadv/pwritev_part functions Andrey Shinkevich via
2020-09-28 12:59 ` [PATCH v9 2/9] copy-on-read: add filter append/drop functions Andrey Shinkevich via
2020-09-28 12:59 ` [PATCH v9 3/9] qapi: add filter-node-name to block-stream Andrey Shinkevich via
2020-09-28 12:59 ` [PATCH v9 4/9] copy-on-read: pass base node name to COR driver Andrey Shinkevich via
2020-09-28 12:59 ` [PATCH v9 5/9] copy-on-read: limit guest COR activity to base in " Andrey Shinkevich via
2020-09-28 12:59 ` [PATCH v9 6/9] copy-on-read: skip non-guest reads if no copy needed Andrey Shinkevich via
2020-09-28 12:59 ` [PATCH v9 7/9] stream: skip filters when writing backing file name to QCOW2 header Andrey Shinkevich via
2020-09-28 13:00 ` [PATCH v9 8/9] block: remove unused backing-file name parameter Andrey Shinkevich via
2020-09-28 13:00 ` [PATCH v9 9/9] block: apply COR-filter to block-stream jobs Andrey Shinkevich via
2020-09-28 20:33 ` [PATCH v9 0/9] Apply COR-filter to the block-stream permanently no-reply
2020-09-28 20:37 ` no-reply

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).