From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [Patch 0/7] RealMode: Support for big real mode Date: Wed, 28 May 2008 09:50:38 +0300 Message-ID: <483D00BE.4050802@qumranet.com> References: <20080527101851.201db183@frecb000711.frec.bull.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org" , Anthony Liguori , Mohammed Gamal , "Kamble, Nitin A" , Marcelo Tosatti , laurent.vivier@bull.net, Alexander Graf To: Guillaume Thouvenin Return-path: Received: from il.qumranet.com ([212.179.150.194]:38668 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbYE1Gul (ORCPT ); Wed, 28 May 2008 02:50:41 -0400 In-Reply-To: <20080527101851.201db183@frecb000711.frec.bull.fr> Sender: kvm-owner@vger.kernel.org List-ID: Guillaume Thouvenin wrote: > Hello, > > Those patches allow to boot OpenSuse-10.3. The problem with > Opensuse 10.3 is it uses a version of gfxboot that reads SS after > switching from real to protected mode, where SS contains an invalid > value, which VMX does not allow. > Thanks, applied all. I dropped vcpu_sregs_table after all, in favor of 1:1 mapping of VCPU_SREG_* to the opcode encoding (similar to the general purpose registers). -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.