[libvirt PATCH 0/2] A couple simple cleanups

Laine Stump posted 2 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230222002949.56722-1-laine@redhat.com
src/qemu/qemu_hotplug.c                       |  5 +-
src/qemu/qemu_validate.c                      |  6 ++
.../net-user-passt.x86_64-latest.xml          | 61 +++++++++++++++++++
tests/qemuxml2xmltest.c                       |  2 +-
4 files changed, 69 insertions(+), 5 deletions(-)
create mode 100644 tests/qemuxml2xmloutdata/net-user-passt.x86_64-latest.xml
[libvirt PATCH 0/2] A couple simple cleanups
Posted by Laine Stump 1 year, 2 months ago
Noticed these while doing other work.

Laine Stump (2):
  qemu: add check for QEMU_CAPS_NETDEV_STREAM during validation
  qemu: remove extraneous error log when qemuPasstStart() fails during
    hotplug

 src/qemu/qemu_hotplug.c                       |  5 +-
 src/qemu/qemu_validate.c                      |  6 ++
 .../net-user-passt.x86_64-latest.xml          | 61 +++++++++++++++++++
 tests/qemuxml2xmltest.c                       |  2 +-
 4 files changed, 69 insertions(+), 5 deletions(-)
 create mode 100644 tests/qemuxml2xmloutdata/net-user-passt.x86_64-latest.xml

-- 
2.39.2
Re: [libvirt PATCH 0/2] A couple simple cleanups
Posted by Michal Prívozník 1 year, 2 months ago
On 2/22/23 01:29, Laine Stump wrote:
> Noticed these while doing other work.
> 
> Laine Stump (2):
>   qemu: add check for QEMU_CAPS_NETDEV_STREAM during validation
>   qemu: remove extraneous error log when qemuPasstStart() fails during
>     hotplug
> 
>  src/qemu/qemu_hotplug.c                       |  5 +-
>  src/qemu/qemu_validate.c                      |  6 ++
>  .../net-user-passt.x86_64-latest.xml          | 61 +++++++++++++++++++
>  tests/qemuxml2xmltest.c                       |  2 +-
>  4 files changed, 69 insertions(+), 5 deletions(-)
>  create mode 100644 tests/qemuxml2xmloutdata/net-user-passt.x86_64-latest.xml
> 

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

Michal