[libvirt PATCH 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.1706821238.git.jdenemar@redhat.com
There is a newer version of this series
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        | 166 +++++++++++++++++++++++++++--------
src/util/virsystemd.h        |   7 ++
src/util/virsystemdpriv.h    |   1 +
tests/virsystemdtest.c       | 147 +++++++++++++++++++++++++++++++
13 files changed, 421 insertions(+), 41 deletions(-)
[libvirt PATCH 0/7] Configure systemd-resolved when starting networks
Posted by Jiri Denemark 2 months, 3 weeks ago
See 6/7 for more details.

Jiri Denemark (7):
  util: Refactor 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        | 166 +++++++++++++++++++++++++++--------
 src/util/virsystemd.h        |   7 ++
 src/util/virsystemdpriv.h    |   1 +
 tests/virsystemdtest.c       | 147 +++++++++++++++++++++++++++++++
 13 files changed, 421 insertions(+), 41 deletions(-)

-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [libvirt PATCH 0/7] Configure systemd-resolved when starting networks
Posted by Ján Tomko 2 months, 3 weeks ago
On a Thursday in 2024, Jiri Denemark wrote:
>See 6/7 for more details.
>
>Jiri Denemark (7):
>  util: Refactor 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        | 166 +++++++++++++++++++++++++++--------
> src/util/virsystemd.h        |   7 ++
> src/util/virsystemdpriv.h    |   1 +
> tests/virsystemdtest.c       | 147 +++++++++++++++++++++++++++++++
> 13 files changed, 421 insertions(+), 41 deletions(-)
>

With 1/7 at least acknowledging the change in behavior:

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

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