https://github.com/qemu/qemu
Raw File
Tip revision: 682aa69b1f4dd5f2905a94066fa4c853adc33251 authored by Richard Henderson on 01 December 2021, 06:20:06 UTC
Update version for v6.2.0-rc3 release
Tip revision: 682aa69
meson.build
hvf_ss = ss.source_set()
hvf_ss.add(files(
  'hvf-all.c',
  'hvf-accel-ops.c',
))

specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)
back to top