From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REGqN-0000dk-SL for qemu-devel@nongnu.org; Thu, 13 Oct 2011 04:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REGqM-0003ND-K8 for qemu-devel@nongnu.org; Thu, 13 Oct 2011 04:40:47 -0400 Received: from ozlabs.org ([203.10.76.45]:56603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REGqM-0003Mo-5f for qemu-devel@nongnu.org; Thu, 13 Oct 2011 04:40:46 -0400 From: David Gibson Date: Thu, 13 Oct 2011 19:40:30 +1100 Message-Id: <1318495234-24196-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [0/4] ppc: Implement -host CPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: agraf@suse.de Cc: qemu-devel@nongnu.org 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.