mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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:
parent
8543243c29
commit
df01e0fc33
4 changed files with 22 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue