From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvTDp-0000yJ-20 for qemu-devel@nongnu.org; Thu, 21 May 2015 12:21:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvTDk-0004iP-WB for qemu-devel@nongnu.org; Thu, 21 May 2015 12:21:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvTDk-0004iE-P1 for qemu-devel@nongnu.org; Thu, 21 May 2015 12:21:20 -0400 Message-ID: <555E05FA.3070800@redhat.com> Date: Thu, 21 May 2015 18:21:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <555DE2EF.1000509@redhat.com> <555DFE48.4030106@cloudius-systems.com> In-Reply-To: <555DFE48.4030106@cloudius-systems.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Avi Kivity , qemu-devel , KVM list On 21/05/2015 17:48, Avi Kivity wrote: > Lovely! > > Note you have memcpy.o instead of memcpy.c. Doh, and it's not used anyway. Check the repository, and let me know if OSv boots with it (it probably needs ACPI; Linux doesn't boot virtio without ACPI). Paolo