commit | b09408d00fd82be80289a329dd94d1a0d6b77dc2 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Mon Jan 07 19:27:06 2013 -0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Jan 08 17:25:35 2013 -0200 |
tree | a4c09381f06a7b821cd388579dc5a4c1a7651433 | |
parent | b0cfeb5dedf9109b8a8bd594abe60791b135a643 [diff] |
KVM: VMX: fix incorrect cached cpl value with real/v8086 modes CPL is always 0 when in real mode, and always 3 when virtual 8086 mode. Using values other than those can cause failures on operations that check CPL. Reviewed-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>