Re: [PATCH v4 1/2] virtio-net: Convert feature properties to OnOffAuto

2025-01-06 Thread Akihiko Odaki
On 2025/01/06 16:13, Lei Yang wrote: On Sat, Jan 4, 2025 at 3:50 PM Akihiko Odaki wrote: Some features are not always available, and virtio-net used to disable them when not available even if the corresponding properties were explicitly set to "on". Convert feature properties to OnOffAuto so

Re: [PATCH v4 1/2] virtio-net: Convert feature properties to OnOffAuto

2025-01-05 Thread Lei Yang
On Sat, Jan 4, 2025 at 3:50 PM Akihiko Odaki wrote: > > Some features are not always available, and virtio-net used to disable > them when not available even if the corresponding properties were > explicitly set to "on". > > Convert feature properties to OnOffAuto so that the user can explicitly >

[PATCH v4 1/2] virtio-net: Convert feature properties to OnOffAuto

2025-01-03 Thread Akihiko Odaki
Some features are not always available, and virtio-net used to disable them when not available even if the corresponding properties were explicitly set to "on". Convert feature properties to OnOffAuto so that the user can explicitly tell QEMU to automatically select the value by setting them "auto