fuzz: Add fuzzer for virtio-iommu

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-10-18 15:12:55 -07:00
committed by Rob Bradford
parent fdecd94b20
commit 802f489e4d
2 changed files with 150 additions and 0 deletions

View File

@@ -64,6 +64,12 @@ path = "fuzz_targets/http_api.rs"
test = false
doc = false
[[bin]]
name = "iommu"
path = "fuzz_targets/iommu.rs"
test = false
doc = false
[[bin]]
name = "mem"
path = "fuzz_targets/mem.rs"