[PATCH 0/4] qemu: Fix handling of 'copy-on-read' on hotplug with blockdev

Peter Krempa posted 4 patches 4 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1580993627.git.pkrempa@redhat.com
src/qemu/qemu_block.c        | 14 ++------------
src/qemu/qemu_hotplug.c      | 25 +++++++++++++++---------
src/qemu/qemu_monitor.c      | 16 ++++++----------
src/qemu/qemu_monitor.h      |  2 +-
src/qemu/qemu_monitor_json.c | 37 +++++++++++++-----------------------
src/qemu/qemu_monitor_json.h |  2 +-
6 files changed, 39 insertions(+), 57 deletions(-)
[PATCH 0/4] qemu: Fix handling of 'copy-on-read' on hotplug with blockdev
Posted by Peter Krempa 4 years, 1 month ago
See patch 4.

Peter Krempa (4):
  qemuMonitorJSONBlockdevAdd: Refactor cleanup
  qemuMonitorJSONBlockdevDel: Refactor cleanup
  qemuMonitorBlockdevAdd: Take double pointer argument
  qemu: hotplug: Fix handling of the 'copy-on-read' layer with blockdev

 src/qemu/qemu_block.c        | 14 ++------------
 src/qemu/qemu_hotplug.c      | 25 +++++++++++++++---------
 src/qemu/qemu_monitor.c      | 16 ++++++----------
 src/qemu/qemu_monitor.h      |  2 +-
 src/qemu/qemu_monitor_json.c | 37 +++++++++++++-----------------------
 src/qemu/qemu_monitor_json.h |  2 +-
 6 files changed, 39 insertions(+), 57 deletions(-)

-- 
2.24.1

Re: [PATCH 0/4] qemu: Fix handling of 'copy-on-read' on hotplug with blockdev
Posted by Daniel Henrique Barboza 4 years, 1 month ago

On 2/6/20 9:54 AM, Peter Krempa wrote:
> See patch 4.
> 
> Peter Krempa (4):
>    qemuMonitorJSONBlockdevAdd: Refactor cleanup
>    qemuMonitorJSONBlockdevDel: Refactor cleanup
>    qemuMonitorBlockdevAdd: Take double pointer argument
>    qemu: hotplug: Fix handling of the 'copy-on-read' layer with blockdev


Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>

> 
>   src/qemu/qemu_block.c        | 14 ++------------
>   src/qemu/qemu_hotplug.c      | 25 +++++++++++++++---------
>   src/qemu/qemu_monitor.c      | 16 ++++++----------
>   src/qemu/qemu_monitor.h      |  2 +-
>   src/qemu/qemu_monitor_json.c | 37 +++++++++++++-----------------------
>   src/qemu/qemu_monitor_json.h |  2 +-
>   6 files changed, 39 insertions(+), 57 deletions(-)
> 

Re: [PATCH 0/4] qemu: Fix handling of 'copy-on-read' on hotplug with blockdev
Posted by Ján Tomko 4 years, 1 month ago
On Thu, Feb 06, 2020 at 01:54:15PM +0100, Peter Krempa wrote:
>See patch 4.
>
>Peter Krempa (4):
>  qemuMonitorJSONBlockdevAdd: Refactor cleanup
>  qemuMonitorJSONBlockdevDel: Refactor cleanup
>  qemuMonitorBlockdevAdd: Take double pointer argument
>  qemu: hotplug: Fix handling of the 'copy-on-read' layer with blockdev
>
> src/qemu/qemu_block.c        | 14 ++------------
> src/qemu/qemu_hotplug.c      | 25 +++++++++++++++---------
> src/qemu/qemu_monitor.c      | 16 ++++++----------
> src/qemu/qemu_monitor.h      |  2 +-
> src/qemu/qemu_monitor_json.c | 37 +++++++++++++-----------------------
> src/qemu/qemu_monitor_json.h |  2 +-
> 6 files changed, 39 insertions(+), 57 deletions(-)
>

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

Jano