From d28876ea70ff939b4555deca5dad6e532d420825 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 7 Aug 2012 17:04:00 -0400 Subject: [PATCH] qemu tests use the virtio console to run commands --- modules/testing/test-instrumentation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/testing/test-instrumentation.nix b/modules/testing/test-instrumentation.nix index 6a7f559c3795..9d36538ea088 100644 --- a/modules/testing/test-instrumentation.nix +++ b/modules/testing/test-instrumentation.nix @@ -97,6 +97,7 @@ in system.requiredKernelConfig = with config.lib.kernelConfig; [ (isYes "SERIAL_8250_CONSOLE") (isYes "SERIAL_8250") + (isEnabled "VIRTIO_CONSOLE") ]; };