From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWLoj-0005au-0i for qemu-devel@nongnu.org; Tue, 23 Sep 2014 04:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWLoc-0007Be-Cm for qemu-devel@nongnu.org; Tue, 23 Sep 2014 04:51:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWLoc-00079c-4r for qemu-devel@nongnu.org; Tue, 23 Sep 2014 04:51:18 -0400 Date: Tue, 23 Sep 2014 11:54:32 +0300 From: "Michael S. Tsirkin" Message-ID: <20140923085432.GA17417@redhat.com> References: <1411418316-5169-1-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1411418316-5169-1-git-send-email-lersek@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: peter.maydell@linaro.org, pbonzini@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de, marcel.a@redhat.com On Mon, Sep 22, 2014 at 10:38:34PM +0200, Laszlo Ersek wrote: > The first patch introduces a generic comparator. This comparator should > cover all machine types at once that don't belong to machine type > "families". Hence, for example, the output it produces for > > qemu-system-aarch64 -M \? > > is meant to be final. (See examples in the patches.) > > The second patch files piix and q35 machine types into their respective > families. > > Paolo said we needed to care about "pseries, pc, q35", but I got no clue > about "pseries", so I didn't touch that. It shouldn't be hard for > someone who knows "pseries" to post a followup patch that covers it. > Until then, "pseries" machine types are listed in alphabetical order (no > families). > > Laszlo Ersek (2): > well-defined listing order for machine types > i386/pc: add piix and q35 machtypes to sorting families for -M \? > > include/hw/boards.h | 2 ++ > hw/i386/pc.c | 1 + > hw/i386/pc_piix.c | 1 + > hw/i386/pc_q35.c | 1 + > vl.c | 38 +++++++++++++++++++++++++++++++++++++- > 5 files changed, 42 insertions(+), 1 deletion(-) Acked-by: Michael S. Tsirkin > -- > 1.8.3.1