[PATCH 0/4] qemu: hotplug: Fix check whether controler is used

Peter Krempa posted 4 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1605279469.git.pkrempa@redhat.com
src/qemu/qemu_hotplug.c | 92 ++++++++++++++++++++++++++++++-----------
1 file changed, 69 insertions(+), 23 deletions(-)
[PATCH 0/4] qemu: hotplug: Fix check whether controler is used
Posted by Peter Krempa 3 years, 5 months ago
Patch 2/4 is the actual fix, other patches are additional cleanups.

Peter Krempa (4):
  qemuDomain(Disk)ControllerIsBusy: Fix function header format
  qemuDomainDiskControllerIsBusy: Fix logic of matching disk bus to
    controller type
  qemuDomainDiskControllerIsBusy: Optimize checking for SCSI hostdevs
  qemuDomainControllerIsBusy: Fully populate switch statement

 src/qemu/qemu_hotplug.c | 92 ++++++++++++++++++++++++++++++-----------
 1 file changed, 69 insertions(+), 23 deletions(-)

-- 
2.28.0

Re: [PATCH 0/4] qemu: hotplug: Fix check whether controler is used
Posted by Ján Tomko 3 years, 5 months ago
On a Friday in 2020, Peter Krempa wrote:
>Patch 2/4 is the actual fix, other patches are additional cleanups.
>
>Peter Krempa (4):
>  qemuDomain(Disk)ControllerIsBusy: Fix function header format
>  qemuDomainDiskControllerIsBusy: Fix logic of matching disk bus to
>    controller type
>  qemuDomainDiskControllerIsBusy: Optimize checking for SCSI hostdevs
>  qemuDomainControllerIsBusy: Fully populate switch statement
>
> src/qemu/qemu_hotplug.c | 92 ++++++++++++++++++++++++++++++-----------
> 1 file changed, 69 insertions(+), 23 deletions(-)
>

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

Jano