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

2023-08-02 Thread Martin Kletzander
On Wed, Aug 02, 2023 at 09:15:43AM +0200, Michal Prívozník wrote: On 7/26/23 16:45, Martin Kletzander wrote: On Wed, Jun 28, 2023 at 12:53:35PM +0200, Michal Privoznik wrote: If a guest changes MAC address on its vNIC, then QEMU emits NIC_RX_FILTER_CHANGED event (the event is emitted in other c

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

2023-08-02 Thread Michal Prívozník
On 7/26/23 16:45, Martin Kletzander wrote: > On Wed, Jun 28, 2023 at 12:53:35PM +0200, Michal Privoznik 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

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

2023-07-26 Thread Martin Kletzander
On Wed, Jun 28, 2023 at 12:53:35PM +0200, Michal Privoznik 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 these eve

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

2023-06-28 Thread Michal Privoznik
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