aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-09-08 20:32:53 -0700
committerAlistair Delva <adelva@google.com>2020-09-09 03:35:51 +0000
commit586e84f89f96c775a92a6ec758cc2f786fb74f98 (patch)
tree55ba6e9a244e2c7c540897837f60ad4f07b399f8 /README.md
parent97eba9d6b9777b20580534e9992204e24d8b9e1c (diff)
downloadcuttlefish-586e84f89f96c775a92a6ec758cc2f786fb74f98.tar.gz
Fix KVM check to work for AMD CPUs
Cuttlefish just needs KVM, it doesn't specifically require VMX. Change-Id: Ic43591d8a5a76899494a9620d54730154509a806
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd51d269f..aa63bbaf7 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
1. Make sure virtualization with KVM is available.
```bash
- grep -cw vmx /proc/cpuinfo
+ grep -c -w "vmx\|svm" /proc/cpuinfo
```
This should return a non-zero value. If running on a cloud machine, this may