hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 5 Apr 2023 11:39:29 +0000 (13:39 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Jun 2023 12:27:59 +0000 (14:27 +0200)
commit94522562f68043c0420795c9b4ec8f1d6b40e2fc
treeaed0e679ee0f78e27cbdbed6c00c3dbbe44a1fc0
parent674e44c99a204c2796c99cf8be65dea487718975
hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header

"sysemu/kvm.h" is indirectly pulled in. Explicit its
inclusion to avoid when refactoring include/:

  hw/arm/sbsa-ref.c:693:9: error: implicit declaration of function 'kvm_enabled' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    if (kvm_enabled()) {
        ^

Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230405160454.97436-6-philmd@linaro.org>
hw/arm/sbsa-ref.c