From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0iN2-00022V-6r for qemu-devel@nongnu.org; Thu, 13 Nov 2008 15:00:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0iN0-00021e-Mr for qemu-devel@nongnu.org; Thu, 13 Nov 2008 15:00:51 -0500 Received: from [199.232.76.173] (port=37742 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0iN0-00021W-D9 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 15:00:50 -0500 Received: from an-out-0708.google.com ([209.85.132.249]:60628) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0iN0-00011Q-40 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 15:00:50 -0500 Received: by an-out-0708.google.com with SMTP id c38so443992ana.37 for ; Thu, 13 Nov 2008 12:00:49 -0800 (PST) Message-ID: <491C876D.3010003@codemonkey.ws> Date: Thu, 13 Nov 2008 14:00:45 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] RE: [Bochs-developers] [PATCH v3 1/6] Move PIC initialization out ofline to save space in post code area. References: <20081110091134.11822.34230.stgit@dhcp-1-237.local> <20081110091139.11822.11686.stgit@dhcp-1-237.local> <7D8EE33FCAD549D69512E10A103EDA15@FSCPC> <004d01c945c4$2a561180$7f023480$@com> In-Reply-To: <004d01c945c4$2a561180$7f023480$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Cc: 'Gleb Natapov' , 'Sebastian Herbszt' Stanislav Shwartsman wrote: > Done. > Gleb, What's the status of this patch series? Are there particular patches that haven't made it into upstream Bochs yet that requiring refactoring? Are there things that we should take in the bios.diff? Until the Bochs folks get around to applying? Regards, Anthony Liguori > -----Original Message----- > From: Sebastian Herbszt [mailto:herbszt@gmx.de] > Sent: Thursday, November 13, 2008 2:10 AM > To: Gleb Natapov; bochs-developers@lists.sourceforge.net; Stanislav > Shwartsman > Cc: qemu-devel@nongnu.org > Subject: Re: [Bochs-developers] [PATCH v3 1/6] Move PIC initialization out > ofline to save space in post code area. > > Gleb Natapov wrote: > >> There are only a couple of bytes left in post area. >> >> Signed-off-by: Gleb Natapov >> --- >> >> bios/rombios.c | 48 ++++++++++++++++++++++++++---------------------- >> 1 files changed, 26 insertions(+), 22 deletions(-) >> > > Stanislav, please apply this one. > > - Sebastian > > > >