From: Paolo Bonzini Date: Tue, 19 Mar 2013 15:30:26 +0000 (+0100) Subject: KVM: x86: correctly initialize the CS base on reset X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b66839d312d3bdaff77f265eb7305347fa1fb7;p=pandora-kernel.git KVM: x86: correctly initialize the CS base on reset The CS base was initialized to 0 on VMX (wrong, but usually overridden by userspace before starting) or 0xf0000 on SVM. The correct value is 0xffff0000, and VMX is able to emulate it now, so use it. Reviewed-by: Gleb Natapov Signed-off-by: Paolo Bonzini Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed