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

mv64361.h (131B)


      1#ifndef MV64361_H
      2#define MV64361_H
      3
      4#define TYPE_MV64361 "mv64361"
      5
      6PCIBus *mv64361_get_pci_bus(DeviceState *dev, int n);
      7
      8#endif