Re: [PATCH 2/3] pc-bios/s390-ccw: Fix boot problem with virtio-net devices

2025-01-16 Thread Philippe Mathieu-Daudé
On 16/1/25 12:58, Thomas Huth wrote: When we are trying to boot from virtio-net devices, the s390-ccw bios currently leaves the virtio-net device enabled after using it. That means that the receiving virt queues will continue to happily write incoming network packets into memory. This can corrupt

Re: [PATCH 2/3] pc-bios/s390-ccw: Fix boot problem with virtio-net devices

2025-01-16 Thread Jared Rossi
Reviewed-by: Jared Rossi On 1/16/25 6:58 AM, Thomas Huth wrote: When we are trying to boot from virtio-net devices, the s390-ccw bios currently leaves the virtio-net device enabled after using it. That means that the receiving virt queues will continue to happily write incoming network packets

[PATCH 2/3] pc-bios/s390-ccw: Fix boot problem with virtio-net devices

2025-01-16 Thread Thomas Huth
When we are trying to boot from virtio-net devices, the s390-ccw bios currently leaves the virtio-net device enabled after using it. That means that the receiving virt queues will continue to happily write incoming network packets into memory. This can corrupt data of the following boot process. Fo