From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYmp4-0004he-5A for qemu-devel@nongnu.org; Tue, 22 Oct 2013 21:01:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYmow-0006z4-8O for qemu-devel@nongnu.org; Tue, 22 Oct 2013 21:01:18 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:60073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYmow-0006yu-2V for qemu-devel@nongnu.org; Tue, 22 Oct 2013 21:01:10 -0400 Received: by mail-pd0-f169.google.com with SMTP id q10so120157pdj.14 for ; Tue, 22 Oct 2013 18:01:08 -0700 (PDT) Message-ID: <52671FCA.4030200@ozlabs.ru> Date: Wed, 23 Oct 2013 12:00:58 +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> <525B5F3E.20006@ozlabs.ru> In-Reply-To: <525B5F3E.20006@ozlabs.ru> 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 10/14/2013 02:04 PM, Alexey Kardashevskiy wrote: > 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? Ping, anyone, please? -- Alexey