summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
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-19 06:38:43 -0400
commitfa8833c085b6ce066f424fd46871c7862c015ef9 (patch)
tree0d656464d18880c0b6033c90465889edd73d4ce5 /tools/perf/scripts/python/bin
parent8d3ae59288f1e7d58d76558a6ee96d533bc5019f (diff)
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 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions