Re: [Qemu-devel] [PATCH v2 for 3.0 09/16] docker: disable debian-powerpc-user-cross

2018-07-17 Thread Philippe Mathieu-Daudé
On 07/13/2018 09:17 AM, Alex Bennée wrote: > While we can build we can't run the unit tests due to a missing system > call (249 - swapcontext). This could be a code generation issue as > other architectures don't seem to have this system call. > > Signed-off-by: Alex Bennée Tested-by: Philippe M

[Qemu-devel] [PATCH v2 for 3.0 09/16] docker: disable debian-powerpc-user-cross

2018-07-13 Thread Alex Bennée
While we can build we can't run the unit tests due to a missing system call (249 - swapcontext). This could be a code generation issue as other architectures don't seem to have this system call. Signed-off-by: Alex Bennée Cc: David Gibson Cc: Alexander Graf Cc: qemu-...@nongnu.org --- tests/do