qemu

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

meson.build (115B)


      1 i386_softmmu_ss.add(when: 'CONFIG_WHPX', if_true: files(
      2   'whpx-all.c',
      3   'whpx-apic.c',
      4   'whpx-accel-ops.c',
      5 ))