From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW5zf-0007dE-3Z for qemu-devel@nongnu.org; Mon, 22 Sep 2014 11:57:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW5zW-0005b5-30 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 11:57:39 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:55396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW5zV-0005aC-SG for qemu-devel@nongnu.org; Mon, 22 Sep 2014 11:57:30 -0400 Received: by mail-we0-f175.google.com with SMTP id u57so2338371wes.20 for ; Mon, 22 Sep 2014 08:57:23 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <542046E3.8080203@redhat.com> Date: Mon, 22 Sep 2014 17:57:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1411385195-13495-1-git-send-email-lersek@redhat.com> <1411385195-13495-3-git-send-email-lersek@redhat.com> <5420105C.2090701@suse.de> <54201614.6040903@redhat.com> <20140922123641.GB7992@redhat.com> <54202100.7020205@redhat.com> In-Reply-To: <54202100.7020205@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] machine_parse(): list supported machine types in their registration order List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, =?windows-1252?Q?Andre?= =?windows-1252?Q?as_F=E4rber?= , marcel.a@redhat.com Il 22/09/2014 15:15, Laszlo Ersek ha scritto: > $ git grep -E '\' | wc -l > 115 > > Even if we just count the clusters, they're way too many: > > $ git grep -E '\' | wc -l > 66 There are just a couple of multi-machine clusters (well, three: pseries, pc, q35). So the default clusters can just default to the machine type. Paolo