Re: [PATCH 16/18] hw/net/virtio-net: Remove VirtIONet::mtu_bypass_backend field

2025-06-06 Thread Igor Mammedov
On Thu, 1 May 2025 23:04:54 +0200 Philippe Mathieu-Daudé wrote: > The VirtIONet::mtu_bypass_backend boolean was only set in > the hw_compat_2_9[] array, via the 'x-mtu-bypass-backend=off' > property. We removed all machines using that array, lets remove > that property and all the code around it

[PATCH 16/18] hw/net/virtio-net: Remove VirtIONet::mtu_bypass_backend field

2025-05-01 Thread Philippe Mathieu-Daudé
The VirtIONet::mtu_bypass_backend boolean was only set in the hw_compat_2_9[] array, via the 'x-mtu-bypass-backend=off' property. We removed all machines using that array, lets remove that property and all the code around it. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/virtio/virtio-net