aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2019-06-14 13:09:00 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2019-07-02 09:43:58 +1000
commitda6e10177a3da496845f97929087581edff82b3b (patch)
treef5c1813d546bd8d4128e5c11db570945137e353a /hw/intc
parent7a660e776ea5bb90c4acc00645116a29b417fcdf (diff)
downloadqemu-da6e10177a3da496845f97929087581edff82b3b.zip
qemu-da6e10177a3da496845f97929087581edff82b3b.tar.gz
qemu-da6e10177a3da496845f97929087581edff82b3b.tar.bz2
hw/ppc/mac_newworld: Drop useless CONFIG_KVM ifdefery
kvm_enabled() expands to (0) when CONFIG_KVM is not defined. The first CONFIG_KVM guard is thus useless and it is likely that the compiler will optimize the code out in the case of the second guard. And even if it doesn't, we have a stub for kvmppc_get_hypercall(). Signed-off-by: Greg Kurz <groug@kaod.org> Message-Id: <156051054077.224162.9332715375637801197.stgit@bahia.lan> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/intc')
0 files changed, 0 insertions, 0 deletions