Add rdpmc SVM intercept, by Bernhard Kauer.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3791 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
balrog 2007-12-09 23:35:27 +00:00
parent 8543243c29
commit df01e0fc33
4 changed files with 22 additions and 0 deletions

View file

@ -953,6 +953,11 @@ void OPPROTO op_rdtsc(void)
helper_rdtsc();
}
void OPPROTO op_rdpmc(void)
{
helper_rdpmc();
}
void OPPROTO op_cpuid(void)
{
helper_cpuid();