]> Git Repo - qemu.git/commit - hw/ppc/e500.c
openpic: move KVM-specific declarations into separate openpic_kvm.h file
authorMark Cave-Ayland <[email protected]>
Wed, 28 Feb 2018 20:32:39 +0000 (20:32 +0000)
committerDavid Gibson <[email protected]>
Tue, 6 Mar 2018 02:16:29 +0000 (13:16 +1100)
commit8d085cf03b4fe511089b540c10244ba53b414b57
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 <[email protected]>
Signed-off-by: David Gibson <[email protected]>
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
This page took 0.024313 seconds and 4 git commands to generate.