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

acpi-nvdimm-stub.c (164B)


      1#include "qemu/osdep.h"
      2#include "hw/mem/nvdimm.h"
      3#include "hw/hotplug.h"
      4
      5void nvdimm_acpi_plug_cb(HotplugHandler *hotplug_dev, DeviceState *dev)
      6{
      7    return;
      8}