We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e0e3e commit 50d03b8Copy full SHA for 50d03b8
src/ioctls/vm.rs
@@ -608,7 +608,7 @@ impl VmFd {
608
datamatch: datamatch.into(),
609
len: std::mem::size_of::<T>() as u32,
610
addr: match addr {
611
- IoEventAddress::Pio(ref p) => *p as u64,
+ IoEventAddress::Pio(ref p) => *p,
612
IoEventAddress::Mmio(ref m) => *m,
613
},
614
fd: fd.as_raw_fd(),
@@ -684,7 +684,7 @@ impl VmFd {
684
685
686
687
688
689
690
0 commit comments