[Qemu-devel] [PULL 0/7] qtests, clean-ups and macOS CI testing

Thomas Huth posted 7 patches 6 years, 8 months ago
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1552036723-1949-1-git-send-email-thuth@redhat.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, BALATON Zoltan <balaton@eik.bme.hu>, Gerd Hoffmann <kraxel@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Michael Walle <michael@walle.cc>, Andrzej Zaborowski <balrogg@gmail.com>, Laurent Vivier <lvivier@redhat.com>, Jason Wang <jasowang@redhat.com>, Helge Deller <deller@gmx.de>, Li-Wen Hsu <lwhsu@freebsd.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Magnus Damm <magnus.damm@gmail.com>, Kevin Wolf <kwolf@redhat.com>, Markus Armbruster <armbru@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Stefan Hajnoczi <stefanha@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Ed Maste <emaste@freebsd.org>, Thomas Huth <thuth@redhat.com>, Rob Herring <robh@kernel.org>, Joel Stanley <joel@jms.id.au>, Jan Kiszka <jan.kiszka@web.de>, "Michael S. Tsirkin" <mst@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Beniamino Galvani <b.galvani@gmail.com>, Richard Henderson <rth@twiddle.net>
.cirrus.yml                                         | 15 +++++++++++++--
MAINTAINERS                                         |  2 +-
configure                                           |  2 +-
hw/alpha/typhoon.c                                  |  1 -
hw/arm/allwinner-a10.c                              |  1 -
hw/arm/collie.c                                     |  1 -
hw/arm/cubieboard.c                                 |  1 -
hw/arm/highbank.c                                   |  1 -
hw/arm/mps2-tz.c                                    |  1 -
hw/arm/musicpal.c                                   |  1 -
hw/arm/nrf51_soc.c                                  |  1 -
hw/arm/spitz.c                                      |  1 -
hw/arm/virt.c                                       |  1 -
hw/arm/z2.c                                         |  1 -
hw/display/sm501.c                                  |  1 -
hw/hppa/dino.c                                      |  1 -
hw/intc/allwinner-a10-pic.c                         |  1 -
hw/lm32/lm32_boards.c                               |  1 -
hw/lm32/milkymist.c                                 |  1 -
hw/microblaze/petalogix_ml605_mmu.c                 |  1 -
hw/microblaze/petalogix_s3adsp1800_mmu.c            |  1 -
hw/net/dp8393x.c                                    |  1 -
hw/ppc/virtex_ml507.c                               |  1 -
hw/sh4/r2d.c                                        |  1 -
hw/tricore/tricore_testboard.c                      |  1 -
hw/usb/tusb6010.c                                   |  1 -
include/hw/devices.h                                |  1 -
tests/check-qdict.c                                 |  2 +-
tests/data/acpi/rebuild-expected-aml.sh             |  2 +-
qdict-test-data.txt => tests/data/qobject/qdict.txt |  0
tests/ivshmem-test.c                                |  4 ++--
tests/m48t59-test.c                                 |  4 ++--
tests/migration-test.c                              |  4 ++--
tests/rtc-test.c                                    |  4 ++--
tests/rtl8139-test.c                                |  6 +++---
tests/test-aio-multithread.c                        |  8 ++++----
tests/test-coroutine.c                              | 10 ++++------
tests/vhost-user-test.c                             | 13 ++++++++-----
38 files changed, 44 insertions(+), 56 deletions(-)
rename qdict-test-data.txt => tests/data/qobject/qdict.txt (100%)
[Qemu-devel] [PULL 0/7] qtests, clean-ups and macOS CI testing
Posted by Thomas Huth 6 years, 8 months ago
 Hi Peter,

the following changes since commit 6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6:

  Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-03-07 16:16:02 +0000)

are available in the git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2019-03-08

for you to fetch changes up to 4966c5bd8a6ab17214f54f8016426f95303f9760:

  cirrus.yml: Add macOS continuous integration task (2019-03-08 09:54:29 +0100)

----------------------------------------------------------------
- qtest fixes
- Some generic clean-ups by Philippe
- macOS CI testing via cirrus-ci.com
----------------------------------------------------------------

