From c5f19b986d67a445dc34c46a456013fcca5be1c5 Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Thu, 2 Aug 2018 07:47:03 -0500 Subject: Some formatting fixes --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README.md') 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 - * How do I know if hypervisor supports SEV feature ? + * How do I know if hypervisor supports SEV feature ? a) When using libvirt >= 4.15 run the following command ``` # virsh domcapabilities ``` - If hypervisor supports SEV feature then sev tag will be present. See [Libvirt DomainCapabilities feature](https://libvirt.org/formatdomaincaps.html#elementsSEV) + If hypervisor supports SEV feature then sev 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. - * How do I know if SEV is enabled in the guest ? + * How do I know if SEV is enabled in the guest ? 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 ``` +
+   Bit[0]:   0 = SEV is not active
+             1 = SEV is active
+   
-- cgit v1.2.3-71-gd317