1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/kernel
Stefan Lankes 8653afbd07 avoid using KVM_TRANSLATE in a loop
- determine within HermitCore the guest physical address
=> simplifies the translation from guest virtual to host virtual address
=> reduce the number of syscalls (KVM_TRANSLATE)
2017-11-10 22:17:45 +01:00
..
main.c avoid using KVM_TRANSLATE in a loop 2017-11-10 22:17:45 +01:00
syscall.c increasing the readability by simplifying the usage of send/recv functions 2017-09-24 00:55:27 +02:00
tasks.c fix bug in counting of the ready tasks 2017-09-23 10:26:41 +02:00
timer.c reodering of the directory structure 2016-12-03 00:43:49 +01:00