repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190201' into...
[qemu/kevin.git]
/
include
/
hw
/
ppc
/
openpic_kvm.h
blob
9ef421525723c62b26c39509074df254973ea913
1
#ifndef OPENPIC_KVM_H
2
#define OPENPIC_KVM_H
3
4
#define TYPE_KVM_OPENPIC
"kvm-openpic"
5
int
kvm_openpic_connect_vcpu
(
DeviceState
*
d
,
CPUState
*
cs
);
6
7
#endif
/* OPENPIC_KVM_H */