mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
EFER loading fixes, including SVME bit
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4659 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f2289cb692
commit
5efc27bbb6
3 changed files with 24 additions and 27 deletions
|
@ -148,7 +148,7 @@
|
|||
#define HF_GIF_SHIFT 20 /* if set CPU takes interrupts */
|
||||
#define HF_HIF_SHIFT 21 /* shadow copy of IF_MASK when in SVM */
|
||||
#define HF_NMI_SHIFT 22 /* CPU serving NMI */
|
||||
#define HF_SVME_SHIFT 23 /* SVME enabled (copy of EFER.SVME */
|
||||
#define HF_SVME_SHIFT 23 /* SVME enabled (copy of EFER.SVME) */
|
||||
#define HF_SVMI_SHIFT 24 /* SVM intercepts are active */
|
||||
|
||||
#define HF_CPL_MASK (3 << HF_CPL_SHIFT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue