hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdefery
commit7a660e776ea5bb90c4acc00645116a29b417fcdf
authorGreg Kurz <groug@kaod.org>
Fri, 14 Jun 2019 11:08:55 +0000 (14 13:08 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 1 Jul 2019 23:43:58 +0000 (2 09:43 +1000)
tree5612cacf99d434411f288505c5eb0fbcc147b6f9
parent8d08fa93bb6054084c57607f99de5d5448748887
hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdefery

kvm_enabled() expands to (0) when CONFIG_KVM is not defined. It is
likely that the compiler will optimize the code out. And even if
it doesn't, we have a stub for kvmppc_get_hypercall().

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <156051053529.224162.3489943067148134636.stgit@bahia.lan>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/mac_oldworld.c