Re: [PATCH] Modify tests to work with clang

2019-11-18 Thread Alex Bennée
Taylor Simpson writes: > Signed-off-by: Taylor Simpson Queued to 4.2/for-rc2, thanks. > --- > tests/tcg/multiarch/float_helpers.c | 2 -- > tests/tcg/multiarch/linux-test.c| 6 +- > 2 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/tests/tcg/multiarch/float_helpers.c

Re: [PATCH] Modify tests to work with clang

2019-11-18 Thread Richard Henderson
On 11/18/19 12:14 AM, Taylor Simpson wrote: > Signed-off-by: Taylor Simpson > --- > tests/tcg/multiarch/float_helpers.c | 2 -- > tests/tcg/multiarch/linux-test.c| 6 +- > 2 files changed, 5 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~

Re: [PATCH] Modify tests to work with clang

2019-11-18 Thread Thomas Huth
On 18/11/2019 00.14, Taylor Simpson wrote: > Signed-off-by: Taylor Simpson > --- > tests/tcg/multiarch/float_helpers.c | 2 -- > tests/tcg/multiarch/linux-test.c| 6 +- > 2 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/tests/tcg/multiarch/float_helpers.c > b/tests/tcg/

[PATCH] Modify tests to work with clang

2019-11-17 Thread Taylor Simpson
Signed-off-by: Taylor Simpson --- tests/tcg/multiarch/float_helpers.c | 2 -- tests/tcg/multiarch/linux-test.c| 6 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/tcg/multiarch/float_helpers.c b/tests/tcg/multiarch/float_helpers.c index 8ee7903..bc530e5 100644 ---

RE: [PATCH] Modify tests to work with clang

2019-11-15 Thread Taylor Simpson
that their pointer is "allowed to be null". Taylor -Original Message- From: Alex Bennée Sent: Friday, November 15, 2019 6:17 AM To: Taylor Simpson Cc: qemu-devel@nongnu.org Subject: Re: [PATCH] Modify tests to work with clang ---

Re: [PATCH] Modify tests to work with clang

2019-11-15 Thread Alex Bennée
Taylor Simpson writes: > Signed-off-by: Taylor Simpson > --- > tests/tcg/multiarch/float_helpers.c | 13 - > tests/tcg/multiarch/linux-test.c| 2 +- > 2 files changed, 13 insertions(+), 2 deletions(-) > > diff --git a/tests/tcg/multiarch/float_helpers.c > b/tests/tcg/multiar

Re: [PATCH] Modify tests to work with clang

2019-11-14 Thread Thomas Huth
On 15/11/2019 05.38, Taylor Simpson wrote: > Signed-off-by: Taylor Simpson > --- > tests/tcg/multiarch/float_helpers.c | 13 - > tests/tcg/multiarch/linux-test.c| 2 +- > 2 files changed, 13 insertions(+), 2 deletions(-) > > diff --git a/tests/tcg/multiarch/float_helpers.c > b/

Re: [PATCH] Modify tests to work with clang

2019-11-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1573792691-398-1-git-send-email-tsimp...@quicinc.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH] Modify tests to work with clang Type: series Message-id: 1573792691-398-1-git-send

[PATCH] Modify tests to work with clang

2019-11-14 Thread Taylor Simpson
Signed-off-by: Taylor Simpson --- tests/tcg/multiarch/float_helpers.c | 13 - tests/tcg/multiarch/linux-test.c| 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/tests/tcg/multiarch/float_helpers.c b/tests/tcg/multiarch/float_helpers.c index 8ee7903..437247c