From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.25.21.96 with SMTP id l93csp1599607lfi; Mon, 4 Jul 2016 09:21:36 -0700 (PDT) X-Received: by 10.55.197.87 with SMTP id p84mr17124680qki.10.1467649296573; Mon, 04 Jul 2016 09:21:36 -0700 (PDT) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id a129si2466406qkb.55.2016.07.04.09.21.36 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 04 Jul 2016 09:21:36 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Received: from localhost ([::1]:49055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK6cp-0007f1-RW for alex.bennee@linaro.org; Mon, 04 Jul 2016 12:21:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK6cl-0007Yn-CO for qemu-arm@nongnu.org; Mon, 04 Jul 2016 12:21:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK6cf-00056z-Ih for qemu-arm@nongnu.org; Mon, 04 Jul 2016 12:21:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK6cf-00056v-DA; Mon, 04 Jul 2016 12:21:25 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 36408804E7; Mon, 4 Jul 2016 16:21:24 +0000 (UTC) Received: from localhost (vpn1-4-129.gru2.redhat.com [10.97.4.129]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u64GLNAR022197; Mon, 4 Jul 2016 12:21:23 -0400 Date: Mon, 4 Jul 2016 13:21:21 -0300 From: Eduardo Habkost To: Igor Mammedov Message-ID: <20160704162121.GA4131@thinpad.lan.raisama.net> References: <1465492263-28472-1-git-send-email-imammedo@redhat.com> <20160704100431.6b20fd28@172-15-182-60.lightspeed.austtx.sbcglobal.net> <20160704140146.GO4620@thinpad.lan.raisama.net> <20160704163219.41a442fa@172-15-182-60.lightspeed.austtx.sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160704163219.41a442fa@172-15-182-60.lightspeed.austtx.sbcglobal.net> X-Fnord: you can see the fnord User-Agent: Mutt/1.6.1 (2016-04-27) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 04 Jul 2016 16:21:24 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v2 0/6] cpus: make "-cpu cpux, features" global properties X-BeenThere: qemu-arm@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, mark.cave-ayland@ilande.co.uk, qemu-devel@nongnu.org, groug@kaod.org, blauwirbel@gmail.com, qemu-arm@nongnu.org, pbonzini@redhat.com, david@gibson.dropbear.id.au, rth@twiddle.net Errors-To: qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Sender: "Qemu-arm" X-TUID: oueDV2btP4S0 On Mon, Jul 04, 2016 at 04:32:19PM +0200, Igor Mammedov wrote: > On Mon, 4 Jul 2016 11:01:46 -0300 > Eduardo Habkost wrote: > > > On Mon, Jul 04, 2016 at 10:04:31AM +0200, Igor Mammedov wrote: > > > On Thu, 9 Jun 2016 19:10:57 +0200 > > > Igor Mammedov wrote: > > > > > > Eduardo, > > > > > > is anything more left to review/fix so remaining patches of this > > > series could be merged? > > > > The only thing left is that I run some basic testing and submit a > > pull request. I couldn't do that last week (sorry!), but I plan > > to submit a pull request this week. > Is there a tree for Greg to rebase his work upon? git://github.com/ehabkost/qemu.git x86-next -- Eduardo