Re: [Qemu-devel] [PATCH] fix multiboot loading if load_end_addr == 0

2012-05-29 Thread Anthony Liguori
On 03/27/2012 03:27 AM, Scott Moser wrote: The previous multiboot load code did not treat the case where load_end_addr was 0 specially. The multiboot specification says the following: * load_end_addr Contains the physical address of the end of the data segment. (load_end_addr - load_ad

Re: [Qemu-devel] [PATCH] fix multiboot loading if load_end_addr == 0

2012-05-26 Thread Kevin Wolf
Am Montag, 26. März 2012 21:27:00 schrieb Scott Moser: > The previous multiboot load code did not treat the case where > load_end_addr was 0 specially. The multiboot specification says the > following: > * load_end_addr >Contains the physical address of the end of the data segment. >(load

Re: [Qemu-devel] [PATCH] fix multiboot loading if load_end_addr == 0

2012-05-26 Thread Anthony Liguori
On 05/26/2012 05:17 PM, Kevin Wolf wrote: Am Montag, 26. März 2012 21:27:00 schrieb Scott Moser: The previous multiboot load code did not treat the case where load_end_addr was 0 specially. The multiboot specification says the following: * load_end_addr Contains the physical address of th

[Qemu-devel] [PATCH] fix multiboot loading if load_end_addr == 0

2012-03-26 Thread Scott Moser
The previous multiboot load code did not treat the case where load_end_addr was 0 specially. The multiboot specification says the following: * load_end_addr Contains the physical address of the end of the data segment. (load_end_addr - load_addr) specifies how much data to load. This imp

Re: [Qemu-devel] [PATCH] fix multiboot loading if load_end_addr == 0 (fwd)

2012-03-26 Thread Anthony Liguori
On 03/18/2012 12:45 PM, Scott Moser wrote: Re-sending to qemu-devel. I'd originally sent this to kvm mailing list. Can you submit as a proper patch with a Signed-off-by? Regards, Anthony Liguori -- Forwarded message -- Date: Sat, 17 Mar 2012 00:08:06 From: Scott Moser To:

Re: [Qemu-devel] [PATCH] fix multiboot loading if load_end_addr == 0 (fwd)

2012-03-20 Thread Serge E. Hallyn
Quoting Scott Moser (smo...@ubuntu.com): > Re-sending to qemu-devel. I'd originally sent this to kvm mailing list. > > > -- Forwarded message -- > Date: Sat, 17 Mar 2012 00:08:06 > From: Scott Moser > To: k...@vger.kernel.org > Subject: [PATCH] fix multiboot loading if load_end_

[Qemu-devel] [PATCH] fix multiboot loading if load_end_addr == 0 (fwd)

2012-03-18 Thread Scott Moser
Re-sending to qemu-devel. I'd originally sent this to kvm mailing list. -- Forwarded message -- Date: Sat, 17 Mar 2012 00:08:06 From: Scott Moser To: k...@vger.kernel.org Subject: [PATCH] fix multiboot loading if load_end_addr == 0 The previous code did not treat the case where