From: Avi Kivity Date: Mon, 7 May 2007 07:55:37 +0000 (+0300) Subject: KVM: Avoid corrupting tr in real mode X-Git-Tag: v2.6.23-rc1~520^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653e3108b7d6097d25089d25ab4e99bc58b28962;p=pandora-kernel.git KVM: Avoid corrupting tr in real mode The real mode tr needs to be set to a specific tss so that I/O instructions can function. Divert the new tr values to the real mode save area from where they will be restored on transition to protected mode. This fixes some crashes on reboot when the bios accesses an I/O instruction. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed