Re: [PATCH] qemu: support vlan change for linux host bridge during update-device

2025-01-13 Thread Michal Prívozník
On 1/12/25 03:10, Laine Stump wrote: > Since we previously only supported vlan tagging for interfaces > connected to an OVS bridge [*], the code in qemuChangeNet() (used by > the update-device API) assumed an interface with modified vlan config > was on an OVS bridge, and would call the OVS-specifi

[PATCH] qemu: support vlan change for linux host bridge during update-device

2025-01-11 Thread Laine Stump
Since we previously only supported vlan tagging for interfaces connected to an OVS bridge [*], the code in qemuChangeNet() (used by the update-device API) assumed an interface with modified vlan config was on an OVS bridge, and would call the OVS-specific virNetDevOpenvswitchUpdateVlan(). Now that