Marc-André Lureau (1):
      vhost-user-test: fix leaks

Philippe Mathieu-Daudé (4):
      tests: Move qdict-test-data.txt to tests/data/qobject/
      hw: Remove unused 'hw/devices.h' include
      hw/devices: Remove unused TC6393XB_RAM definition
      tests/bios-tables: Improve portability by searching bash in the $PATH

Thomas Huth (2):
      tests: Do not use "\n" in g_test_message() strings
      cirrus.yml: Add macOS continuous integration task

 .cirrus.yml                                         | 15 +++++++++++++--
 MAINTAINERS                                         |  2 +-
 configure                                           |  2 +-
 hw/alpha/typhoon.c                                  |  1 -
 hw/arm/allwinner-a10.c                              |  1 -
 hw/arm/collie.c                                     |  1 -
 hw/arm/cubieboard.c                                 |  1 -
 hw/arm/highbank.c                                   |  1 -
 hw/arm/mps2-tz.c                                    |  1 -
 hw/arm/musicpal.c                                   |  1 -
 hw/arm/nrf51_soc.c                                  |  1 -
 hw/arm/spitz.c                                      |  1 -
 hw/arm/virt.c                                       |  1 -
 hw/arm/z2.c                                         |  1 -
 hw/display/sm501.c                                  |  1 -
 hw/hppa/dino.c                                      |  1 -
 hw/intc/allwinner-a10-pic.c                         |  1 -
 hw/lm32/lm32_boards.c                               |  1 -
 hw/lm32/milkymist.c                                 |  1 -
 hw/microblaze/petalogix_ml605_mmu.c                 |  1 -
 hw/microblaze/petalogix_s3adsp1800_mmu.c            |  1 -
 hw/net/dp8393x.c                                    |  1 -
 hw/ppc/virtex_ml507.c                               |  1 -
 hw/sh4/r2d.c                                        |  1 -
 hw/tricore/tricore_testboard.c                      |  1 -
 hw/usb/tusb6010.c                                   |  1 -
 include/hw/devices.h                                |  1 -
 tests/check-qdict.c                                 |  2 +-
 tests/data/acpi/rebuild-expected-aml.sh             |  2 +-
 qdict-test-data.txt => tests/data/qobject/qdict.txt |  0
 tests/ivshmem-test.c                                |  4 ++--
 tests/m48t59-test.c                                 |  4 ++--
 tests/migration-test.c                              |  4 ++--
 tests/rtc-test.c                                    |  4 ++--
 tests/rtl8139-test.c                                |  6 +++---
 tests/test-aio-multithread.c                        |  8 ++++----
 tests/test-coroutine.c                              | 10 ++++------
 tests/vhost-user-test.c                             | 13 ++++++++-----
 38 files changed, 44 insertions(+), 56 deletions(-)
 rename qdict-test-data.txt => tests/data/qobject/qdict.txt (100%)

Re: [Qemu-devel] [PULL 0/7] qtests, clean-ups and macOS CI testing
Posted by Peter Maydell 6 years, 8 months ago
On Fri, 8 Mar 2019 at 09:19, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit 6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6:
>
>   Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-03-07 16:16:02 +0000)
>
> are available in the git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2019-03-08
>
> for you to fetch changes up to 4966c5bd8a6ab17214f54f8016426f95303f9760:
>
>   cirrus.yml: Add macOS continuous integration task (2019-03-08 09:54:29 +0100)
>
> ----------------------------------------------------------------
> - qtest fixes
> - Some generic clean-ups by Philippe
> - macOS CI testing via cirrus-ci.com
> ----------------------------------------------------------------
>
> Marc-André Lureau (1):
>       vhost-user-test: fix leaks
>
> Philippe Mathieu-Daudé (4):
>       tests: Move qdict-test-data.txt to tests/data/qobject/
>       hw: Remove unused 'hw/devices.h' include
>       hw/devices: Remove unused TC6393XB_RAM definition
>       tests/bios-tables: Improve portability by searching bash in the $PATH
>
> Thomas Huth (2):
>       tests: Do not use "\n" in g_test_message() strings
>       cirrus.yml: Add macOS continuous integration task

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM