build, misc: Bump vmm-sys-util dependency
The structure of the vmm-sys-util crate has changed with lots of code moving to submodules. This change adjusts the use of the imported structs to reference the submodules. Fixes: #145 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
ac950d9a97
commit
9caad7394d
23 changed files with 35 additions and 32 deletions
|
|
@ -11,7 +11,7 @@ use std::fmt::{self, Display};
|
|||
use std::sync::Arc;
|
||||
use vm_allocator::SystemAllocator;
|
||||
use vm_memory::{GuestAddress, GuestUsize};
|
||||
use vmm_sys_util::EventFd;
|
||||
use vmm_sys_util::eventfd::EventFd;
|
||||
|
||||
pub struct InterruptParameters<'a> {
|
||||
pub msix: Option<&'a MsixTableEntry>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue