fuzz: Add fuzzer for virtio-balloon

The fuzzer exercises the inflate, deflate and reporting events of
virtio-balloon via creating three queues and kicking three events.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-09-16 13:35:09 -07:00
committed by Sebastien Boeuf
parent e1b483fc88
commit ab0b3f1b7b
2 changed files with 158 additions and 0 deletions
+6
View File
@@ -39,6 +39,12 @@ versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_deri
[workspace]
members = ["."]
[[bin]]
name = "balloon"
path = "fuzz_targets/balloon.rs"
test = false
doc = false
[[bin]]
name = "block"
path = "fuzz_targets/block.rs"