[Qemu-devel] [Bug 1273944] Re: multiboot header has 0 in mem_upper field

2017-04-15 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1273944 Title: multiboot h

[Qemu-devel] [Bug 1273944] Re: multiboot header has 0 in mem_upper field

2017-02-14 Thread Thomas Huth
tests/multiboot seems to work with current git again, so I assume this issue has been fixed? Or is there something left to do? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https

Re: [Qemu-devel] [Bug 1273944] Re: multiboot header has 0 in mem_upper field

2014-01-29 Thread Peter Chubb
> "Peter" == Peter Chubb writes: This change fixes it. > diff --git a/exec.c b/exec.c > index 2435d9e..b387d28 100644 > --- a/exec.c > +++ b/exec.c > @@ -1070,7 +1070,7 @@ static void *file_ram_alloc(RAMBlock *block, > } > > /* MAP_POPULATE silently ignores failures */ > -

[Qemu-devel] [Bug 1273944] Re: multiboot header has 0 in mem_upper field

2014-01-28 Thread Peter Chubb
This change fixes it. diff --git a/exec.c b/exec.c index 2435d9e..b387d28 100644 --- a/exec.c +++ b/exec.c @@ -1070,7 +1070,7 @@ static void *file_ram_alloc(RAMBlock *block, } /* MAP_POPULATE silently ignores failures */ -for (i = 0; i < (memory/hpagesize); i++) { +