mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] Revert "virtio: use virtio_device_ready() in virtio_device_restore()"
@ 2022-03-30  6:23 Michael S. Tsirkin
  2022-03-30  6:23 ` [PATCH 2/2] Revert "virtio_config: introduce a new .enable_cbs method" Michael S. Tsirkin
  2022-03-30  6:56 ` [PATCH 1/2] Revert "virtio: use virtio_device_ready() in virtio_device_restore()" Jason Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Michael S. Tsirkin @ 2022-03-30  6:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jason Wang, virtualization

This reverts commit 8d65bc9a5be3f23c5e2ab36b6b8ef40095165b18.

We reverted the problematic changes, no more need for work
arounds on restore.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 drivers/virtio/virtio.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/virtio/virtio.c b/drivers/virtio/virtio.c
index 75c8d560bbd3..22f15f444f75 100644
--- a/drivers/virtio/virtio.c
+++ b/drivers/virtio/virtio.c
@@ -526,9 +526,8 @@ int virtio_device_restore(struct virtio_device *dev)
 			goto err;
 	}
 
-	/* If restore didn't do it, mark device DRIVER_OK ourselves. */
-	if (!(dev->config->get_status(dev) & VIRTIO_CONFIG_S_DRIVER_OK))
-		virtio_device_ready(dev);
+	/* Finally, tell the device we're all set */
+	virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK);
 
 	virtio_config_enable(dev);
 
-- 
MST


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-30  6:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30  6:23 [PATCH 1/2] Revert "virtio: use virtio_device_ready() in virtio_device_restore()" Michael S. Tsirkin
2022-03-30  6:23 ` [PATCH 2/2] Revert "virtio_config: introduce a new .enable_cbs method" Michael S. Tsirkin
2022-03-30  6:57   ` Jason Wang
2022-03-30  6:56 ` [PATCH 1/2] Revert "virtio: use virtio_device_ready() in virtio_device_restore()" Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®