[PATCH 0/2] qemu: Fix --keep-relative for block-commit/pull with blockdev

Peter Krempa posted 2 patches 4 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1585567181.git.pkrempa@redhat.com
src/qemu/qemu_block.c  | 46 ++++++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_block.h  |  5 +++++
src/qemu/qemu_driver.c | 13 ++++++++++--
3 files changed, 62 insertions(+), 2 deletions(-)
[PATCH 0/2] qemu: Fix --keep-relative for block-commit/pull with blockdev
Posted by Peter Krempa 4 years ago
Peter Krempa (2):
  qemu: block: Support VIR_DOMAIN_BLOCK_COMMIT/PULL/REBASE_RELATIVE with
    blockdev
  qemuDomainSnapshotDiskPrepareOne: Don't load the relative path with
    blockdev

 src/qemu/qemu_block.c  | 46 ++++++++++++++++++++++++++++++++++++++++++
 src/qemu/qemu_block.h  |  5 +++++
 src/qemu/qemu_driver.c | 13 ++++++++++--
 3 files changed, 62 insertions(+), 2 deletions(-)

-- 
2.24.1

Re: [PATCH 0/2] qemu: Fix --keep-relative for block-commit/pull with blockdev
Posted by Ján Tomko 4 years ago
On a Monday in 2020, Peter Krempa wrote:
>Peter Krempa (2):
>  qemu: block: Support VIR_DOMAIN_BLOCK_COMMIT/PULL/REBASE_RELATIVE with
>    blockdev
>  qemuDomainSnapshotDiskPrepareOne: Don't load the relative path with
>    blockdev
>
> src/qemu/qemu_block.c  | 46 ++++++++++++++++++++++++++++++++++++++++++
> src/qemu/qemu_block.h  |  5 +++++
> src/qemu/qemu_driver.c | 13 ++++++++++--
> 3 files changed, 62 insertions(+), 2 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano