Re: [Qemu-devel] [PATCH] multiboot: Fix upper memory size in multiboot info

2011-01-23 Thread Aurelien Jarno
On Tue, Jan 04, 2011 at 02:03:30PM +0100, Kevin Wolf wrote: > The upper memory size field should exclude the first MB of RAM. > > Signed-off-by: Kevin Wolf > --- > hw/multiboot.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/multiboot.c b/hw/multiboot.c > ind

[Qemu-devel] [PATCH] multiboot: Fix upper memory size in multiboot info

2011-01-04 Thread Kevin Wolf
The upper memory size field should exclude the first MB of RAM. Signed-off-by: Kevin Wolf --- hw/multiboot.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/multiboot.c b/hw/multiboot.c index 7cc3055..0d2bfb4 100644 --- a/hw/multiboot.c +++ b/hw/multiboot.c @@ -306,7