[PATCH 0/2] Fix bug in qemuDomainPrepareHostdevPCI and reword errors

Peter Krempa via Devel posted 2 patches 3 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1747056552.git.pkrempa@redhat.com
src/qemu/qemu_domain.c | 43 +++++++++++++++++-------------------------
1 file changed, 17 insertions(+), 26 deletions(-)
[PATCH 0/2] Fix bug in qemuDomainPrepareHostdevPCI and reword errors
Posted by Peter Krempa via Devel 3 months, 4 weeks ago
Peter Krempa (2):
  qemuDomainPrepareHostdevPCI: Fix return values after conversion from
    bool to int
  qemuDomainPrepareHostdevPCI: Simplify error messages

 src/qemu/qemu_domain.c | 43 +++++++++++++++++-------------------------
 1 file changed, 17 insertions(+), 26 deletions(-)

-- 
2.49.0
Re: [PATCH 0/2] Fix bug in qemuDomainPrepareHostdevPCI and reword errors
Posted by Michal Prívozník via Devel 3 months, 4 weeks ago
On 5/12/25 15:30, Peter Krempa via Devel wrote:
> Peter Krempa (2):
>   qemuDomainPrepareHostdevPCI: Fix return values after conversion from
>     bool to int
>   qemuDomainPrepareHostdevPCI: Simplify error messages
> 
>  src/qemu/qemu_domain.c | 43 +++++++++++++++++-------------------------
>  1 file changed, 17 insertions(+), 26 deletions(-)
> 

Ooops.

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

Michal