From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdCPP-0000jL-8P for qemu-devel@nongnu.org; Fri, 17 May 2013 00:36:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdCPO-0001yK-8W for qemu-devel@nongnu.org; Fri, 17 May 2013 00:36:47 -0400 Message-ID: <1368765386.20726.0.camel@pasglop> From: Benjamin Herrenschmidt Date: Fri, 17 May 2013 14:36:26 +1000 In-Reply-To: <1368764711-13763-1-git-send-email-david@gibson.dropbear.id.au> References: <1368764711-13763-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Change default machine for 64-bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: aurel@aurel32.net, aliguori@us.ibm.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org On Fri, 2013-05-17 at 14:25 +1000, David Gibson wrote: > Because the pseries machine type is optional (it is only built when libfdt > is available), this can result in a build with no default machine. In that > case vl.c will print a "No machine found" message. This seems reasonable, > given that as mentioned, mac99 is unlikely to be a good choice. What happened to the idea of having libfdt source in qemu ? That's a pretty common things with libfdt... Cheers, Ben.