commit | 378a8b099fc207ddcb91b19a8c1457667e0af398 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Mon Jan 21 15:36:48 2013 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Thu Jan 24 00:40:31 2013 -0200 |
tree | 765795d3fb0e37b87ba5b37d119b2731809ec64b | |
parent | 91b0aa2ca63e60ac69c5dd96bff580d3947073d4 [diff] |
KVM: x86: fix use of uninitialized memory as segment descriptor in emulator. If VMX reports segment as unusable, zero descriptor passed by the emulator before returning. Such descriptor will be considered not present by the emulator. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>