mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: wire driver_status to EpollHandler
Signed-off-by: Peter Oskolkov <posk@google.com>
This commit is contained in:
@@ -95,6 +95,7 @@ fuzz_target!(|bytes: &[u8]| -> Corpus {
|
||||
mem: guest_memory,
|
||||
interrupt_cb: Arc::new(NoopVirtioInterrupt {}),
|
||||
queues: vec![(0, q, evt)],
|
||||
device_status: Arc::new(std::sync::atomic::AtomicU8::new(0)),
|
||||
})
|
||||
.ok();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user