Re: [Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le

2019-05-02 Thread Alex Bennée
Richard Henderson writes: > On 5/2/19 3:47 AM, Alex Bennée wrote: >>> This needs a different set of cleanups. ;-) >> >> I guess this is another use case for softmmu support in linux-user where >> HOST_PAGE != TARGET_PAGE? > > Well, yes, but I was thinking more short-term, wherein we do not tes

Re: [Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le

2019-05-02 Thread Richard Henderson
On 5/2/19 3:47 AM, Alex Bennée wrote: >> This needs a different set of cleanups. ;-) > > I guess this is another use case for softmmu support in linux-user where > HOST_PAGE != TARGET_PAGE? Well, yes, but I was thinking more short-term, wherein we do not test things that we know will not work.

Re: [Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le

2019-05-02 Thread Alex Bennée
Richard Henderson writes: > On 5/1/19 9:04 PM, David Gibson wrote: >> I've staged this tentatively in ppc-for-4.1. However while it removes >> the "Invalid ELF image" message I still get: >> >> TESTtest-mmap (4096 byte pages) on ppc64le >> test-mmap: Invalid argument >> make[2]: *** [/ho

Re: [Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le

2019-05-01 Thread Richard Henderson
On 5/1/19 9:04 PM, David Gibson wrote: > I've staged this tentatively in ppc-for-4.1. However while it removes > the "Invalid ELF image" message I still get: > > TESTtest-mmap (4096 byte pages) on ppc64le > test-mmap: Invalid argument > make[2]: *** [/home/dwg/qemu/tests/tcg/multiarch/Makef

Re: [Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le

2019-05-01 Thread David Gibson
On Wed, May 01, 2019 at 03:38:17PM -0700, Richard Henderson wrote: > At present make check-tcg will produce errors like > > RUN tests for ppc64 > TESTtest-mmap (default) on ppc64 > test-mmap: Invalid ELF image for this architecture > make[2]: *** [run-test-mmap] Error 255 > make[1]: **

[Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le

2019-05-01 Thread Richard Henderson
At present make check-tcg will produce errors like RUN tests for ppc64 TESTtest-mmap (default) on ppc64 test-mmap: Invalid ELF image for this architecture make[2]: *** [run-test-mmap] Error 255 make[1]: *** [run-guest-tests] Error 2 make: *** [run-tcg-tests-ppc64-linux-user] Error 2 w