1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/tools/hermit_proxy
l_schmid d687208b01 Use of intended ioctl! syntax
The syntax ioctl!(write <fnc> with KVMIO, <id>; <type>) is shorter than
ioctl!(<fnc> with iow!(KVMIO, <id>; mem::size_of::<type>())). Futhermore
the filedescriptor of vcpu.rs was invalid, because the destructor of
File::from_raw was immediately called. The vcpu struct contains now
the copy of the fd in the Rust world, perhaps there is an easier way to
pass the fd to memmap.
2017-05-11 20:05:42 +02:00
..
src Use of intended ioctl! syntax 2017-05-11 20:05:42 +02:00
.gitignore The first isle is usable. This commit exists to check in a heavily WIP 2017-05-09 23:49:13 +02:00
Cargo.lock The first isle is usable. This commit exists to check in a heavily WIP 2017-05-09 23:49:13 +02:00
Cargo.toml The first isle is usable. This commit exists to check in a heavily WIP 2017-05-09 23:49:13 +02:00