Re: [PATCH 1/3] qemu: Reflect MAC address change in live domain XML

2025-03-17 Thread Martin Kletzander via Devel
On Mon, Mar 17, 2025 at 12:28:48PM +0100, Michal Privoznik via Devel wrote: If a guest changes MAC address on its vNIC, then QEMU emits NIC_RX_FILTER_CHANGED event (the event is emitted in other cases too, but that's not important right now). Now, domain XML allows users to chose whether to trust

[PATCH 1/3] qemu: Reflect MAC address change in live domain XML

2025-03-17 Thread Michal Privoznik via Devel
If a guest changes MAC address on its vNIC, then QEMU emits NIC_RX_FILTER_CHANGED event (the event is emitted in other cases too, but that's not important right now). Now, domain XML allows users to chose whether to trust these events or not: For the 'no' case no action is performed and the ev