Single stepping Guest OS instruction with AMD processor : Intel Monitor Trap Flag equivalent for AMD
Asked Answered
D

0

6

I am writing a debugger that should trace a guest OS execution in a virtual machine. Intel VMX Monitor Trap Flag field enables us to single step a guest OS instruction.

But I am working with AMD processor and I don't find in the documentation any equivalent for this. Does someone know if there is any AMD SVM equivalent for the Intel VTX Monitor Trap Flag ?

Divergent answered 7/4, 2016 at 15:24 Comment(1)
I have the same question, and probably AMD does not support it. By randomly searching on Google I see lore.kernel.org/all/[email protected] : /* SVM has no hyperversior debug trap (VMX's Monitor Trap Flag). */Igorot

© 2022 - 2024 — McMap. All rights reserved.