From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVYSc-0004w7-OH for qemu-devel@nongnu.org; Sun, 13 Oct 2013 23:04:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVYSW-0007Up-3G for qemu-devel@nongnu.org; Sun, 13 Oct 2013 23:04:46 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:45169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVYSV-0007UU-TB for qemu-devel@nongnu.org; Sun, 13 Oct 2013 23:04:40 -0400 Received: by mail-pb0-f41.google.com with SMTP id rp2so6795911pbb.28 for ; Sun, 13 Oct 2013 20:04:38 -0700 (PDT) Message-ID: <525B5F3E.20006@ozlabs.ru> Date: Mon, 14 Oct 2013 14:04:30 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1380269103-4506-1-git-send-email-aik@ozlabs.ru> <9DF3CB1F-FCD4-4E06-9F03-910877982B44@suse.de> In-Reply-To: <9DF3CB1F-FCD4-4E06-9F03-910877982B44@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v7] powerpc: add PVR mask support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, Paul Mackerras , qemu-devel@nongnu.org, =?UTF-8?B?QW5kcmU=?= =?UTF-8?B?YXMgRsOkcmJlcg==?= On 09/30/2013 09:30 PM, Alexander Graf wrote: > > On 27.09.2013, at 10:05, Alexey Kardashevskiy wrote: > >> IBM POWERPC processors encode PVR as a CPU family in higher 16 bits and >> a CPU version in lower 16 bits. Since there is no significant change >> in behavior between versions, there is no point to add every single CPU >> version in QEMU's CPU list. Also, new CPU versions of already supported >> CPU won't break the existing code. >> >> This adds PVR value/mask support for KVM, i.e. for -cpu host option. >> >> As CPU family class name for POWER7 is "POWER7-family", there is no need >> to touch aliases. >> >> Cc: Andreas Färber >> Signed-off-by: Alexey Kardashevskiy > > Looks reasonable to me, but I'll wait for an ack from Andreas. Ping, anyone? -- Alexey