ppc: Make PPCVirtualHypervisor an incomplete type
commit2b6dda81c327239af1643063d4c13a3134425710
authorGreg Kurz <groug@kaod.org>
Mon, 9 Dec 2019 13:28:00 +0000 (9 14:28 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 16 Dec 2019 23:39:48 +0000 (17 10:39 +1100)
tree70aef63c3602927c76e3281b089ae80b3c1bac1e
parent6d38666a8931ef6d92535df9d977f2fcba880d2b
ppc: Make PPCVirtualHypervisor an incomplete type

PPCVirtualHypervisor is an interface instance. It should never be
dereferenced. Drop the dummy type definition for extra safety, which
is the common practice with QOM interfaces.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <157589808041.21182.18121655959115011353.stgit@bahia.lan>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h