Re: [Qemu-devel] [PATCH] Fix multiboot compilation

2010-06-09 Thread Aurelien Jarno
On Wed, Jun 02, 2010 at 01:56:50AM +0200, Alexander Graf wrote: Commit dd4239d6574ca41c94fc0d0f77ddc728510ffc57 broke multiboot. It replaced the instruction rep insb (%dx), %es:(%edi) by the binary output of addr32 rep insb (%dx), %es:(%di). Linuxboot calls the respective helper function

[Qemu-devel] [PATCH] Fix multiboot compilation

2010-06-01 Thread Alexander Graf
Commit dd4239d6574ca41c94fc0d0f77ddc728510ffc57 broke multiboot. It replaced the instruction rep insb (%dx), %es:(%edi) by the binary output of addr32 rep insb (%dx), %es:(%di). Linuxboot calls the respective helper function in a code16 section. So the original instruction was automatically