[libvirt PATCHv3 0/2] qemu: virtiofs hot(un)plug (virtiofs epopee)

Ján Tomko posted 2 patches 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1634040837.git.jtomko@redhat.com
src/conf/domain_conf.c   |  24 ++++++
src/conf/domain_conf.h   |   2 +
src/libvirt_private.syms |   1 +
src/qemu/qemu_driver.c   |   9 +-
src/qemu/qemu_hotplug.c  | 182 ++++++++++++++++++++++++++++++++++++++-
5 files changed, 215 insertions(+), 3 deletions(-)
[libvirt PATCHv3 0/2] qemu: virtiofs hot(un)plug (virtiofs epopee)
Posted by Ján Tomko 2 years, 6 months ago
Now with more JSON.

Ján Tomko (2):
  qemu: implement virtiofs hotplug
  qemu: implement virtiofs hotunplug

 src/conf/domain_conf.c   |  24 ++++++
 src/conf/domain_conf.h   |   2 +
 src/libvirt_private.syms |   1 +
 src/qemu/qemu_driver.c   |   9 +-
 src/qemu/qemu_hotplug.c  | 182 ++++++++++++++++++++++++++++++++++++++-
 5 files changed, 215 insertions(+), 3 deletions(-)

-- 
2.31.1

Re: [libvirt PATCHv3 0/2] qemu: virtiofs hot(un)plug (virtiofs epopee)
Posted by Peter Krempa 2 years, 6 months ago
On Tue, Oct 12, 2021 at 14:14:42 +0200, Ján Tomko wrote:
> Now with more JSON.
> 
> Ján Tomko (2):
>   qemu: implement virtiofs hotplug
>   qemu: implement virtiofs hotunplug

Reviewed-by: Peter Krempa <pkrempa@redhat.com>