OSDN Git Service

target/ppc: Restrict KVM objects to system emulation
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 12 Sep 2023 06:21:27 +0000 (09:21 +0300)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 11:13:28 +0000 (12:13 +0100)
commita523b6761c32d62304037366717e0c2ede8bbf3b
treea3b02e1d1e5bbd55f759be5d57fc7c7a7faa765b
parent86d9ff288a9f978840982c6d663b78d64021a6da
target/ppc: Restrict KVM objects to system emulation

CONFIG_KVM is always FALSE on user emulation, so 'kvm.c'
won't be added to ppc_ss[] source set; direcly use the system
specific ppc_system_ss[] source set.

Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20231003070427.69621-4-philmd@linaro.org>
target/ppc/meson.build