From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IGGKS-0001Jy-61 for qemu-devel@nongnu.org; Wed, 01 Aug 2007 11:41:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IGGKQ-0001HU-KE for qemu-devel@nongnu.org; Wed, 01 Aug 2007 11:41:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGGKQ-0001HD-3u for qemu-devel@nongnu.org; Wed, 01 Aug 2007 11:41:38 -0400 Received: from os.inf.tu-dresden.de ([141.76.48.99]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IGGKP-00040O-HU for qemu-devel@nongnu.org; Wed, 01 Aug 2007 11:41:37 -0400 Received: from chrom.inf.tu-dresden.de ([141.76.48.24]) by os.inf.tu-dresden.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) id 1IGGKM-0006ks-A0 for qemu-devel@nongnu.org; Wed, 01 Aug 2007 17:41:34 +0200 Received: from kauer by chrom.inf.tu-dresden.de with local (Exim 4.67) (envelope-from ) id 1IGGKL-0002a1-RQ for qemu-devel@nongnu.org; Wed, 01 Aug 2007 17:41:33 +0200 Date: Wed, 1 Aug 2007 17:41:33 +0200 From: Bernhard Kauer Message-ID: <20070801154133.GB5570@chrom.inf.tu-dresden.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] Patch: let qemu work with latest bochsbios Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The boot_device is not communicated to the bochsbios through the CMOS. The following patch allows to boot via network on the newest bochsbios. Bernhard Kauer