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

pef.h (421B)


      1/*
      2 * PEF (Protected Execution Facility) for POWER support
      3 *
      4 * Copyright Red Hat.
      5 *
      6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
      7 * See the COPYING file in the top-level directory.
      8 *
      9 */
     10
     11#ifndef HW_PPC_PEF_H
     12#define HW_PPC_PEF_H
     13
     14int pef_kvm_init(ConfidentialGuestSupport *cgs, Error **errp);
     15int pef_kvm_reset(ConfidentialGuestSupport *cgs, Error **errp);
     16
     17#endif /* HW_PPC_PEF_H */