Re: [Qemu-devel] [PATCH] sparc: Fix assertion caused by empty memory slot with 0 byte

2011-04-15 Thread Blue Swirl
Thanks, applied. On Thu, Apr 14, 2011 at 8:19 PM, Stefan Weil wrote: > If the memory size given on the command line is equal to the > maximum size of memory defined by the hardware, there is no > "empty slot" after physical memory. > > The following command > >                qemu-system-sparc -m

[Qemu-devel] [PATCH] sparc: Fix assertion caused by empty memory slot with 0 byte

2011-04-14 Thread Stefan Weil
If the memory size given on the command line is equal to the maximum size of memory defined by the hardware, there is no "empty slot" after physical memory. The following command qemu-system-sparc -m 256 raised an assertion: exec.c:2614: cpu_register_physical_memory_offset: Asser