summaryrefslogblamecommitdiffstats
path: root/tools/meson.build
blob: 513bd2ff4fd21837ae14663350ff2474e2e7327c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                         
have_virtiofsd = (have_system and
    have_tools and
    'CONFIG_LINUX' in config_host and 
    'CONFIG_SECCOMP' in config_host and
    'CONFIG_LIBCAP_NG' in config_host and
    'CONFIG_VHOST_USER' in config_host)

if have_virtiofsd
  subdir('virtiofsd')
endif
>-3/+11 * sdcard: Use the ldst APIPhilippe Mathieu-Daudé2018-06-291-4/+2Star * hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé2018-06-261-4/+9 * hw/sd/omap_mmc: Reset SD card on controller resetPeter Maydell2018-01-161-4/+10 * arm devices: Clean up includesPeter Maydell2016-01-291-0/+1 * sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu2015-10-291-1/+1 * arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-4/+2Star * omap: Fix warnings from SparseStefan Weil2015-03-191-1/+2 * hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-4/+4 * hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-301-1/+1 * blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf2013-10-111-0/+6 * memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2 * sd: pass bool parameter for sd_initliguang2013-06-211-2/+2