devices, vmm: Move Serial to new restore design

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2022-11-25 16:44:42 +01:00
committed by Rob Bradford
parent ef92e55998
commit 0bd910e8b0
3 changed files with 64 additions and 30 deletions

View File

@@ -15,6 +15,7 @@ fuzz_target!(|bytes| {
let mut serial = Serial::new_sink(
"serial".into(),
Arc::new(TestInterrupt::new(EventFd::new(EFD_NONBLOCK).unwrap())),
None,
);
let mut i = 0;