Re: [Qemu-devel] [PATCH] multiboot: Clean up mmap loop and report correct mmap_length

2013-04-22 Thread Austin Clements
Ping. I never heard back about this bug fix to the multiboot loader. Quoth myself on Mar 14 at 6:55 pm: > Previously, the multiboot option ROM set the mmap_length field of the > multiboot info structure to the length of the mmap array *excluding* > the final element of the array, rather than the

[Qemu-devel] [PATCH] multiboot: Clean up mmap loop and report correct mmap_length

2013-03-14 Thread Austin Clements
Previously, the multiboot option ROM set the mmap_length field of the multiboot info structure to the length of the mmap array *excluding* the final element of the array, rather than the total length of the array. The multiboot specification indicates that this is incorrect, and it's incompatible