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:
Sebastien Boeuf
2022-01-26 17:15:50 +01:00
committed by Rob Bradford
parent 09f5b82fd7
commit e2225bb4b0
5 changed files with 70 additions and 9 deletions

View File

@@ -823,6 +823,7 @@ mod tests {
.unwrap()
.next()
.unwrap(),
None,
)
.unwrap();
let conn = match conn_state {