[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/9] Disable tests when device is not compiled in
From: |
Juan Quintela |
Subject: |
[Qemu-devel] [PULL 0/9] Disable tests when device is not compiled in |
Date: |
Mon, 27 Aug 2018 12:04:22 +0200 |
The following changes since commit 235c82acca0491465e94be3cae2583b42d37c859:
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into
staging (2018-08-25 13:08:57 +0100)
are available in the Git repository at:
git://github.com/juanquintela/qemu.git tags/check/20180827
for you to fetch changes up to ee1f6c812b3240420dff07a3860060b7d4abfe09:
check: Move wdt_ib700 test to common (2018-08-27 11:27:07 +0200)
----------------------------------------------------------------
check/next for 20180827
Hi
This are the patches that are reviewed to disable tests when devices
are not compiled in. I will stop now until the changes to qtest are
finished.
Later, Juan.
----------------------------------------------------------------
Juan Quintela (9):
configure: We don't want to clean configuration files
check: Only test isa-testdev when it is compiled in
check: Only test usb-xhci-nec when it is compiled in
x86_64-softmmu: Configuration is identical to i386-softmmu
check: Only test ivshm when it is compiled in
check: Only test boot-serial when sga is compiled in
check: Move VMXNET3 test to common
check: Move endianess test to common
check: Move wdt_ib700 test to common
Makefile | 3 +-
default-configs/x86_64-softmmu.mak | 67 +-------------------------------------
tests/Makefile.include | 41 +++++++++--------------
3 files changed, 19 insertions(+), 92 deletions(-)
- [Qemu-devel] [PULL 0/9] Disable tests when device is not compiled in,
Juan Quintela <=
- [Qemu-devel] [PULL 1/9] configure: We don't want to clean configuration files, Juan Quintela, 2018/08/27
- [Qemu-devel] [PULL 2/9] check: Only test isa-testdev when it is compiled in, Juan Quintela, 2018/08/27
- [Qemu-devel] [PULL 3/9] check: Only test usb-xhci-nec when it is compiled in, Juan Quintela, 2018/08/27
- [Qemu-devel] [PULL 4/9] x86_64-softmmu: Configuration is identical to i386-softmmu, Juan Quintela, 2018/08/27
- [Qemu-devel] [PULL 5/9] check: Only test ivshm when it is compiled in, Juan Quintela, 2018/08/27
- [Qemu-devel] [PULL 6/9] check: Only test boot-serial when sga is compiled in, Juan Quintela, 2018/08/27
- [Qemu-devel] [PULL 7/9] check: Move VMXNET3 test to common, Juan Quintela, 2018/08/27
- [Qemu-devel] [PULL 8/9] check: Move endianess test to common, Juan Quintela, 2018/08/27
- [Qemu-devel] [PULL 9/9] check: Move wdt_ib700 test to common, Juan Quintela, 2018/08/27
- Re: [Qemu-devel] [PULL 0/9] Disable tests when device is not compiled in, Peter Maydell, 2018/08/27