mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
fnop FPU exception support (aka FreeBSD FPU probe) - sysenter/sysexit support (untested, not enabled in cpuid)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@869 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f66723fab9
commit
023fe10d24
4 changed files with 87 additions and 0 deletions
|
@ -700,6 +700,16 @@ void OPPROTO op_cpuid(void)
|
|||
helper_cpuid();
|
||||
}
|
||||
|
||||
void OPPROTO op_sysenter(void)
|
||||
{
|
||||
helper_sysenter();
|
||||
}
|
||||
|
||||
void OPPROTO op_sysexit(void)
|
||||
{
|
||||
helper_sysexit();
|
||||
}
|
||||
|
||||
void OPPROTO op_rdmsr(void)
|
||||
{
|
||||
helper_rdmsr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue