From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZsXO-0006Yq-A1 for qemu-devel@nongnu.org; Sun, 31 Aug 2008 15:24:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZsXM-0006WH-JF for qemu-devel@nongnu.org; Sun, 31 Aug 2008 15:24:37 -0400 Received: from [199.232.76.173] (port=46865 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZsXM-0006Vx-C7 for qemu-devel@nongnu.org; Sun, 31 Aug 2008 15:24:36 -0400 Received: from il.qumranet.com ([212.179.150.194]:50164) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZsXM-0008NN-33 for qemu-devel@nongnu.org; Sun, 31 Aug 2008 15:24:36 -0400 Received: from gleb-debian.qumranet.com (gleb-debian.qumranet.com.qumranet.com [172.16.15.143]) by il.qumranet.com (Postfix) with ESMTP id 6570A250EDA for ; Sun, 31 Aug 2008 22:24:34 +0300 (IDT) Date: Sun, 31 Aug 2008 22:24:34 +0300 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH v3 1/6] Use IO port for qemu<->guest BIOS communication. Message-ID: <20080831192434.GB18301@minantech.com> References: <20080828165237.22851.1532.stgit@gleb-debian.qumranet.com.qumranet.com> <20080829190041.GA18301@minantech.com> <20080831111206.GF6192@minantech.com> <20080831130256.GG6192@minantech.com> <20080831141819.GH6192@minantech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Sun, Aug 31, 2008 at 09:41:20PM +0300, Blue Swirl wrote: > On 8/31/08, Gleb Natapov wrote: > > With the fix below this patch series works for me. > > Do you already have a patch for Bochs BIOS, or how do you test it? > Yes I have. The patch is against Bochs BIOS from KVM repository. But it is easy to make one for original version too. -- Gleb.