Re: [Qemu-devel] [PATCH] linux-user: fix ELF load alignment error

2018-07-16 Thread Richard Henderson
On 07/16/2018 12:53 PM, Laurent Vivier wrote: > When we try to use some targets on ppc64, it can happen the target > doesn't support the host page size to align ELF load sections and > fails with: > > ELF load command alignment not page-aligned > > Since commit a70daba3771 ("linux-user: Tell gu

[Qemu-devel] [PATCH] linux-user: fix ELF load alignment error

2018-07-16 Thread Laurent Vivier
When we try to use some targets on ppc64, it can happen the target doesn't support the host page size to align ELF load sections and fails with: ELF load command alignment not page-aligned Since commit a70daba3771 ("linux-user: Tell guest about big host page sizes") the host page size is used t