From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1am4Pe-00048F-TU for qemu-devel@nongnu.org; Fri, 01 Apr 2016 15:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1am4Pa-0005XQ-SF for qemu-devel@nongnu.org; Fri, 01 Apr 2016 15:07:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1am4Pa-0005XJ-NB for qemu-devel@nongnu.org; Fri, 01 Apr 2016 15:07:14 -0400 From: "Richard W.M. Jones" Date: Fri, 1 Apr 2016 20:07:03 +0100 Message-Id: <1459537624-21666-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v4] bios: Add fast variant of SeaBIOS for use with -kernel on x86. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com Cc: stefanha@gmail.com, kraxel@redhat.com, qemu-devel@nongnu.org The previous version was posted and discussed on this thread: https://lists.nongnu.org/archive/html/qemu-devel/2016-04/threads.html#00013 Since v3: - CONFIG_ROM_SIZE=0 (it chooses 64K automatically) - CONFIG_RELOCATE_INIT=n - CONFIG_BOOTORDER=n Knocks another 10ms off the boot time. Rich.