Re: [PATCH v3 3/3] virtio: Convert feature properties to OnOffAuto

2025-01-06 Thread Lei Yang
Hi Akihiko I hit qemu core dump when I tested this series of patches with virtio-net regression tests, and based on the test result this bug can be reproduced by just booting a guest. For the details of core dump info please review the attachment. Regards Lei On Sat, Jan 4, 2025 at 3:37 PM Akih

[PATCH v3 3/3] virtio: Convert feature properties to OnOffAuto

2025-01-03 Thread Akihiko Odaki
Some features are not always available with vhost. Legacy features are not available with vp_vdpa in particular. virtio devices used to disable them when not available even if the corresponding properties were explicitly set to "on". QEMU already has OnOffAuto type, which includes the "auto" value