qemu

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

meson.build (160B)


      1 i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true:
      2   files(
      3   'nvmm-all.c',
      4   'nvmm-accel-ops.c',
      5   )
      6 )
      7 
      8 i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)