From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDwhl-00036O-G2 for qemu-devel@nongnu.org; Mon, 26 Aug 2013 09:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDwhf-00073t-9h for qemu-devel@nongnu.org; Mon, 26 Aug 2013 09:19:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDwhf-00073h-2K for qemu-devel@nongnu.org; Mon, 26 Aug 2013 09:19:31 -0400 Date: Mon, 26 Aug 2013 09:19:27 -0400 From: Luiz Capitulino Message-ID: <20130826091927.3721b587@redhat.com> In-Reply-To: <521A4220.6060004@suse.de> References: <1375709247-10002-1-git-send-email-afaerber@suse.de> <1375709247-10002-22-git-send-email-afaerber@suse.de> <521A4220.6060004@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-1.6? v2 21/21] qtest: Prepare QOM machine tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?UTF-8?B?RsOkcmJlcg==?= Cc: Peter Maydell , QEMU Developers On Sun, 25 Aug 2013 19:42:56 +0200 Andreas F=C3=A4rber wrote: > Am 25.08.2013 19:33, schrieb Peter Maydell: > > On 5 August 2013 14:27, Andreas F=C3=A4rber wrote: > >> +static const char *arm_machines[] =3D { > >> + "integratorcp", > >> + "versatilepb", > >> + "versatileab", > >> + "lm3s811evb", > >> + "lm3s6965evb", > >> + "collie", > >=20 > > [etc] > >=20 > > I'd rather have these tests than not have them, but can't we autodetect > > the list of machines (by parsing the output of -M help, or otherwise)? >=20 > If you want to implement that, feel free to. :) We neither have working > QMP parsing nor a QMP method for obtaining machines that I'm aware of. Not sure what the context is here, but we have query-machines. It's a bit simple though. We also have query-cpu-definitions.