From d64641174eb5b3dd5d0cba537126073dc79d141a Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Mon, 19 Oct 2020 13:42:58 -0700 Subject: [PATCH] docs: Update Readme to remove hypervisor information The repo https://github.com/kata-containers/qemu has been archived. We should remove this, as this is not the only hypervisor we support now. Signed-off-by: Archana Shinde --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 6ab1ea3b9..192a9b99a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ * [Runtime](#runtime) * [Trace forwarder](#trace-forwarder) * [Additional](#additional) - * [Hypervisor](#hypervisor) * [Kernel](#kernel) * [CI](#ci) * [Community](#community) @@ -87,11 +86,6 @@ when tracing the [agent](#agent) process. #### Additional -##### Hypervisor - -The [`qemu`](https://github.com/kata-containers/qemu) hypervisor is used to -create virtual machines for hosting the containers. - ##### Kernel The hypervisor uses a [Linux\* kernel](https://github.com/kata-containers/linux) to boot the guest image.