1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/tools
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
..
hermit_proxy Use of intended ioctl! syntax 2017-05-11 20:05:42 +02:00
demo_ircce.sh reodering of the directory structure 2016-12-03 00:43:49 +01:00
demo_kvm.sh reodering of the directory structure 2016-12-03 00:43:49 +01:00
demo_omp.sh reodering of the directory structure 2016-12-03 00:43:49 +01:00
hermit_ircce.json reodering of the directory structure 2016-12-03 00:43:49 +01:00
hermit_kvm.json reodering of the directory structure 2016-12-03 00:43:49 +01:00
hermit_openmp.json reodering of the directory structure 2016-12-03 00:43:49 +01:00
init.sh reodering of the directory structure 2016-12-03 00:43:49 +01:00
Makefile.in Merge branch 'production' into devel 2017-01-17 23:23:12 +01:00
proxy.c enable a check if the HermitCore app depends on a proxy 2017-04-03 09:16:54 +02:00
proxy.h some code cleanups 2017-02-25 17:21:14 +01:00
uhyve-cpu.h tools/uhyve-cpu: remove unused definition of _kvm_segment 2017-03-01 18:57:32 +01:00
uhyve-syscalls.h tools/uhyve: refactor syscalls definitions into new file 2017-03-01 18:48:45 +01:00
uhyve.c remove compiler warnings 2017-04-03 23:54:46 +02:00