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

path.h (126B)


      1#ifndef QEMU_PATH_H
      2#define QEMU_PATH_H
      3
      4void init_paths(const char *prefix);
      5const char *path(const char *pathname);
      6
      7#endif