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

get-vm-name.c (107B)


      1#include "qemu/osdep.h"
      2#include "qemu-common.h"
      3
      4const char *qemu_get_vm_name(void)
      5{
      6    return NULL;
      7}
      8