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

gdbstub.c (134B)


      1#include "qemu/osdep.h"
      2#include "exec/gdbstub.h"       /* xml_builtin */
      3
      4const char *const xml_builtin[][2] = {
      5  { NULL, NULL }
      6};