From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfA3A-0007Ka-1w for qemu-devel@nongnu.org; Wed, 22 May 2013 10:30:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfA34-0008LD-FA for qemu-devel@nongnu.org; Wed, 22 May 2013 10:29:55 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:59239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfA33-0008Kq-PR for qemu-devel@nongnu.org; Wed, 22 May 2013 10:29:50 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 23 May 2013 11:27:09 +1000 From: Anthony Liguori In-Reply-To: References: <1369066884-431-1-git-send-email-peter.maydell@linaro.org> <519A50EE.8040804@redhat.com> <871u8zp34w.fsf@codemonkey.ws> Date: Wed, 22 May 2013 09:29:35 -0500 Message-ID: <87y5b7hyuo.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] qapi-schema.json: Reformat TargetType enum to one-per-line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: John Rigby , patches@linaro.org, qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Libvirt , Paolo Bonzini , Andreas =?utf-8?Q?F=C3=A4rber?= Peter Maydell writes: > On 22 May 2013 14:15, Anthony Liguori wrote: >> Paolo Bonzini writes: >>> You >>> don't need to know what targets were supported in the version that you >>> compiled from. Only one target is supported in this executable >>> anyway. >> >> It seems useful to me. One day we may support multiple targets per >> executable. > > Why would you care about which architectures the executable supports? > What you actually want to know is which machine models are supported; > whether board foo happens to be ARM or PPC isn't really very interesting > IMHO. That's a very good point. It was the libvirt folks that requested this. Perhaps they can shed some light on the logic? Regards, Anthony Liguori > > -- PMM