From 7fbdd247fca0b99c1e54e584d8220cfead7e048b Mon Sep 17 00:00:00 2001 From: Survinder Pal Date: Sat, 30 Jul 2022 19:46:49 +0530 Subject: [PATCH] Update README.md Tested on AMD Processor with AMD-V and found to be working. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a751dae..07dc008 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ kvm-hello-world is a very simple example program to demonstrate the use of the KVM API provided by the Linux kernel. It acts as a very simple VM host, and runs a trivial program in a VM. I tested it on Intel processors with the VMX hardware virtualization extensions. It -*might* work on AMD processors with AMD-V, but that hasn't been -tested. +has also been tested on AMD processors with AMD-V. ## Background