/openbmc/qemu/ |
H A D | configure | 344 host_os=linux 346 host_os=windows 348 host_os=openbsd 350 host_os=sunos 352 host_os=haiku 354 host_os=freebsd 356 host_os=gnu/kfreebsd 358 host_os=dragonfly 360 host_os=netbsd 362 host_os=darwin [all …]
|
H A D | meson.build | 22 host_os = host_machine.system() variable 76 if host_os == 'windows' and add_languages('cpp', required: false, native: false) variable 80 if host_os == 'darwin' and \ variable 173 if 'ftrace' in get_option('trace_backends') and host_os != 'linux' 188 .require(host_os == 'linux', error_message: 'Multipath is supported only on Linux') 191 .require(host_os == 'linux', error_message: 'Multiprocess QEMU is supported only on Linux') \ 195 .require(host_os == 'linux', error_message: 'vfio-user server is supported only on Linux') \ 199 .require(host_os != 'windows', error_message: 'TPM emulation only available on POSIX systems') \ 204 .disable_auto_if(host_os != 'linux') \ 205 .require(host_os != 'windows', [all …]
|
/openbmc/qemu/net/ |
H A D | meson.build | 48 if host_os == 'windows' variable 50 elif host_os == 'linux' variable 52 elif host_os in bsd_oses 54 elif host_os == 'sunos' variable
|
/openbmc/qemu/qga/ |
H A D | meson.build | 10 .require(host_os == 'windows', 71 if host_os == 'windows' variable 85 if host_os == 'linux' variable 87 elif host_os in bsd_oses 96 if host_os == 'windows' variable 106 if host_os == 'windows' variable 128 if host_os == 'windows' variable 190 if host_os != 'windows' and not get_option('fuzzing')
|
/openbmc/qemu/contrib/plugins/ |
H A D | meson.build | 3 if host_os != 'windows' 11 if host_os == 'windows' variable
|
/openbmc/qemu/hw/9pfs/ |
H A D | meson.build | 15 if host_os == 'darwin' variable 17 elif host_os == 'linux' variable
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-configure-Recognise-linux-musl-as-a-host-OS.patch | 18 case "${host_os}" in 22 *) AC_MSG_ERROR([unkown host-os ${host_os}]) ;;
|
/openbmc/qemu/util/ |
H A D | meson.build | 6 if host_os != 'windows' 16 if host_os == 'freebsd' variable 75 if host_os == 'linux' variable 107 if host_os == 'freebsd' variable 114 if host_os == 'linux' variable
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
H A D | 0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch | 19 host_os = host_machine.system() 24 if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu)
|
/openbmc/qemu/backends/ |
H A D | meson.build | 13 if host_os != 'windows' 18 if host_os == 'linux' variable
|
/openbmc/qemu/plugins/ |
H A D | meson.build | 13 if host_os == 'darwin' variable 25 if host_os == 'windows'
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cmake.bbclass | 74 def map_host_os_to_system_name(host_os): 75 if host_os.startswith('darwin'): 77 if host_os.startswith('mingw'): 79 if host_os.startswith('linux'): 81 return host_os
|
/openbmc/qemu/tests/unit/ |
H A D | meson.build | 101 host_os != 'windows' 116 if host_os != 'windows' 152 if host_os != 'windows' 164 if have_ga and host_os == 'linux' variable
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | meson.build | 3 build_by_default: host_os == 'linux',
|
/openbmc/qemu/contrib/vhost-user-blk/ |
H A D | meson.build | 3 build_by_default: host_os == 'linux',
|
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | meson.build | 3 build_by_default: host_os == 'linux',
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | meson.build | 3 build_by_default: host_os == 'linux',
|
/openbmc/qemu/contrib/vhost-user-scsi/ |
H A D | meson.build | 4 build_by_default: host_os == 'linux',
|
/openbmc/qemu/net/can/ |
H A D | meson.build | 3 if host_os == 'linux' variable
|
/openbmc/qemu/scsi/ |
H A D | meson.build | 2 if host_os == 'linux' variable
|
/openbmc/qemu/ui/ |
H A D | meson.build | 29 if host_os == 'linux' variable 79 env.set('HOST_OS', host_os) 107 if host_os == 'windows' variable
|
/openbmc/qemu/fsdev/ |
H A D | meson.build | 8 if host_os in ['linux', 'darwin']
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | meson.build | 4 if host_os == 'windows' variable
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/ |
H A D | 0001-Fix-configure.ac.patch | 14 @@ -924,7 +924,7 @@ AC_MSG_RESULT([$ARCH ($host_os)])
|
/openbmc/qemu/bsd-user/ |
H A D | meson.build | 27 subdir(host_os)
|