Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH 1/2] kunit: tool: remove UML specific options from all_tests_uml.config
@ 2022-09-02 20:22 Daniel Latypov
  2022-09-02 20:22 ` [PATCH 2/2] kunit: tool: rename all_test_uml.config, use it for --alltests Daniel Latypov
  2022-09-29 10:02 ` [PATCH 1/2] kunit: tool: remove UML specific options from all_tests_uml.config David Gow
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Latypov @ 2022-09-02 20:22 UTC (permalink / raw)
  To: brendanhiggins, davidgow
  Cc: linux-kernel, kunit-dev, linux-kselftest, skhan, Daniel Latypov

Commit 6fc3a8636a7b ("kunit: tool: Enable virtio/PCI by default on UML")
made it so we enable these options by default for UML.
Specifying them here is now redundant.

Signed-off-by: Daniel Latypov <dlatypov@google.com>
---
 tools/testing/kunit/configs/all_tests_uml.config | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/testing/kunit/configs/all_tests_uml.config b/tools/testing/kunit/configs/all_tests_uml.config
index bdee36bef4a3..f990cbb73250 100644
--- a/tools/testing/kunit/configs/all_tests_uml.config
+++ b/tools/testing/kunit/configs/all_tests_uml.config
@@ -16,8 +16,6 @@ CONFIG_EXT4_FS=y
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
 
-CONFIG_VIRTIO_UML=y
-CONFIG_UML_PCI_OVER_VIRTIO=y
 CONFIG_PCI=y
 CONFIG_USB4=y
 

base-commit: 0b3acd1cc0222953035d18176b1e4aa06624fd6e
-- 
2.37.2.789.g6183377224-goog


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

end of thread, other threads:[~2022-09-29 10:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02 20:22 [PATCH 1/2] kunit: tool: remove UML specific options from all_tests_uml.config Daniel Latypov
2022-09-02 20:22 ` [PATCH 2/2] kunit: tool: rename all_test_uml.config, use it for --alltests Daniel Latypov
2022-09-29 10:07   ` David Gow
2022-09-29 10:02 ` [PATCH 1/2] kunit: tool: remove UML specific options from all_tests_uml.config David Gow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox