summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorPeter Hilber <peter.hilber@oss.qualcomm.com>2026-06-05 16:29:21 +0200
committerMichael S. Tsirkin <mst@redhat.com>2026-08-03 23:08:16 -0400
commit0556300369d8fcdc0db08f8b4984a01119fd315f (patch)
tree5c55ba34e846c83f53b9f5062331a9165ed6d79e /scripts/Makefile.thinlto
parentc7bfb8815d83a63c974878180499c52411839ded (diff)
downloadlinux-next-0556300369d8fcdc0db08f8b4984a01119fd315f.tar.gz
linux-next-0556300369d8fcdc0db08f8b4984a01119fd315f.zip
virtio-mmio: add support for transport version 3
Virtio MMIO transport version 3 allows device reset to complete asynchronously. Unlike version 2, where writing zero to Status must complete the reset before the write returns, version 3 requires the driver to poll Status until it reads back zero before considering reset complete. Update virtio-mmio accordingly: accept transport version 3 and, during reset, wait for Status to become zero. Keep the polling loop unbounded, consistent with virtio-pci, since the reset callback does not return an error code. Signed-off-by: Peter Hilber <peter.hilber@oss.qualcomm.com> Link: https://github.com/oasis-tcs/virtio-spec/commit/bb1dd2e1fe89b862f38f15873d835a698b196f89 Message-ID: <20260605142921.2824-1-peter.hilber@oss.qualcomm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions