qemu

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

meson.build (174B)


      1 executable('vhost-user-input', files('main.c'),
      2            dependencies: [qemuutil, vhost_user],
      3            build_by_default: targetos == 'linux',
      4            install: false)