We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3da88d + e4d149a commit f196bdcCopy full SHA for f196bdc
Documentation/docs/installation/INSTALL.md
@@ -236,7 +236,16 @@ $ make test
236
Unit tests can be run inside the SVSM by
237
238
```
239
-$ QEMU=/path/to/qemu OVMF=/path/to/firmware/ make test-in-svsm
+$ QEMU=/path/to/qemu make test-in-svsm
240
+```
241
+
242
+Note: to compile the test kernel used for unit tests, we use the nightly
243
+toolchain, so if the test kernel build fails, try installing the
244
+`x86_64-unknown-none` target for the nightly toolchain via your distro or
245
+using rustup:
246
247
248
+$ rustup +nightly target add x86_64-unknown-none
249
250
251
Different (non-QEMU) hypervisors may provide the ACPI tables and ACPI RSDP at
0 commit comments