[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [for-6.0 v5 05/13] securable guest memory: Rework the "memory-encryp
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [for-6.0 v5 05/13] securable guest memory: Rework the "memory-encryption" property |
Date: |
Mon, 11 Jan 2021 19:09:03 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 |
On 12/4/20 6:44 AM, David Gibson wrote:
> Currently the "memory-encryption" property is only looked at once we
> get to kvm_init(). Although protection of guest memory from the
> hypervisor isn't something that could really ever work with TCG, it's
> not conceptually tied to the KVM accelerator.
>
> In addition, the way the string property is resolved to an object is
> almost identical to how a QOM link property is handled.
>
> So, create a new "securable-guest-memory" link property which sets
> this QOM interface link directly in the machine. For compatibility we
> keep the "memory-encryption" property, but now implemented in terms of
> the new property.
>
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> accel/kvm/kvm-all.c | 22 ++++++----------------
> hw/core/machine.c | 43 +++++++++++++++++++++++++++++++++++++------
> include/hw/boards.h | 2 +-
> 3 files changed, 44 insertions(+), 23 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [for-6.0 v5 05/13] securable guest memory: Rework the "memory-encryption" property,
Philippe Mathieu-Daudé <=