virtio-devices: wire driver_status to EpollHandler

Signed-off-by: Peter Oskolkov <posk@google.com>
This commit is contained in:
Peter Oskolkov
2026-03-12 09:55:03 -07:00
committed by Bo Chen
parent 21bd3ae916
commit b5053ae4de
15 changed files with 34 additions and 4 deletions

View File

@@ -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();