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

ramfb.h (266B)


      1#ifndef RAMFB_H
      2#define RAMFB_H
      3
      4/* ramfb.c */
      5typedef struct RAMFBState RAMFBState;
      6void ramfb_display_update(QemuConsole *con, RAMFBState *s);
      7RAMFBState *ramfb_setup(Error **errp);
      8
      9/* ramfb-standalone.c */
     10#define TYPE_RAMFB_DEVICE "ramfb"
     11
     12#endif /* RAMFB_H */