From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwm6W-00039v-5j for qemu-devel@nongnu.org; Tue, 26 Sep 2017 05:24:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwm6S-0008Cq-4f for qemu-devel@nongnu.org; Tue, 26 Sep 2017 05:24:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54188) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dwm6R-0008CE-Ui for qemu-devel@nongnu.org; Tue, 26 Sep 2017 05:24:32 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0632880464 for ; Tue, 26 Sep 2017 09:24:30 +0000 (UTC) Date: Tue, 26 Sep 2017 11:24:25 +0200 From: Cornelia Huck Message-ID: <20170926112425.3341fea0.cohuck@redhat.com> In-Reply-To: <1505998749-269631-1-git-send-email-imammedo@redhat.com> References: <1505998749-269631-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] s390x: use generic cpu_model parsing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org On Thu, 21 Sep 2017 14:59:08 +0200 Igor Mammedov wrote: > define default CPU type in generic way in machine class_init s/define/Define/ > and let common machine code to handle cpu_model parsing. s/to handle/handle/ (fixed that up) > > Signed-off-by: Igor Mammedov > Reviewed-by: David Hildenbrand > --- > CC: Cornelia Huck > --- > target/s390x/cpu.h | 6 ++++-- > hw/s390x/s390-virtio-ccw.c | 28 +++------------------------- > target/s390x/cpu_models.c | 11 ----------- > target/s390x/kvm.c | 3 +++ > 4 files changed, 10 insertions(+), 38 deletions(-) Thanks, applied.