From: Avi Kivity Date: Sun, 22 Jun 2008 13:22:51 +0000 (+0300) Subject: KVM: x86 emulator: lazily evaluate segment registers X-Git-Tag: v2.6.27-rc1~968^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5b56dfd3a682a51fc84682290d5147872a8e99;p=pandora-kernel.git KVM: x86 emulator: lazily evaluate segment registers Instead of prefetching all segment bases before emulation, read them at the last moment. Since most of them are unneeded, we save some cycles on Intel machines where this is a bit expensive. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed