Re: [PATCH 04/13] target/i386/helper: Restrict KVM declarations to system emulation

2023-09-09 Thread Richard Henderson
On 9/4/23 05:43, Philippe Mathieu-Daudé wrote: User emulation doesn't need any KVM declarations. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

[PATCH 04/13] target/i386/helper: Restrict KVM declarations to system emulation

2023-09-04 Thread Philippe Mathieu-Daudé
User emulation doesn't need any KVM declarations. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/helper.c b/target/i386/helper.c index 89aa696c6d..2070dd0dda 100644 --- a/target/i386/helper.c +++ b/ta