Re: [PATCH 06/10] target/i386: Move SEV feature to target Kconfig

2021-02-01 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > SEV is an architecture feature, move its declaration to target/i386/. In docs/devel/kconfig.rst we make the distinction between: **subsystems**, of which **buses** are a special case **devices** **device groups** **boards** **internal elements**

[PATCH 06/10] target/i386: Move SEV feature to target Kconfig

2021-01-31 Thread Philippe Mathieu-Daudé
SEV is an architecture feature, move its declaration to target/i386/. Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/Kconfig | 4 target/i386/Kconfig | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig index