[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH v1 3/3] virtio-pci: use virtio_force_modern()
From: |
Halil Pasic |
Subject: |
[RFC PATCH v1 3/3] virtio-pci: use virtio_force_modern() |
Date: |
Fri, 29 Oct 2021 00:00:17 +0200 |
Let us detect usage via the modern interface by tapping into the place
that implements the 'modern' reset.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com>
---
hw/virtio/virtio-pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c
index 6e16e2705c..8dd862da21 100644
--- a/hw/virtio/virtio-pci.c
+++ b/hw/virtio/virtio-pci.c
@@ -1297,6 +1297,7 @@ static void virtio_pci_common_write(void *opaque, hwaddr
addr,
if (vdev->status == 0) {
virtio_pci_reset(DEVICE(proxy));
+ virtio_force_modern(virtio_bus_get_device(&proxy->bus));
}
break;
--
2.25.1