Re: [Qemu-devel] [PATCH v1 21/24] tests/tcg: enable building for ppc64

2018-04-16 Thread Alex Bennée

Philippe Mathieu-Daudé  writes:

> Hi Alex,
>
> On 04/10/2018 04:39 PM, Alex Bennée wrote:
>> Currently this just enables building the multiarch tests.
>> 
>> Signed-off-by: Alex Bennée 
>
> "make tcg-tests-ppc64-linux-user" works indeed.
>
> Reviewed-by: Philippe Mathieu-Daudé 
> Tested-by: Philippe Mathieu-Daudé 
>
> Do we care about ppc[32]?

Yes, certainly I'll get anything working that we can reasonably do with
our docker images.

>
>> ---
>>  tests/tcg/ppc64/Makefile.include | 2 ++
>>  1 file changed, 2 insertions(+)
>>  create mode 100644 tests/tcg/ppc64/Makefile.include
>> 
>> diff --git a/tests/tcg/ppc64/Makefile.include 
>> b/tests/tcg/ppc64/Makefile.include
>> new file mode 100644
>> index 00..d71cfc9aa7
>> --- /dev/null
>> +++ b/tests/tcg/ppc64/Makefile.include
>> @@ -0,0 +1,2 @@
>> +DOCKER_IMAGE=debian-ppc64el-cross
>> +DOCKER_CROSS_COMPILER=powerpc64le-linux-gnu-gcc


-- 
Alex Bennée



Re: [Qemu-devel] [PATCH v1 21/24] tests/tcg: enable building for ppc64

2018-04-15 Thread Philippe Mathieu-Daudé
Hi Alex,

On 04/10/2018 04:39 PM, Alex Bennée wrote:
> Currently this just enables building the multiarch tests.
> 
> Signed-off-by: Alex Bennée 

"make tcg-tests-ppc64-linux-user" works indeed.

Reviewed-by: Philippe Mathieu-Daudé 
Tested-by: Philippe Mathieu-Daudé 

Do we care about ppc[32]?

> ---
>  tests/tcg/ppc64/Makefile.include | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tests/tcg/ppc64/Makefile.include
> 
> diff --git a/tests/tcg/ppc64/Makefile.include 
> b/tests/tcg/ppc64/Makefile.include
> new file mode 100644
> index 00..d71cfc9aa7
> --- /dev/null
> +++ b/tests/tcg/ppc64/Makefile.include
> @@ -0,0 +1,2 @@
> +DOCKER_IMAGE=debian-ppc64el-cross
> +DOCKER_CROSS_COMPILER=powerpc64le-linux-gnu-gcc




[Qemu-devel] [PATCH v1 21/24] tests/tcg: enable building for ppc64

2018-04-10 Thread Alex Bennée
Currently this just enables building the multiarch tests.

Signed-off-by: Alex Bennée 
---
 tests/tcg/ppc64/Makefile.include | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tests/tcg/ppc64/Makefile.include

diff --git a/tests/tcg/ppc64/Makefile.include b/tests/tcg/ppc64/Makefile.include
new file mode 100644
index 00..d71cfc9aa7
--- /dev/null
+++ b/tests/tcg/ppc64/Makefile.include
@@ -0,0 +1,2 @@
+DOCKER_IMAGE=debian-ppc64el-cross
+DOCKER_CROSS_COMPILER=powerpc64le-linux-gnu-gcc
-- 
2.16.2