[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] target/i386/sev: Reduce system specific declarations
From: |
Zhao Liu |
Subject: |
Re: [PATCH 2/2] target/i386/sev: Reduce system specific declarations |
Date: |
Thu, 19 Dec 2024 00:34:26 +0800 |
On Wed, Dec 18, 2024 at 04:59:13PM +0100, Philippe Mathieu-Daudé wrote:
> Date: Wed, 18 Dec 2024 16:59:13 +0100
> From: Philippe Mathieu-Daudé <philmd@linaro.org>
> Subject: [PATCH 2/2] target/i386/sev: Reduce system specific declarations
> X-Mailer: git-send-email 2.45.2
>
> "system/confidential-guest-support.h" is not needed,
> remove it. Reorder #ifdef'ry to reduce declarations
> exposed on user emulation.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> target/i386/sev.h | 29 ++++++++++++++++-------------
> hw/i386/pc_sysfw.c | 2 +-
> 2 files changed, 17 insertions(+), 14 deletions(-)
>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>