qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 7 lines 172 B view raw
1#ifndef OPENPIC_KVM_H 2#define OPENPIC_KVM_H 3 4#define TYPE_KVM_OPENPIC "kvm-openpic" 5int kvm_openpic_connect_vcpu(DeviceState *d, CPUState *cs); 6 7#endif /* OPENPIC_KVM_H */