OSDN Git Service

target/arm/kvm: Inline set_feature() calls
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 4 May 2020 17:24:44 +0000 (19:24 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 May 2020 10:45:59 +0000 (11:45 +0100)
commitf5cbb280bdd2cb5b8f44db015571591ef3c42665
tree27d36f9e8f48d4eea345171c8c88d5121b0f6249
parentba080b8682fc6bde7f2d9dedddb519d63cbe138f
target/arm/kvm: Inline set_feature() calls

We want to move the inlined declarations of set_feature()
from cpu*.c to cpu.h. To avoid clashing with the KVM
declarations, inline the few KVM calls.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200504172448.9402-2-philmd@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/kvm32.c
target/arm/kvm64.c