From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0hfC-0003IK-OJ for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:15:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0hfA-0003I2-Vh for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:15:34 -0500 Received: from [199.232.76.173] (port=58990 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0hfA-0003Hz-Qy for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:15:32 -0500 Received: from ug-out-1314.google.com ([66.249.92.169]:35653) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0hfA-00048u-4P for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:15:32 -0500 Received: by ug-out-1314.google.com with SMTP id 29so1707449ugc.36 for ; Thu, 13 Nov 2008 11:15:29 -0800 (PST) From: "Stanislav Shwartsman" References: <20081110091134.11822.34230.stgit@dhcp-1-237.local> <20081110091139.11822.11686.stgit@dhcp-1-237.local> <7D8EE33FCAD549D69512E10A103EDA15@FSCPC> In-Reply-To: <7D8EE33FCAD549D69512E10A103EDA15@FSCPC> Date: Thu, 13 Nov 2008 21:15:14 +0200 Message-ID: <004d01c945c4$2a561180$7f023480$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us Subject: [Qemu-devel] RE: [Bochs-developers] [PATCH v3 1/6] Move PIC initialization out ofline to save space in post code area. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Sebastian Herbszt' , 'Gleb Natapov' , bochs-developers@lists.sourceforge.net Cc: qemu-devel@nongnu.org Done. -----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