Re: [RFC PATCH 05/15] accel/kvm: Simplify user-mode #ifdef'ry

2021-05-26 Thread Richard Henderson
On 5/17/21 4:55 AM, Philippe Mathieu-Daudé wrote: Now than we only build this stub with system emulation, remove the user-mode #ifdef'ry. Signed-off-by: Philippe Mathieu-Daudé --- accel/stubs/kvm-stub.c | 6 -- 1 file changed, 6 deletions(-) Reviewed-by: Richard Henderson r~

[RFC PATCH 05/15] accel/kvm: Simplify user-mode #ifdef'ry

2021-05-17 Thread Philippe Mathieu-Daudé
Now than we only build this stub with system emulation, remove the user-mode #ifdef'ry. Signed-off-by: Philippe Mathieu-Daudé --- accel/stubs/kvm-stub.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/accel/stubs/kvm-stub.c b/accel/stubs/kvm-stub.c index 6bda6c8c925..6ae1ff62607 100644