[libvirt PATCH v2 0/7] Configure systemd-resolved when starting networks

Jiri Denemark posted 7 patches 2 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1707142194.git.jdenemar@redhat.com
NEWS.rst                     |   7 ++
docs/formatnetwork.rst       |   9 +-
src/conf/network_conf.c      |  18 ++++
src/conf/network_conf.h      |   1 +
src/conf/schemas/network.rng |   3 +
src/libvirt_private.syms     |   4 +
src/network/bridge_driver.c  |  32 ++++++-
src/util/virsocketaddr.c     |  63 ++++++++++++++
src/util/virsocketaddr.h     |   4 +
src/util/virsystemd.c        | 164 ++++++++++++++++++++++++++---------
src/util/virsystemd.h        |   7 ++
src/util/virsystemdpriv.h    |   1 +
tests/virsystemdtest.c       | 147 +++++++++++++++++++++++++++++++
13 files changed, 419 insertions(+), 41 deletions(-)
[libvirt PATCH v2 0/7] Configure systemd-resolved when starting networks
Posted by Jiri Denemark 2 months, 3 weeks ago
See 6/7 for more details.

Version 2:
- Patch 2/7 no longer tries (or pretends) to be a refactor. Instead it
  unifies they way we check for systemd services.
- requireSystemd argument of virSystemdHasService was dropped

Jiri Denemark (7):
  util: Unify virSystemdHas{Machined,Logind}
  util: Introduce virSystemdHasResolved
  util: Introduce virSocketAddrBytes
  util: Introduce virSystemdResolvedRegisterNameServer
  tests: Add tests for virSystemdResolvedRegisterNameServer
  network: Make virtual domains resolvable from the host
  NEWS: Mention systemd-resolved support in network driver

 NEWS.rst                     |   7 ++
 docs/formatnetwork.rst       |   9 +-
 src/conf/network_conf.c      |  18 ++++
 src/conf/network_conf.h      |   1 +
 src/conf/schemas/network.rng |   3 +
 src/libvirt_private.syms     |   4 +
 src/network/bridge_driver.c  |  32 ++++++-
 src/util/virsocketaddr.c     |  63 ++++++++++++++
 src/util/virsocketaddr.h     |   4 +
 src/util/virsystemd.c        | 164 ++++++++++++++++++++++++++---------
 src/util/virsystemd.h        |   7 ++
 src/util/virsystemdpriv.h    |   1 +
 tests/virsystemdtest.c       | 147 +++++++++++++++++++++++++++++++
 13 files changed, 419 insertions(+), 41 deletions(-)

-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org