qemu

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

meson.build (290B)


      1 i386_softmmu_ss.add(when: 'CONFIG_HAX', if_true: files(
      2   'hax-all.c',
      3   'hax-mem.c',
      4   'hax-accel-ops.c',
      5 ))
      6 i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_POSIX'], if_true: files('hax-posix.c'))
      7 i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_WIN32'], if_true: files('hax-windows.c'))