[PATCH 0/3] Fix CI, build, and a typo

Martin Kletzander via Devel posted 3 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1744790743.git.mkletzan@redhat.com
scripts/apibuild.py                    | 6 ------
src/nwfilter/nwfilter_gentech_driver.c | 4 ++--
src/qemu/qemu_rdp.c                    | 2 +-
tools/virt-qemu-qmp-proxy              | 1 -
4 files changed, 3 insertions(+), 10 deletions(-)
[PATCH 0/3] Fix CI, build, and a typo
Posted by Martin Kletzander via Devel 8 months ago
Each in its respecive commit, obviously.

Martin Kletzander (3):
  nwfilter: Fix erroneous pointer passing to g_clear_pointer
  python: Do not explicitly state variables are global when only read
  qemu_rdp: Fix a typo existance -> existence

 scripts/apibuild.py                    | 6 ------
 src/nwfilter/nwfilter_gentech_driver.c | 4 ++--
 src/qemu/qemu_rdp.c                    | 2 +-
 tools/virt-qemu-qmp-proxy              | 1 -
 4 files changed, 3 insertions(+), 10 deletions(-)

-- 
2.49.0
Re: [PATCH 0/3] Fix CI, build, and a typo
Posted by Jiri Denemark via Devel 8 months ago
On Wed, Apr 16, 2025 at 10:06:52 +0200, Martin Kletzander wrote:
> Each in its respecive commit, obviously.
> 
> Martin Kletzander (3):
>   nwfilter: Fix erroneous pointer passing to g_clear_pointer
>   python: Do not explicitly state variables are global when only read
>   qemu_rdp: Fix a typo existance -> existence
> 
>  scripts/apibuild.py                    | 6 ------
>  src/nwfilter/nwfilter_gentech_driver.c | 4 ++--
>  src/qemu/qemu_rdp.c                    | 2 +-
>  tools/virt-qemu-qmp-proxy              | 1 -
>  4 files changed, 3 insertions(+), 10 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>