[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 01/14] doc: update AMD SEV API spec web link
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [Qemu-devel] [PATCH v3 01/14] doc: update AMD SEV API spec web link |
Date: |
Tue, 6 Aug 2019 20:00:33 +0100 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
* Singh, Brijesh (address@hidden) wrote:
> Signed-off-by: Brijesh Singh <address@hidden>
> ---
> docs/amd-memory-encryption.txt | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/docs/amd-memory-encryption.txt b/docs/amd-memory-encryption.txt
> index 43bf3ee6a5..8822cadda1 100644
> --- a/docs/amd-memory-encryption.txt
> +++ b/docs/amd-memory-encryption.txt
> @@ -67,8 +67,8 @@ expects.
> LAUNCH_FINISH command finalizes the guest launch and destroy's the
> cryptographic
> context.
>
> -See SEV KM API Spec [1] 'Launching a guest' usage flow (Appendix A) for the
> -complete flow chart.
> +See Secure Encrypted Virtualization Key Management API spec section
> +'Launching a guest' usage flow (Appendix A) for the complete flow chart.
>
> To launch a SEV guest
>
> @@ -97,8 +97,8 @@ References
> AMD Memory Encryption whitepaper:
>
> http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf
>
> -Secure Encrypted Virtualization Key Management:
> -[1] http://support.amd.com/TechDocs/55766_SEV-KM API_Specification.pdf
> +Secure Encrypted Virtualization Key Management API Spec:
> +[1] https://developer.amd.com/sev/ (Secure Encrypted Virtualization API)
Yep, that's better; note the document name seems to have lost the words
'key management' at some time; but:
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
> KVM Forum slides:
>
> http://www.linux-kvm.org/images/7/74/02x08A-Thomas_Lendacky-AMDs_Virtualizatoin_Memory_Encryption_Technology.pdf
> --
> 2.17.1
>
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK
- [Qemu-devel] [PATCH v3 00/14] Add SEV guest live migration support, Singh, Brijesh, 2019/08/06
- [Qemu-devel] [PATCH v3 01/14] doc: update AMD SEV API spec web link, Singh, Brijesh, 2019/08/06
- Re: [Qemu-devel] [PATCH v3 01/14] doc: update AMD SEV API spec web link,
Dr. David Alan Gilbert <=
- [Qemu-devel] [PATCH v3 04/14] linux-headers: update kernel header to include SEV migration commands, Singh, Brijesh, 2019/08/06
- [Qemu-devel] [PATCH v3 03/14] migration.json: add AMD SEV specific migration parameters, Singh, Brijesh, 2019/08/06
[Qemu-devel] [PATCH v3 05/14] hw/machine: add helper to query the memory encryption state, Singh, Brijesh, 2019/08/06
[Qemu-devel] [PATCH v3 02/14] doc: update AMD SEV to include Live migration flow, Singh, Brijesh, 2019/08/06