[PATCH 0/4] qemu: Fix broken check rejecting virtiofs hotplug with 'bootindex' set

Peter Krempa posted 4 patches 3 months, 1 week ago
Failed in applying to current master (apply log)
NEWS.rst                 | 6 ++++++
src/libvirt_private.syms | 1 +
src/qemu/qemu_hotplug.c  | 4 ++++
src/qemu/qemu_validate.c | 5 ++++-
4 files changed, 15 insertions(+), 1 deletion(-)
[PATCH 0/4] qemu: Fix broken check rejecting virtiofs hotplug with 'bootindex' set
Posted by Peter Krempa 3 months, 1 week ago
See 3/4

Peter Krempa (4):
  syms: Properly export 'virDomainDeviceDefValidate'
  qemu: hotplug: Validate definition of 'FS' device after address
    allocation
  qemu: validate: Fix check for unsupported FS-device bootindex use on
    un-assigned addresses
  NEWS: Mention fix for broken 'fs' device bootindex support check

 NEWS.rst                 | 6 ++++++
 src/libvirt_private.syms | 1 +
 src/qemu/qemu_hotplug.c  | 4 ++++
 src/qemu/qemu_validate.c | 5 ++++-
 4 files changed, 15 insertions(+), 1 deletion(-)

-- 
2.45.1
Re: [PATCH 0/4] qemu: Fix broken check rejecting virtiofs hotplug with 'bootindex' set
Posted by Michal Prívozník 3 months, 1 week ago
On 5/30/24 16:51, Peter Krempa wrote:
> See 3/4
> 
> Peter Krempa (4):
>   syms: Properly export 'virDomainDeviceDefValidate'
>   qemu: hotplug: Validate definition of 'FS' device after address
>     allocation
>   qemu: validate: Fix check for unsupported FS-device bootindex use on
>     un-assigned addresses
>   NEWS: Mention fix for broken 'fs' device bootindex support check
> 
>  NEWS.rst                 | 6 ++++++
>  src/libvirt_private.syms | 1 +
>  src/qemu/qemu_hotplug.c  | 4 ++++
>  src/qemu/qemu_validate.c | 5 ++++-
>  4 files changed, 15 insertions(+), 1 deletion(-)
> 

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

Michal