qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

libqos-pc.h (226B)


      1 #ifndef LIBQOS_PC_H
      2 #define LIBQOS_PC_H
      3 
      4 #include "libqos.h"
      5 
      6 QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap);
      7 QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);
      8 void qtest_pc_shutdown(QOSState *qs);
      9 
     10 #endif