From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvklT-0001Vz-89 for qemu-devel@nongnu.org; Fri, 22 May 2015 07:05:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvklP-0003sI-73 for qemu-devel@nongnu.org; Fri, 22 May 2015 07:05:19 -0400 Received: from mail-ie0-f171.google.com ([209.85.223.171]:35526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvklP-0003s4-2W for qemu-devel@nongnu.org; Fri, 22 May 2015 07:05:15 -0400 Received: by iesa3 with SMTP id a3so28609232ies.2 for ; Fri, 22 May 2015 04:05:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150522110136.GF14428@redhat.com> References: <555DE2EF.1000509@redhat.com> <20150522110136.GF14428@redhat.com> From: Peter Maydell Date: Fri, 22 May 2015 12:04:54 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] Announcing qboot, a minimal x86 firmware for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Paolo Bonzini , qemu-devel , KVM list On 22 May 2015 at 12:01, Daniel P. Berrange wrote: > On the QEMU side of things I wonder if there is scope for taking AArch64's > 'virt' machine type concept and duplicating it on all architectures. Experience suggests that holding the line on "minimal" is really quite tricky, though -- there's always one more thing that somebody really wants to add... -- PMM