hypha: multiple cleanups to fix shared module

This commit is contained in:
Alex Zenla
2024-02-06 10:28:39 +00:00
parent 5edbff02a7
commit 44d3799dd3
6 changed files with 28 additions and 33 deletions

View File

@ -64,7 +64,7 @@ impl XenCall {
pub fn hypercall(&self, op: c_ulong, arg: [c_ulong; 5]) -> Result<c_long> {
trace!(
"call fd={} hypercall op={:#x}, arg={:?}",
"call fd={} hypercall op={:#x} arg={:?}",
self.handle.as_raw_fd(),
op,
arg