cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

openpic_kvm.h (172B)


      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 */