From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjUiL-0006Jw-SY for qemu-devel@nongnu.org; Mon, 12 Sep 2016 13:08:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjUiH-0002d4-Kv for qemu-devel@nongnu.org; Mon, 12 Sep 2016 13:08:12 -0400 Received: from foo.stuge.se ([212.116.89.98]:34508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjUiH-0002bX-9N for qemu-devel@nongnu.org; Mon, 12 Sep 2016 13:08:09 -0400 Date: Mon, 12 Sep 2016 17:57:25 +0000 From: Peter Stuge Message-ID: <20160912175725.GU10713@foo.stuge.se> References: <1472120105-29235-1-git-send-email-chao.p.peng@linux.intel.com> <1473158937.4143.15.camel@linux.intel.com> <20160906144736-mutt-send-email-mst@kernel.org> <1473172081.4674.23.camel@linux.intel.com> <1473693317.26901.64.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1473693317.26901.64.camel@redhat.com> Subject: Re: [Qemu-devel] [SeaBIOS] [RFC PATCH v2 00/12] Guest startup time optimization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Chao Peng , Xiao Guangrong , "Michael S. Tsirkin" , seabios , qemu-devel@nongnu.org, Paolo Bonzini , Amnon Ilan , Richard Henderson Gerd Hoffmann wrote: > * Initializing all pci devices (placing bars in address space and > programming them) can probably be skipped and left to the linux > kernel to handle. When the coreboot project started out, in 1999, that turned out not to be the case. I don't know if the situation has improved since then. //Peter