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

qmp-command-available.c (141B)


      1#include "qemu/osdep.h"
      2#include "qapi/qmp/dispatch.h"
      3
      4bool qmp_command_available(const QmpCommand *cmd, Error **errp)
      5{
      6    return true;
      7}