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

sgx.h (250B)


      1#ifndef QEMU_SGX_H
      2#define QEMU_SGX_H
      3
      4#include "qom/object.h"
      5#include "qapi/error.h"
      6#include "qemu/error-report.h"
      7#include "qapi/qapi-types-misc-target.h"
      8
      9SGXInfo *sgx_get_info(Error **errp);
     10SGXInfo *sgx_get_capabilities(Error **errp);
     11
     12#endif