summary refs log tree commit diff
path: root/modules/testing/test-instrumentation.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-08-07 17:04:00 -0400
committerShea Levy <shea@shealevy.com>2012-08-07 17:04:00 -0400
commitd28876ea70ff939b4555deca5dad6e532d420825 (patch)
treed31fe9c2e0a7ab0035596761e68a20c50b582f11 /modules/testing/test-instrumentation.nix
parent9d8ddd90f9e98b82b56655705b35aecf6181ee14 (diff)
downloadnixpkgs-d28876ea70ff939b4555deca5dad6e532d420825.tar
nixpkgs-d28876ea70ff939b4555deca5dad6e532d420825.tar.gz
nixpkgs-d28876ea70ff939b4555deca5dad6e532d420825.tar.bz2
nixpkgs-d28876ea70ff939b4555deca5dad6e532d420825.tar.lz
nixpkgs-d28876ea70ff939b4555deca5dad6e532d420825.tar.xz
nixpkgs-d28876ea70ff939b4555deca5dad6e532d420825.tar.zst
nixpkgs-d28876ea70ff939b4555deca5dad6e532d420825.zip
qemu tests use the virtio console to run commands
Diffstat (limited to 'modules/testing/test-instrumentation.nix')
-rw-r--r--modules/testing/test-instrumentation.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/testing/test-instrumentation.nix b/modules/testing/test-instrumentation.nix
index 6a7f559c379..9d36538ea08 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")
     ];
   };