mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 21:55:20 +00:00
vfio: Use the log crate macros
Instead of using the syslog vmm-sys-util ones. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
772191b409
commit
add0471120
@ -9,6 +9,7 @@ extern crate byteorder;
|
||||
extern crate devices;
|
||||
extern crate kvm_bindings;
|
||||
extern crate kvm_ioctls;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate pci;
|
||||
extern crate vfio_bindings;
|
||||
|
Loading…
Reference in New Issue
Block a user