All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/19] Be able to disable several devices
@ 2018-08-22  8:07 Juan Quintela
  2018-08-22  8:07 ` [Qemu-devel] [PULL 01/19] check: Only test vmxnet3 when it is compiled in Juan Quintela
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Juan Quintela @ 2018-08-22  8:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

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(-)

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-08-24 14:25 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-22  8:07 [Qemu-devel] [PULL 00/19] Be able to disable several devices Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 01/19] check: Only test vmxnet3 when it is compiled in Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 02/19] check: Only test ne2000 " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 03/19] check: Only test eepro100 " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 04/19] check: Only test pcnet " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 05/19] check: Only test rtl8139 " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 06/19] check: Only test es1370 " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 07/19] check: Only test ac97 " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 08/19] check: Only test hda " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 09/19] check: Only test ipack " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 10/19] check: Only test ioh3420 " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 11/19] check: Only test i82801b11 " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 12/19] check: Only test sdhci " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 13/19] check: Only test wdt_ib700 " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 14/19] check: Only test pvpanic " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 15/19] check: Only test nvme " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 16/19] check: Only test usb-ohci " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 17/19] check: Only test usb-uhci devices when they are " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 18/19] check: Only test usb-ehci when it is " Juan Quintela
2018-08-22  8:07 ` [Qemu-devel] [PULL 19/19] check: Only test tpm devices when they are " Juan Quintela
2018-08-24 14:24 ` [Qemu-devel] [PULL 00/19] Be able to disable several devices Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.