From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF30l-0004l5-QK for qemu-devel@nongnu.org; Tue, 03 Apr 2012 08:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SF30d-0001H1-9b for qemu-devel@nongnu.org; Tue, 03 Apr 2012 08:38:59 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:43642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF30d-0001GN-0d for qemu-devel@nongnu.org; Tue, 03 Apr 2012 08:38:51 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 Apr 2012 13:38:47 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q33CchCk2785392 for ; Tue, 3 Apr 2012 13:38:43 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q33CchiB028159 for ; Tue, 3 Apr 2012 06:38:43 -0600 Message-ID: <4F7AEF51.1040807@de.ibm.com> Date: Tue, 03 Apr 2012 14:38:41 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1333386578-29412-1-git-send-email-afaerber@suse.de> In-Reply-To: <1333386578-29412-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] QOM'ify S/390 CPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-devel@nongnu.org, Alexander Graf On 02/04/12 19:09, Andreas Färber wrote: > Hello, > > This series breaks down my S/390 QOM'ification patch from the qom-cpu-others.v1 > RFC series into better digestable pieces and reorders it next. > s390x ignores any user-specified -cpu argument, thus needs only one CPU type. > > I've tested both TCG by running SLES installation and briefly KVM on SLES. > > Christian, could you please verify this doesn't break your test cases > and add your Tested-by? (kvm-only) Tested-by: Christian Borntraeger