]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: test: virtio: Test the virtio ring
authorAndrew Scull <ascull@google.com>
Mon, 16 May 2022 10:41:33 +0000 (10:41 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jun 2022 13:24:03 +0000 (09:24 -0400)
commitb1fe820b63c45d6ed0c44b67b4a48e5f3ac34bf0
treeeb8f1f67c9d589967ea7169db3b7ce5e5c556c39
parentfbef3f53d4a1ccdcbec46c923c9d208d6cbb50aa
dm: test: virtio: Test the virtio ring

The virtio ring is the basis of virtio communication. Test its basic
functionality and its resilience against corruption from the device.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/virtio.c