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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to