Now that you're really using the SVM emulation, please bear in mind
that the upper SVM exits don't work due to the 64-bit int limits. I
haven't really found a proper solution for that, but in the meantime
you can't intercept instructions like MONITOR or WBINVD, as they get
shifted out of th
An SVM enabled processor should provide the CPUID extended leaf Fn8000_000A
(see AMD documentation #25481). The attached patch add this feature.
Bernhard Kauer
Index: target-i386/helper.c
===
RCS file: /sources/qemu/qemu/targ