The following changes since commit 13b7b188501d419a7d63c016e00065bcc693b7d4:
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180821-pull-request' into staging (2018-08-21 15:57:56 +0100) are available in the Git repository at: git://github.com/juanquintela/qemu.git tags/check/20180822 for you to fetch changes up to 889d52a243fb6f1d19c92dec2c8055a7f4efbe22: check: Only test tpm devices when they are compiled in (2018-08-21 19:52:16 +0200) ---------------------------------------------------------------- check/next for 20180822 This patch series enable the disable of several devices, and if they are disabled, the checks for those devices are also disable. This are only the parts that have been reviewed. The rest of them will be posted when all comments from reviews have been addressed. As you can see, this only touches tests/Makefile.include The changes for pvpanic are to make it the same that other devices. Please apply, Juan. ---------------------------------------------------------------- Juan Quintela (19): check: Only test vmxnet3 when it is compiled in check: Only test ne2000 when it is compiled in check: Only test eepro100 when it is compiled in check: Only test pcnet when it is compiled in check: Only test rtl8139 when it is compiled in check: Only test es1370 when it is compiled in check: Only test ac97 when it is compiled in check: Only test hda when it is compiled in check: Only test ipack when it is compiled in check: Only test ioh3420 when it is compiled in check: Only test i82801b11 when it is compiled in check: Only test sdhci when it is compiled in check: Only test wdt_ib700 when it is compiled in check: Only test pvpanic when it is compiled in check: Only test nvme when it is compiled in check: Only test usb-ohci when it is compiled in check: Only test usb-uhci devices when they are compiled in check: Only test usb-ehci when it is compiled in check: Only test tpm devices when they are compiled in hw/misc/pvpanic.c | 11 ----- include/hw/misc/pvpanic.h | 11 ++++- tests/Makefile.include | 100 +++++++++++++++++++++++----------------------- 3 files changed, 61 insertions(+), 61 deletions(-)