[libvirt PATCH 0/5] meson: Introduce qemu_datadir option

Andrea Bolognani posted 5 patches 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211115184521.75340-1-abologna@redhat.com
libvirt.spec.in                |  6 ++++++
meson.build                    |  8 +++++++-
meson_options.txt              |  1 +
src/qemu/qemu_interop_config.c | 11 +++++------
4 files changed, 19 insertions(+), 7 deletions(-)
[libvirt PATCH 0/5] meson: Introduce qemu_datadir option
Posted by Andrea Bolognani 2 years, 4 months ago
This is mostly useful to macOS users (see [1] for background).

The first two commits are fixes for small issues discovered while
looking into this.

Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/409294109

[1] https://gitlab.com/libvirt/libvirt/-/issues/168

Andrea Bolognani (5):
  meson: Define qemu_moddir correctly
  qemu: Set QEMU data location correctly
  qemu: Rename interop locations
  meson: Introduce qemu_datadir option
  spec: Explicitly provide locations for QEMU data

 libvirt.spec.in                |  6 ++++++
 meson.build                    |  8 +++++++-
 meson_options.txt              |  1 +
 src/qemu/qemu_interop_config.c | 11 +++++------
 4 files changed, 19 insertions(+), 7 deletions(-)

-- 
2.31.1


Re: [libvirt PATCH 0/5] meson: Introduce qemu_datadir option
Posted by Ján Tomko 2 years, 4 months ago
On a Monday in 2021, Andrea Bolognani wrote:
>This is mostly useful to macOS users (see [1] for background).
>
>The first two commits are fixes for small issues discovered while
>looking into this.
>
>Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/409294109
>
>[1] https://gitlab.com/libvirt/libvirt/-/issues/168
>
>Andrea Bolognani (5):
>  meson: Define qemu_moddir correctly
>  qemu: Set QEMU data location correctly
>  qemu: Rename interop locations
>  meson: Introduce qemu_datadir option
>  spec: Explicitly provide locations for QEMU data
>
> libvirt.spec.in                |  6 ++++++
> meson.build                    |  8 +++++++-
> meson_options.txt              |  1 +
> src/qemu/qemu_interop_config.c | 11 +++++------
> 4 files changed, 19 insertions(+), 7 deletions(-)
>

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

Jano