aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2018-08-02 07:47:03 -0500
committerGitHub <noreply@github.com>2018-08-02 07:47:03 -0500
commitc5f19b986d67a445dc34c46a456013fcca5be1c5 (patch)
treee1df69fd4d78bff22756a667b39edf0150b5d001 /README.md
parent83d489dae4f1bff90cf4899f869a8c67956c978e (diff)
downloadcachepc-amdsev-c5f19b986d67a445dc34c46a456013fcca5be1c5.tar.gz
cachepc-amdsev-c5f19b986d67a445dc34c46a456013fcca5be1c5.zip
Some formatting fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 3f06bc2..feb960f 100644
--- a/README.md
+++ b/README.md
@@ -258,14 +258,16 @@ NOTE: when guest is booting, CTRL-C is mapped to CTRL-], use CTRL-] to stop the
# FAQ
<a name="faq-1"></a>
- * How do I know if hypervisor supports SEV feature ?
+ * <b>How do I know if hypervisor supports SEV feature ?</b>
a) When using libvirt >= 4.15 run the following command
```
# virsh domcapabilities
```
- If hypervisor supports SEV feature then <b>sev</b> tag will be present. See [Libvirt DomainCapabilities feature](https://libvirt.org/formatdomaincaps.html#elementsSEV)
+ If hypervisor supports SEV feature then <b>sev</b> tag will be present.
+
+ >See [Libvirt DomainCapabilities feature](https://libvirt.org/formatdomaincaps.html#elementsSEV)
for additional information.
b) Use qemu QMP 'query-sev-capabilities' command to check the SEV support. If SEV is supported then command will return the full SEV capabilities (which includes host PDH, cert-chain, cbitpos and reduced-phys-bits).
@@ -273,7 +275,7 @@ for additional information.
> See [QMP doc](https://github.com/qemu/qemu/blob/master/docs/devel/writing-qmp-commands.txt) for details on how to interact with QMP shell.
<a name="faq-2"></a>
- * How do I know if SEV is enabled in the guest ?
+ * <b>How do I know if SEV is enabled in the guest ?</b>
a) Check the kernel log buffer for the following message
```
@@ -285,7 +287,8 @@ for additional information.
```
# rdmsr -a 0xc0010131
-
- Bit[0] 0 = SEV is not active
- 1 = SEV is active
```
+ <pre>
+ Bit[0]: 0 = SEV is not active
+ 1 = SEV is active
+ </pre>