1. 12 6月, 2018 2 次提交
    • B
      conf: Introduce launch-security element in domain · e5791a03
      Brijesh Singh 提交于
      The launch-security element can be used to define the security
      model to use when launching a domain. Currently we support 'sev'.
      
      When 'sev' is used, the VM will be launched with AMD SEV feature enabled.
      SEV feature supports running encrypted VM under the control of KVM.
      Encrypted VMs have their pages (code and data) secured such that only the
      guest itself has access to the unencrypted version. Each encrypted VM is
      associated with a unique encryption key; if its data is accessed to a
      different entity using a different key the encrypted guests data will be
      incorrectly decrypted, leading to unintelligible data.
      Signed-off-by: NBrijesh Singh <brijesh.singh@amd.com>
      Reviewed-by: NErik Skultety <eskultet@redhat.com>
      e5791a03
    • B
      conf: Expose SEV feature in domain capabilities · 5dca09c1
      Brijesh Singh 提交于
      Extend hypervisor capabilities to include sev feature. When available,
      hypervisor supports launching an encrypted VM on AMD platform. The
      sev feature tag provides additional details like Platform Diffie-Hellman
      (PDH) key and certificate chain which can be used by the guest owner to
      establish a cryptographic session with the SEV firmware to negotiate
      keys used for attestation or to provide secret during launch.
      Signed-off-by: NBrijesh Singh <brijesh.singh@amd.com>
      Reviewed-by: NErik Skultety <eskultet@redhat.com>
      5dca09c1
  2. 08 6月, 2018 3 次提交
  3. 07 6月, 2018 6 次提交
  4. 06 6月, 2018 4 次提交
  5. 05 6月, 2018 6 次提交
  6. 04 6月, 2018 1 次提交
  7. 01 6月, 2018 3 次提交
  8. 29 5月, 2018 1 次提交
  9. 28 5月, 2018 2 次提交
  10. 25 5月, 2018 12 次提交