summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc/openpic_kvm.h
Commit message (Collapse)AuthorAgeFilesLines
* openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland2018-03-061-0/+7
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>