openpic: move KVM-specific declarations into separate openpic_kvm.h file
commit8d085cf03b4fe511089b540c10244ba53b414b57
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 28 Feb 2018 20:32:39 +0000 (28 20:32 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Mar 2018 02:16:29 +0000 (6 13:16 +1100)
tree81c4597d306383613683366d674e4cfb8f79a7a0
parent017812df5d97e587a6eef03ec5a9e94a471439f9
openpic: move KVM-specific declarations into separate openpic_kvm.h file

This is needed before the next patch because the target-dependent kvm stub
uses the existing kvm_openpic_connect_vcpu() declaration, making it impossible
to move the device-specific declarations into the same file without breaking
ppc-linux-user compilation.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/intc/openpic_kvm.c
hw/ppc/e500.c
include/hw/ppc/openpic.h
include/hw/ppc/openpic_kvm.h [new file with mode: 0644]
target/ppc/kvm-stub.c