From 3d9ede8852ae46657e21451c1a584e9a2753e5b3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 25 Jul 2026 14:43:35 +0200 Subject: [PATCH] docs: Environment variables (#1960) --- docs/environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment.md b/docs/environment.md index a9cac929..35b91a8d 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -112,6 +112,7 @@ An empty default means the variable is unset and its value is determined automat | Variable | Default | Description | |---|---|---| | `MACHINE` | `q35` | QEMU machine type. | +| `PCI_BUS` | `pcie.0` | Overrides the PCI bus used for attached devices. | | `UUID` | | UUID assigned to Windows. | | `HPET` | `off` | QEMU HPET timer setting. | | `VMPORT` | `off` | QEMU VMware port setting. |