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-x86-stub.c (311B)


      1#include "qemu/osdep.h"
      2#include "hw/i386/pc.h"
      3#include "hw/i386/acpi-build.h"
      4
      5void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid,
      6                       const CPUArchIdList *apic_ids, GArray *entry,
      7                       bool force_enabled)
      8{
      9}
     10
     11Object *acpi_get_i386_pci_host(void)
     12{
     13       return NULL;
     14}