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