Re: [PATCH for-8.1] tests/tcg: Disable filename test for info proc mappings

2023-08-09 Thread Ilya Leoshkevich
On Tue, 2023-08-08 at 16:49 -0700, Richard Henderson wrote: > This test fails when host page size != guest page size, > because qemu may not be able to directly map the file. > > Fixes: a6341482695 ("tests/tcg: Add a test for info proc mappings") > Signed-off-by: Richard Henderson > --- >  tests/

[PATCH for-8.1] tests/tcg: Disable filename test for info proc mappings

2023-08-08 Thread Richard Henderson
This test fails when host page size != guest page size, because qemu may not be able to directly map the file. Fixes: a6341482695 ("tests/tcg: Add a test for info proc mappings") Signed-off-by: Richard Henderson --- tests/tcg/multiarch/gdbstub/test-proc-mappings.py | 3 ++- 1 file changed, 2 ins