[PATCH V2 0/3] build: Add option to control building monolithic libvirtd

Jim Fehlig via Devel posted 3 patches 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260701225626.1321838-1-jfehlig@suse.com
docs/manpages/meson.build         |  2 +-
libvirt.spec.in                   | 18 +++++-
meson.build                       |  6 +-
meson_options.txt                 |  2 +
src/remote/meson.build            | 95 +++++++++++++++----------------
src/security/apparmor/meson.build |  5 +-
tests/meson.build                 |  2 +-
7 files changed, 77 insertions(+), 53 deletions(-)
[PATCH V2 0/3] build: Add option to control building monolithic libvirtd
Posted by Jim Fehlig via Devel 1 week, 5 days ago
I've dusted off my old series that introduces an option to control
building the monolithic libvirtd

https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/CM3HVBIQAEGFRDCDCGI5ZGF5APUC24DL/

Along with being rebased on current master, this V2 includes
improvements I made while reading the patches again and running
another round of build tests.

Jim Fehlig (3):
  build: Remove unused libvirtd_socket_unit_files
  build: Add option to control building libvirtd
  spec: Add option to control building monolithic libvirtd

 docs/manpages/meson.build         |  2 +-
 libvirt.spec.in                   | 18 +++++-
 meson.build                       |  6 +-
 meson_options.txt                 |  2 +
 src/remote/meson.build            | 95 +++++++++++++++----------------
 src/security/apparmor/meson.build |  5 +-
 tests/meson.build                 |  2 +-
 7 files changed, 77 insertions(+), 53 deletions(-)

-- 
2.51.0
Re: [PATCH V2 0/3] build: Add option to control building monolithic libvirtd
Posted by Michal Prívozník via Devel 1 week, 4 days ago
On 7/2/26 00:55, Jim Fehlig via Devel wrote:
> I've dusted off my old series that introduces an option to control
> building the monolithic libvirtd
> 
> https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/CM3HVBIQAEGFRDCDCGI5ZGF5APUC24DL/
> 
> Along with being rebased on current master, this V2 includes
> improvements I made while reading the patches again and running
> another round of build tests.
> 
> Jim Fehlig (3):
>   build: Remove unused libvirtd_socket_unit_files
>   build: Add option to control building libvirtd
>   spec: Add option to control building monolithic libvirtd
> 
>  docs/manpages/meson.build         |  2 +-
>  libvirt.spec.in                   | 18 +++++-
>  meson.build                       |  6 +-
>  meson_options.txt                 |  2 +
>  src/remote/meson.build            | 95 +++++++++++++++----------------
>  src/security/apparmor/meson.build |  5 +-
>  tests/meson.build                 |  2 +-
>  7 files changed, 77 insertions(+), 53 deletions(-)
> 

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

Michal