Rastogi, Shaurya wrote:
Hi,
Is there any way to generate a VMExit for software interrupts?
I am interested in causing a VMExit when Int 80 instruction is executed in guest VM. Is it possible to do so? If so how?
Neither vmx nor svm support trapping on software interrupts. You might
be able to track changes to the IDT and install a hardware breakpoint on
the int 80 handler, but that's quite difficult and hacky.
--
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html