commit | b4854f1384176d897747de236f426d020668fa3c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Apr 30 12:02:46 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 05 17:10:01 2015 +0200 |
tree | 94fe4c65a2c2c2561f246d94be38b180019dbd19 | |
parent | 9982f74bad70479939491b69522da047a3be5a0d [diff] |
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>