summaryrefslogtreecommitdiff
path: root/tools/virtio/linux/kmsan.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-27tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie1-0/+12
Fix the build caused by missing kmsan_handle_dma() and is_power_of_2() that are used in drivers/virtio/virtio_ring.c. Signed-off-by: Shunsuke Mie <mie@igel.co.jp> Message-Id: <20230110034310.779744-1-mie@igel.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>