diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2020-07-07 12:07:04 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-09 11:43:36 +0200 |
| commit | e3dcfa19aacf8d6d5c90bf3564f42ea63f79ccc0 (patch) | |
| tree | e45525f962d13421e5511c2a1f75d25c72e688b2 | |
| parent | 5b6bfb32b0e8cdac3af1c7d655e2d2b281a90544 (diff) | |
docs/linux: mention QEMU version in linux/riscv64 instructions
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
| -rw-r--r-- | docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md index bb8ba55d3..eea35a8fb 100644 --- a/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md @@ -88,6 +88,10 @@ PermitEmptyPasswords yes Run `make` again. +# QEMU + +The following instructions were tested with QEMU 5.0. At least QEMU 4.1 is needed. + # Test kernel and image Run: |
