Home
last modified time | relevance | path

Searched defs:FakeBackend (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs1004 pub(super) struct FakeBackend { struct
1005 avail_features: u64,
1006 acked_features: u64,
1007 active_queues: Vec<Option<Queue>>,
1008 allow_backend_req: bool,
1009 backend_conn: Option<Arc<VhostBackendReqConnection>>,
1017 impl FakeBackend { impl
1033 impl VhostUserDevice for FakeBackend { implementation