commit | b1fe820b63c45d6ed0c44b67b4a48e5f3ac34bf0 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 16 10:41:33 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 09:24:03 2022 -0400 |
tree | eb8f1f67c9d589967ea7169db3b7ce5e5c556c39 | |
parent | fbef3f53d4a1ccdcbec46c923c9d208d6cbb50aa [diff] |
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>