]> Git Repo - qemu.git/commit
target/arm/kvm: Inline set_feature() calls
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 4 May 2020 17:24:44 +0000 (19:24 +0200)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20200504172448[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/kvm32.c
target/arm/kvm64.c
This page took 0.021539 seconds and 4 git commands to generate.