Re: [PATCH 1/3] pc-bios/s390-ccw/virtio: Add a function to reset a virtio device

2025-01-16 Thread Jared Rossi
Reviewed-by: Jared Rossi On 1/16/25 6:58 AM, Thomas Huth wrote: To be able to properly silence a virtio device after using it, we need a global function to reset the device. Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/virtio.h | 1 + pc-bios/s390-ccw/virtio.c | 7 ++- 2 files chan

[PATCH 1/3] pc-bios/s390-ccw/virtio: Add a function to reset a virtio device

2025-01-16 Thread Thomas Huth
To be able to properly silence a virtio device after using it, we need a global function to reset the device. Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/virtio.h | 1 + pc-bios/s390-ccw/virtio.c | 7 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pc-bios/s390-ccw/virt