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

isa-bus.c (141B)


      1#include "qemu/osdep.h"
      2#include "hw/isa/isa.h"
      3
      4ISADevice *isa_create_simple(ISABus *bus, const char *name)
      5{
      6    g_assert_not_reached();
      7}