Home
last modified time | relevance | path

Searched refs:host_os (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/qemu/
H A Dconfigure344 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 Dmeson.build22 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 Dmeson.build48 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 Dmeson.build10 .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 Dmeson.build3 if host_os != 'windows'
11 if host_os == 'windows' variable
/openbmc/qemu/hw/9pfs/
H A Dmeson.build15 if host_os == 'darwin' variable
17 elif host_os == 'linux' variable
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-configure-Recognise-linux-musl-as-a-host-OS.patch18 case "${host_os}" in
22 *) AC_MSG_ERROR([unkown host-os ${host_os}]) ;;
/openbmc/qemu/util/
H A Dmeson.build6 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 D0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch19 host_os = host_machine.system()
24 if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu)
/openbmc/qemu/backends/
H A Dmeson.build13 if host_os != 'windows'
18 if host_os == 'linux' variable
/openbmc/qemu/plugins/
H A Dmeson.build13 if host_os == 'darwin' variable
25 if host_os == 'windows'
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcmake.bbclass74 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 Dmeson.build101 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 Dmeson.build3 build_by_default: host_os == 'linux',
/openbmc/qemu/contrib/vhost-user-blk/
H A Dmeson.build3 build_by_default: host_os == 'linux',
/openbmc/qemu/contrib/ivshmem-client/
H A Dmeson.build3 build_by_default: host_os == 'linux',
/openbmc/qemu/contrib/ivshmem-server/
H A Dmeson.build3 build_by_default: host_os == 'linux',
/openbmc/qemu/contrib/vhost-user-scsi/
H A Dmeson.build4 build_by_default: host_os == 'linux',
/openbmc/qemu/net/can/
H A Dmeson.build3 if host_os == 'linux' variable
/openbmc/qemu/scsi/
H A Dmeson.build2 if host_os == 'linux' variable
/openbmc/qemu/ui/
H A Dmeson.build29 if host_os == 'linux' variable
79 env.set('HOST_OS', host_os)
107 if host_os == 'windows' variable
/openbmc/qemu/fsdev/
H A Dmeson.build8 if host_os in ['linux', 'darwin']
/openbmc/qemu/tests/tcg/plugins/
H A Dmeson.build4 if host_os == 'windows' variable
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/
H A D0001-Fix-configure.ac.patch14 @@ -924,7 +924,7 @@ AC_MSG_RESULT([$ARCH ($host_os)])
/openbmc/qemu/bsd-user/
H A Dmeson.build27 subdir(host_os)

123