From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drpG4-0006mX-7p for qemu-devel@nongnu.org; Tue, 12 Sep 2017 13:46:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drpG2-0001Zp-AF for qemu-devel@nongnu.org; Tue, 12 Sep 2017 13:46:00 -0400 Date: Tue, 12 Sep 2017 14:45:47 -0300 From: Eduardo Habkost Message-ID: <20170912174547.GC7570@localhost.localdomain> References: <20170911110623.24981-1-marcandre.lureau@redhat.com> <20170911110623.24981-51-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20170911110623.24981-51-marcandre.lureau@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 50/50] qapi: make query-cpu-definitions depend on specific targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Marc-Andr=E9?= Lureau Cc: qemu-devel@nongnu.org, armbru@redhat.com, "Dr. David Alan Gilbert" , Eric Blake , Paolo Bonzini , Peter Maydell , Richard Henderson , David Gibson , Alexander Graf , "open list:ARM" , "open list:PowerPC" On Mon, Sep 11, 2017 at 01:06:23PM +0200, Marc-Andr=E9 Lureau wrote: > It depends on TARGET_PPC || TARGET_ARM || TARGET_I386 || TARGET_S390X. >=20 > Signed-off-by: Marc-Andr=E9 Lureau Reviewed-by: Eduardo Habkost --=20 Eduardo