[Part2 PATCH v4 22/29] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command

2017-09-19 Thread Brijesh Singh
The command copies a plaintext into guest memory and encrypts it using the VM encryption key. The command will be used for debug purposes (e.g setting breakpoints through gdbserver) Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin"

[Part2 PATCH v4 22/29] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command

2017-09-19 Thread Brijesh Singh
The command copies a plaintext into guest memory and encrypts it using the VM encryption key. The command will be used for debug purposes (e.g setting breakpoints through gdbserver) Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: Paolo Bonzini Cc: "Radim Krčmář" Cc: Joerg Roedel