From 6a8b137965983ba0895f023a0c9b4efeb16300e4 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 23 Sep 2024 16:58:24 +0000 Subject: [PATCH] docs: Remove qemu information not longer valid This PR removes some qemu information which is not longer valid as this is referring to the tests repository and to kata 1.x. Signed-off-by: Gabriela Cervantes --- docs/Developer-Guide.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/Developer-Guide.md b/docs/Developer-Guide.md index 4b2260571a..65b3a7a8bc 100644 --- a/docs/Developer-Guide.md +++ b/docs/Developer-Guide.md @@ -499,19 +499,6 @@ If you do not want to install the respective QEMU version, the configuration fil See the [static-build script for QEMU](../tools/packaging/static-build/qemu/build-static-qemu.sh) for a reference on how to get, setup, configure and build QEMU for Kata. -### Build a custom QEMU for aarch64/arm64 - REQUIRED -> **Note:** -> -> - You should only do this step if you are on aarch64/arm64. -> - You should include [Eric Auger's latest PCDIMM/NVDIMM patches](https://patchwork.kernel.org/cover/10647305/) which are -> under upstream review for supporting NVDIMM on aarch64. -> -You could build the custom `qemu-system-aarch64` as required with the following command: -```bash -$ git clone https://github.com/kata-containers/tests.git -$ script -fec 'sudo -E tests/.ci/install_qemu.sh' -``` - ## Build `virtiofsd` When using the file system type virtio-fs (default), `virtiofsd` is required