mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
963f5de117
Until now, if we examined an EPT fault and the corresponding guest physical memory was not allocated, we forwarded the faulting instruction to the instruction emulator, which in turn handled the memory allocation implicitly. This lead to long instruction emulation times on certain instructions (e.g. 'rep mov' on large memory junks). Therefore, we now allocate and map the corresponding guest physical memory immediately in the EPT fault handler and directly return to the guest. fixes #2645 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
mk | ||
ports | ||
recipes | ||
run | ||
src | ||
README |
This directory contains ports of popular 3rd-party applications to Genode. The 'ports' repository follows the line of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to 'libports/README'. Dependencies from other repositories ------------------------------------ Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.