[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/7] qtests, clean-ups and macOS CI testing
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PULL 0/7] qtests, clean-ups and macOS CI testing |
Date: |
Fri, 8 Mar 2019 10:18:36 +0100 |
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%)
- [Qemu-devel] [PULL 0/7] qtests, clean-ups and macOS CI testing,
Thomas Huth <=
- [Qemu-devel] [PULL 1/7] tests: Move qdict-test-data.txt to tests/data/qobject/, Thomas Huth, 2019/03/08
- [Qemu-devel] [PULL 3/7] hw/devices: Remove unused TC6393XB_RAM definition, Thomas Huth, 2019/03/08
- [Qemu-devel] [PULL 2/7] hw: Remove unused 'hw/devices.h' include, Thomas Huth, 2019/03/08
- [Qemu-devel] [PULL 4/7] tests: Do not use "\n" in g_test_message() strings, Thomas Huth, 2019/03/08
- [Qemu-devel] [PULL 5/7] vhost-user-test: fix leaks, Thomas Huth, 2019/03/08
- [Qemu-devel] [PULL 6/7] tests/bios-tables: Improve portability by searching bash in the $PATH, Thomas Huth, 2019/03/08
- [Qemu-devel] [PULL 7/7] cirrus.yml: Add macOS continuous integration task, Thomas Huth, 2019/03/08
- Re: [Qemu-devel] [PULL 0/7] qtests, clean-ups and macOS CI testing, Peter Maydell, 2019/03/08