target-i386: set G=1 in SMM big real mode selectors
commitb4854f1384176d897747de236f426d020668fa3c
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 Apr 2015 10:02:46 +0000 (30 12:02 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2015 15:10:01 +0000 (5 17:10 +0200)
tree94fe4c65a2c2c2561f246d94be38b180019dbd19
parent9982f74bad70479939491b69522da047a3be5a0d
target-i386: set G=1 in SMM big real mode selectors

Because the limit field's bits 31:20 is 1, G should be 1.
VMX actually enforces this, let's do it for completeness
in QEMU as well.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/smm_helper.c