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 ?
/* SVM has no hyperversior debug trap (VMX's Monitor Trap Flag). */
– Igorot