mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: vsock: Handle descriptor address translation
Since we're trying to move away from the translation happening in the virtio-queue crate, the device itself is performing the address translation when needed. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
09f5b82fd7
commit
e2225bb4b0
@@ -823,6 +823,7 @@ mod tests {
|
||||
.unwrap()
|
||||
.next()
|
||||
.unwrap(),
|
||||
None,
|
||||
)
|
||||
.unwrap();
|
||||
let conn = match conn_state {
|
||||
|
||||
Reference in New Issue
Block a user