KVM: x86 emulator: make loading TR set the busy bit
authorAvi Kivity <avi@redhat.com>
Wed, 13 Jun 2012 13:30:53 +0000 (16:30 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 9 Jul 2012 11:19:05 +0000 (14:19 +0300)
Guest software doesn't actually depend on it, but vmx will refuse us
entry if we don't.  Set the bit in both the cached segment and memory,
just to be nice.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found