From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJw2-0005hv-AD for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:58:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REJw0-0000PP-FA for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:58:50 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47921 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJw0-0000PE-Ab for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:58:48 -0400 Message-ID: <4E96D32B.4090508@suse.de> Date: Thu, 13 Oct 2011 14:01:47 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1318495234-24196-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1318495234-24196-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [0/4] ppc: Implement -host CPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org On 10/13/2011 10:40 AM, David Gibson wrote: > This series of patches implements a -cpu host option for ppc, > analagous to the version that already exists for x86. For now, only > the basic framework is implement. In later patches, we will need to > improve the code to override those parts of the cpu spec that can be > queried from the host, and use this mechanism to subsume, for example, > the current advertisement by the pseries machine of KVM CPU > capabilities to the guest. Thanks, applied all to ppc-next. Alex