From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpI7U-0006wf-5G for qemu-devel@nongnu.org; Mon, 23 Jan 2012 06:31:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpI7S-0001HC-Nd for qemu-devel@nongnu.org; Mon, 23 Jan 2012 06:31:28 -0500 Message-ID: <4F1D45CB.8000201@redhat.com> Date: Mon, 23 Jan 2012 12:34:35 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <874o2bhdv5.fsf@industria.weinholt.se> <0F9E6CB6-F6FB-4C3E-B828-370E1486B95E@suse.de> <4EEFB437.8050902@codemonkey.ws> <529972F2-0826-4716-BCD0-E425C2F49EAA@suse.de> <87pqfja28l.fsf@industria.weinholt.se> <878vm76puh.fsf@industria.weinholt.se> In-Reply-To: <878vm76puh.fsf@industria.weinholt.se> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2] multiboot: Fix bss segment support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?R8O2cmFuIFdlaW5ob2x0?= Cc: "Justin M. Forbes" , qemu-stable@nongnu.org, =?UTF-8?B?UmVuw6kgUmViZQ==?= , Alexander Graf , qemu-devel Developers Am 20.12.2011 19:49, schrieb G=C3=B6ran Weinholt: > Alexander Graf writes: >=20 >> Yes, this patch makes things work again :). Thanks a lot! >> >> The only thing I could nitpick on would be the coding style - checkpat= ch.pl complains :). Could you please resend with braces? >> Justin, Please also queue this for 1.0-stable when it comes in its fin= al form. >> >> Tested-by: Alexander Graf >=20 > Thanks for testing it. Here it is, with braces this time. >=20 >=20 > From 2a2df801d68a76fb2210e556652fb2e17e0f6711 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?G=3DC3=3DB6ran=3D20Weinholt?=3D > Date: Tue, 20 Dec 2011 19:36:10 +0100 > Subject: [PATCH] multiboot: mh_load_end_addr and mh_bss_end_addr may be= zero > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit >=20 > There are two special cases in the address fields of the multiboot > format. If mh_load_end_addr is zero then the whole image file should > be loaded and if mh_bss_end_addr is zero then there is no bss segment. > With this change it is again possible to boot kernels where these > fields are zero. >=20 > Signed-off-by: G=C3=B6ran Weinholt > Tested-by: Alexander Graf This doesn't seem to be applied yet. Can you resend it as a top-level email instead of deep in some thread where it may be missed? Kevin