mbox series

[0/3] tests/qtest/vnc-display-test: Silent warnings & explicit machine

Message ID 20230119120514.28778-1-philmd@linaro.org
Headers show
Series tests/qtest/vnc-display-test: Silent warnings & explicit machine | expand

Message

Philippe Mathieu-Daudé Jan. 19, 2023, 12:05 p.m. UTC
- Silent warnings on Windows
- Explicit the 'none' machine
- Disable on Darwin Aarch64 host

Philippe Mathieu-Daudé (3):
  tests/qtest/vnc-display-test: Suppress build warnings on Windows
  tests/qtest/vnc-display-test: Use the 'none' machine
  tests/qtest/vnc-display-test: Disable on Darwin

 tests/qtest/vnc-display-test.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Comments

Marc-André Lureau Jan. 19, 2023, 12:31 p.m. UTC | #1
On Thu, Jan 19, 2023 at 4:05 PM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:
>
> - Silent warnings on Windows
> - Explicit the 'none' machine
> - Disable on Darwin Aarch64 host
>
> Philippe Mathieu-Daudé (3):
>   tests/qtest/vnc-display-test: Suppress build warnings on Windows
>   tests/qtest/vnc-display-test: Use the 'none' machine
>   tests/qtest/vnc-display-test: Disable on Darwin
>
>  tests/qtest/vnc-display-test.c | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
>
> --
> 2.38.1
>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Thomas Huth Jan. 26, 2023, 12:45 p.m. UTC | #2
On 19/01/2023 13.05, Philippe Mathieu-Daudé wrote:
> - Silent warnings on Windows
> - Explicit the 'none' machine
> - Disable on Darwin Aarch64 host
> 
> Philippe Mathieu-Daudé (3):
>    tests/qtest/vnc-display-test: Suppress build warnings on Windows
>    tests/qtest/vnc-display-test: Use the 'none' machine
>    tests/qtest/vnc-display-test: Disable on Darwin
> 
>   tests/qtest/vnc-display-test.c | 9 ++++++++-
>   1 file changed, 8 insertions(+), 1 deletion(-)

Thanks, added to my staging branch:

  https://gitlab.com/thuth/qemu/-/commits/staging

   Thomas