On Tue, Mar 25, 2025 at 10:18:10AM +0100, Michal Privoznik via Devel wrote:
>v3 of:
>
>https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/message/MW4SHZSS2UM2VNBKIONMODZVCRPSGEI3/
>
>or:
>
>https://marc.info/?l=libvir-list&m=174230601829060&w=2
>
>since our list archive is giving me some HTTP error currently.
>
>diff to v2:
>- Rebased (there were some public APIs merged meanwhile, creating a
> conflict in RPC files),
>- switched from 'guestAddress' to 'currentAddress'.
>
>Michal Prívozník (3):
> qemu: Reflect MAC address change in live domain XML
> Introduce NIC_MAC_CHANGE event
> qemu: Emit NIC_MAC_CHANGE event
>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
> docs/formatdomain.rst | 5 ++
> examples/c/misc/event-test.c | 14 +++++
> include/libvirt/libvirt-domain.h | 28 +++++++++
> src/conf/domain_conf.c | 6 ++
> src/conf/domain_conf.h | 3 +
> src/conf/domain_event.c | 93 +++++++++++++++++++++++++++++
> src/conf/domain_event.h | 12 ++++
> src/conf/schemas/domaincommon.rng | 5 ++
> src/libvirt_private.syms | 2 +
> src/qemu/qemu_domain.c | 48 ++++++++++++++-
> src/qemu/qemu_domain.h | 3 +-
> src/qemu/qemu_driver.c | 11 ++--
> src/qemu/qemu_process.c | 2 +-
> src/remote/remote_daemon_dispatch.c | 32 ++++++++++
> src/remote/remote_driver.c | 34 +++++++++++
> src/remote/remote_protocol.x | 16 ++++-
> src/remote_protocol-structs | 8 +++
> tools/virsh-domain-event.c | 20 +++++++
> 18 files changed, 334 insertions(+), 8 deletions(-)
>
>--
>2.48.1
>