aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2025-11-19 15:45:40 +0100
committerAlexander Potapenko <glider@google.com>2025-11-20 09:23:19 +0000
commit5c74d2f73618084fe35322dbb04bf713f7d177f2 (patch)
tree1c3b16cd8fa7e9a93adb462870551f6d99f04e72 /dashboard
parentec988b2fb6c4aada0b3afcd9739ad27ec64b8249 (diff)
executor: sys/linux: implement SYZOS_API_NESTED_VMRESUME
Provide the SYZOS API command to resume L2 execution after a VM exit, using VMRESUME on Intel and VMRUN on AMD. For testing purpose, implement basic handling of the INVD instruction: - enable INVD interception on AMD (set all bits in VMCB 00Ch); - map EXIT_REASON_INVD and VMEXIT_INVD into SYZOS_NESTED_EXIT_REASON_INVD; - advance L2 RIP to skip to the next instruction. While at it, perform minor refactorings of L2 exit reason handling. sys/linux/test/amd64-syz_kvm_nested_vmresume tests the new command by executing two instructions, INVD and HLT, in the nested VM.
Diffstat (limited to 'dashboard')
0 files changed, 0 insertions, 0 deletions