Christian Helmuth c086eb088d vmm_x86: guest code page in separate asm file
Implement the guest code in dedicated assembler source file, assemble
and link the binary to vmm_x86. The resulting guest-code binary
populates one page that is mapped to host the reset vector of the guest.

This approach simplifies future guest code adaption resp. extension,
e.g., to test rdmsr/wrmsr exiting.

Fixes #4638
2022-11-17 08:00:34 +01:00
..
2019-01-14 12:33:57 +01:00
2020-04-17 12:53:57 +02:00
2022-10-12 12:09:33 +02:00
2020-04-17 12:40:13 +02:00
2022-05-25 12:23:03 +02:00