From: Jan Kiszka <[email protected]> Lift the minimally required QEMU version to 4.2, the one that the ARM target was tested with.
Signed-off-by: Jan Kiszka <[email protected]> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44bbfb4..cbceffc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Quickstart for Virtual Targets The host-side requirements are: - Docker (tested with 19.03.5-ce) -- QEMU >= 3.1 +- QEMU >= 4.2 - Kernel >= 4.4 with KVM support (for qemu-x86 image) - kvm_intel module loaded with parameter `nested=1` (for qemu-x86 image on kernel < 4.20) @@ -21,7 +21,7 @@ The host-side requirements are: To build a target image, just run `build-images.sh` and select one (or both) of the QEMU targets. The generated image can then be executed using `start-qemu.sh ARCHITECTURE`. Currently supported are `x86` (only works on -Intel CPUs so far) and `arm64` as architectures. On x86, make sure the +Intel CPUs so far), `arm64` and `arm` as architectures. On x86, make sure the kvm-intel module was loaded with `nested=1` to enable nested VMX support. -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/2fb5e439c5d9ae7e6cb06d7cca1e98c7d4b10632.1618866389.git.jan.kiszka%40siemens.com.
