misc: virtio-devices: drop extern crate, use modern rust

This commit is part of a series of similar commits.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster
2025-09-05 09:21:37 +02:00
committed by Rob Bradford
parent adb7cfd72c
commit 2157f1a1f2
24 changed files with 43 additions and 9 deletions

View File

@@ -10,7 +10,9 @@ use std::sync::{Arc, Barrier, Mutex};
use std::{cmp, io, result};
use anyhow::anyhow;
use event_monitor::event;
use libc::{EFD_NONBLOCK, TIOCGWINSZ};
use log::{error, info};
use seccompiler::SeccompAction;
use serde::{Deserialize, Serialize};
use serial_buffer::SerialBuffer;