[libvirt PATCH 0/2] Fix virtiofs hotplug after daemon restart

Ján Tomko posted 2 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1678716554.git.jtomko@redhat.com
src/qemu/qemu_validate.c | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
[libvirt PATCH 0/2] Fix virtiofs hotplug after daemon restart
Posted by Ján Tomko 1 year, 1 month ago
Ján Tomko (2):
  qemu: relax shared memory check for vhostuser daemons
  qemu: remove unused argument

 src/qemu/qemu_validate.c | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

-- 
2.39.2

Re: [libvirt PATCH 0/2] Fix virtiofs hotplug after daemon restart
Posted by Michal Prívozník 1 year, 1 month ago
On 3/13/23 15:09, Ján Tomko wrote:
> Ján Tomko (2):
>   qemu: relax shared memory check for vhostuser daemons
>   qemu: remove unused argument
> 
>  src/qemu/qemu_validate.c | 15 ++++-----------
>  1 file changed, 4 insertions(+), 11 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal