From 545712933a0c4e58ce246d1711230a6a01abc975 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Fri, 12 Dec 2025 00:05:13 -0800 Subject: [PATCH] nixos/test-instrumentation: fix rotten comment about the backdoor This comment hasn't been accurate for a long time: - In 363806e89ba1e638b0459a2eb8b30bad8189d370, we stopped using port 514 - In be0fca57810cf2c342dc15d0f034622fde8c3684, we started using qemu's paravirtualised console device for the backdoor (`/dev/hvc0`) --- nixos/modules/testing/test-instrumentation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix index 8461a7472d2b..3ec4fdc0e2a0 100644 --- a/nixos/modules/testing/test-instrumentation.nix +++ b/nixos/modules/testing/test-instrumentation.nix @@ -1,5 +1,5 @@ # This module allows the test driver to connect to the virtual machine -# via a root shell attached to port 514. +# via a root shell attached to a virtio console. { options,