From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW6Fk-0002Xr-NS for qemu-devel@nongnu.org; Mon, 22 Sep 2014 12:14:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW6Fe-0001OI-JT for qemu-devel@nongnu.org; Mon, 22 Sep 2014 12:14:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW6Fe-0001Nx-CL for qemu-devel@nongnu.org; Mon, 22 Sep 2014 12:14:10 -0400 Message-ID: <54204AC5.5050306@redhat.com> Date: Mon, 22 Sep 2014 18:13:57 +0200 From: Laszlo Ersek 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> <542046E3.8080203@redhat.com> In-Reply-To: <542046E3.8080203@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: Paolo Bonzini , "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 On 09/22/14 17:57, Paolo Bonzini wrote: > 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. Thanks for the idea, I'll try to code this up. Laszlo