[PATCH 0/2] qemu: Fix hotplug of VDPA disks

Peter Krempa posted 2 patches 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1698326094.git.pkrempa@redhat.com
src/qemu/qemu_hotplug.c |  3 +++
src/qemu/qemu_process.c | 42 ++++++++++++++++++++++++++++++++---------
src/qemu/qemu_process.h |  3 +++
3 files changed, 39 insertions(+), 9 deletions(-)
[PATCH 0/2] qemu: Fix hotplug of VDPA disks
Posted by Peter Krempa 6 months ago
Peter Krempa (2):
  qemu: process: Extract host setup of disk device into a helper
  qemu: hotplug: Setup host side of VDPA device for disk hotplug

 src/qemu/qemu_hotplug.c |  3 +++
 src/qemu/qemu_process.c | 42 ++++++++++++++++++++++++++++++++---------
 src/qemu/qemu_process.h |  3 +++
 3 files changed, 39 insertions(+), 9 deletions(-)

-- 
2.41.0
Re: [PATCH 0/2] qemu: Fix hotplug of VDPA disks
Posted by Peter Krempa 6 months ago
On Thu, Oct 26, 2023 at 15:15:15 +0200, Peter Krempa wrote:
> Peter Krempa (2):
>   qemu: process: Extract host setup of disk device into a helper
>   qemu: hotplug: Setup host side of VDPA device for disk hotplug
> 
>  src/qemu/qemu_hotplug.c |  3 +++
>  src/qemu/qemu_process.c | 42 ++++++++++++++++++++++++++++++++---------
>  src/qemu/qemu_process.h |  3 +++
>  3 files changed, 39 insertions(+), 9 deletions(-)

I'll be posting a v2 to properly address also block copy.