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

utils.h (219B)


      1#ifndef HW_ACPI_UTILS_H
      2#define HW_ACPI_UTILS_H
      3
      4#include "hw/nvram/fw_cfg.h"
      5
      6MemoryRegion *acpi_add_rom_blob(FWCfgCallback update, void *opaque,
      7                                GArray *blob, const char *name);
      8#endif