Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:numa (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/fio/
H A Dfio_3.39.bb6 job descriptions in a simple-to-understand text format. Several example job \
10 LICENSE = "GPL-2.0-only"
13 DEPENDS = "libaio zlib coreutils-native"
15 RDEPENDS:${PN} = "python3-core bash"
17 PACKAGECONFIG_NUMA = "numa"
18 # ARM does not currently support NUMA
23 PACKAGECONFIG[numa] = ",--disable-numa,numactl"
28 UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)"
32 # avoids build breaks when using no-static-libs.inc
36 EXTRA_OECONF = "${@bb.utils.contains('MACHINE_FEATURES', 'x86', '--disable-optimizations', '', d)}"
[all …]
/openbmc/qemu/hw/core/
H A Dmachine.c10 * See the COPYING file in the top-level directory.
19 #include "qemu/error-report.h"
21 #include "qapi/qapi-visit-machine.h"
22 #include "qapi/qapi-commands-machine.h"
34 #include "system/confidential-guest-support.h"
35 #include "hw/virtio/virtio-pci.h"
36 #include "hw/virtio/virtio-net.h"
37 #include "hw/virtio/virtio-iommu.h"
41 { "scsi-hd", "dpofua", "off" },
42 { "vfio-pci", "x-migration-load-config-after-iter", "off" },
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dlttng-ust_2.13.9.bb4 BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust"
6 LICENSE = "LGPL-2.1-or-later & MIT & GPL-2.0-only"
11 PYTHON_INCLUDE='-I${STAGING_INCDIR}/python${PYTHON_BASEVERSION}${PYTHON_ABI}' \
16 include lttng-platforms.inc
18 EXTRA_OECONF = "--disable-numa"
19 CPPFLAGS:append:arm = "${@oe.utils.vartrue('DEBUG_BUILD', '-DUATOMIC_NO_LINK_ERROR', '', d)}"
21 DEPENDS = "liburcu util-linux"
22 RDEPENDS:${PN}-bin = "python3-core"
25 RPROVIDES:${PN} = "lttng2-ust"
26 RREPLACES:${PN} = "lttng2-ust"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc7 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
9 DEPENDS += "bison-native meson-native ninja-native"
11 RDEPENDS:${PN}-ptest = "bash"
13 require qemu-targets.inc
14 # https://gitlab.com/qemu-project/qemu/-/commit/81e2b198a8cb4ee5fdf108bd438f44b193ee3a36 means
15 # we need a full python3-native setup
16 inherit pkgconfig ptest update-rc.d systemd python3native
21 SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
23 file://run-ptest \
24 file://fix-strerrorname_np.patch \
[all …]
/openbmc/qemu/hw/acpi/
H A Dpci.c5 * Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net>
6 * Copyright (C) 2013-2019 Red Hat Inc
27 #include "qemu/error-report.h"
31 #include "hw/acpi/aml-build.h"
55 /* Base address, processor-relative */ in build_mcfg()
56 build_append_int_noprefix(table_data, info->base, 8); in build_mcfg()
62 build_append_int_noprefix(table_data, PCIE_MMCFG_BUS(info->size - 1), 1); in build_mcfg()
82 #define TYPE_ACPI_GENERIC_INITIATOR "acpi-generic-initiator"
95 gi->node = MAX_NODES; in OBJECT_DECLARE_SIMPLE_TYPE()
96 gi->pci_dev = NULL; in OBJECT_DECLARE_SIMPLE_TYPE()
[all …]
/openbmc/qemu/
H A Dqemu-options.hx14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)
16 ``-h``
21 "-version display version information and exit\n", QEMU_ARCH_ALL)
23 ``-version``
28 "-machine [type=]name[,prop[=value][,...]]\n"
29 " selects emulated machine ('-machine help' for list)\n"
33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
34 " mem-merge=on|off controls memory merge support (default: on)\n"
35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n"
36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"
[all …]
H A Dmeson.build15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
35 tmpdir = meson.current_build_dir() / 'meson-private/temp'
66 have_linux_user = have_linux_user or target.endswith('linux-user')
67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
68 have_system = have_system or target.endswith('-softmmu')
113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
128 '--rustc-version', rustc.version(),
129 '--workspace', meson.project_source_root() / 'rust']
[all …]
H A Dmeson_options.txt1 # These options do not correspond to a --enable/--disable-* option
3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'],
12 description: 'use specified string as sub-version of the package')
25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like …
27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q…
28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',
33 description: 'fuzzing engine library for OSS-Fuzz')
40 # Everything else can be set via --enable/--disable-* option
42 # here make sure to run "make update-buildoptions".
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20250130.bb3 HOMEPAGE = "https://linux-test-project.github.io/"
5 LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause"
9 file://testcases/network/can/filter-tests/COPYING;md5=5b155ea7d7f86eae8e8832955d8b70bc \
12 DEPENDS = "attr libaio libcap acl openssl zip-native"
13 DEPENDS:append:libc-musl = " fts "
14 EXTRA_OEMAKE:append:libc-musl = " LIBC=musl "
15 EXTRA_OECONF:append:libc-musl = " LIBS=-lfts "
17 # since ltp contains x86-64 assembler which uses the frame-pointer register,
18 # set -fomit-frame-pointer x86-64 to handle cases where optimisation
19 # is set to -O0 or frame pointers have been enabled by -fno-omit-frame-pointer
[all …]
/openbmc/qemu/backends/
H A Dhostmem.c4 * Copyright (C) 2013-2014 Red Hat Inc
10 * See the COPYING file in the top-level directory.
17 #include "qapi/qapi-builtin-visit.h"
19 #include "qemu/config-file.h"
21 #include "qemu/mmap-alloc.h"
24 #include "hw/qdev-core.h"
28 #include <numa.h>
42 if (!backend->use_canonical_path) { in host_memory_backend_get_name()
54 uint64_t value = backend->size; in host_memory_backend_get_size()
81 backend->size = value; in host_memory_backend_set_size()
[all …]
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh1 # This file is generated by meson-buildoptions.py, do not edit!
3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co'
6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]'
7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE'
8 printf "%s\n" ' set block driver read-only whitelist (by default'
9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE'
11 printf "%s\n" ' set block driver read-write whitelist (by default'
12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
13 printf "%s\n" ' --datadir=VALUE Data file directory [share]'
[all …]
/openbmc/qemu/qapi/
H A Dqom.json1 # -*- Mode: Python -*-
5 # See the COPYING file in the top-level directory.
8 { 'include': 'block-core.json' }
40 # @default-value: the default value, if any (since 5.0)
48 '*default-value': 'any' } }
79 # @qom-list:
83 # @path: the path within the object model. See `qom-get` for a
90 # .. qmp-example::
92 # -> { "execute": "qom-list",
94 # <- { "return": [ { "name": "type", "type": "string" },
[all …]
/openbmc/qemu/hw/cxl/
H A Dcxl-host.c5 * Modeled loosely on the NUMA options handling in hw/core/numa.c
11 #include "qemu/error-report.h"
16 #include "qapi/qapi-visit-machine.h"
23 #include "hw/pci-bridge/pci_expander_bridge.h"
34 fw->index = index; in cxl_fixed_memory_window_config()
36 for (target = object->targets; target; target = target->next) { in cxl_fixed_memory_window_config()
37 fw->num_targets++; in cxl_fixed_memory_window_config()
40 fw->enc_int_ways = cxl_interleave_ways_enc(fw->num_targets, errp); in cxl_fixed_memory_window_config()
45 if (object->size % (256 * MiB)) { in cxl_fixed_memory_window_config()
50 fw->size = object->size; in cxl_fixed_memory_window_config()
[all …]
/openbmc/qemu/hw/arm/
H A Dboot.c4 * Copyright (c) 2006-2007 CodeSourcery.
12 #include "qemu/error-report.h"
16 #include "hw/arm/linux-boot-if.h"
24 #include "system/numa.h"
30 #include "qemu/config-file.h"
59 if (arm_feature(&cpu->env, ARM_FEATURE_EL3) && info->secure_boot) { in arm_boot_address_space()
69 { 0x580000c0 }, /* ldr x0, arg ; Load the lower 32-bits of DTB */
73 { 0x58000084 }, /* ldr x4, entry ; Load the lower 32-bits of kernel entry */
75 { 0, FIXUP_ARGPTR_LO }, /* arg: .word @DTB Lower 32-bits */
76 { 0, FIXUP_ARGPTR_HI}, /* .word @DTB Higher 32-bits */
[all …]
H A Dvirt.c2 * ARM mach-virt emulation
23 * + we want to present a very stripped-down minimalist platform,
41 #include "hw/vfio/vfio-calxeda-xgmac.h"
42 #include "hw/vfio/vfio-amd-xgbe.h"
46 #include "system/numa.h"
57 #include "qemu/error-report.h"
59 #include "hw/pci-host/gpex.h"
60 #include "hw/pci-bridge/pci_expander_bridge.h"
61 #include "hw/virtio/virtio-pci.h"
62 #include "hw/core/sysbus-fdt.h"
[all …]
H A Dvirt-acpi-build.c5 * Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net>
32 #include "qemu/error-report.h"
35 #include "hw/acpi/acpi-defs.h"
39 #include "hw/acpi/bios-linker-loader.h"
40 #include "hw/acpi/aml-build.h"
52 #include "hw/pci-host/gpex.h"
56 #include "hw/platform-bus.h"
57 #include "system/numa.h"
63 #include "hw/virtio/virtio-acpi.h"
75 for (i = 0; i < ms->smp.cpus; i++) { in acpi_dsdt_add_cpus()
[all …]
/openbmc/qemu/pc-bios/
HDhppa-firmware.img ... cpus etc/numa-cpu-map etc/numa-nodes acpi/table%d smbios/field ...
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c7 * See the COPYING file in the top-level directory.
13 #include "hw/qdev-properties.h"
22 #include "target/ppc/mmu-hash64.h"
23 #include "target/ppc/power8-pmu.h"
24 #include "system/numa.h"
27 #include "qemu/error-report.h"
32 CPUPPCState *env = &cpu->env; in spapr_reset_vcpu()
40 env->quiesced = true; /* set "RTAS stopped" state. */ in spapr_reset_vcpu()
49 env->msr &= ~(1ULL << MSR_SF); in spapr_reset_vcpu()
50 env->msr |= (1ULL << MSR_ME) | (1ULL << MSR_FP); in spapr_reset_vcpu()
[all …]
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c2 * QTest testcase for the vhost-user
7 * See the COPYING file in the top-level directory.
13 #include "libqtest-single.h"
16 #include "qemu/config-file.h"
20 #include "chardev/char-fe.h"
25 #include "libqos/pci-pc.h"
26 #include "libqos/virtio-pci.h"
28 #include "libqos/malloc-pc.h"
29 #include "hw/virtio/virtio-net.h"
31 #include "standard-headers/linux/vhost_types.h"
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfeatures.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 can select, and a reference on :ref:`ref-features-backfill`.
15 as ``poky.conf``, ``poky-tiny.conf``, ``poky-altcfg.conf`` and so forth.
34 .. _ref-features-machine:
41 one-to-one correspondence to packages, and they can go beyond simply
45 specified within the :ref:`ref-tasks-configure` task
51 - *acpi:* Hardware has ACPI (x86/x86_64 only)
53 - *alsa:* Hardware has ALSA audio drivers
55 - *bluetooth:* Hardware has integrated BT
57 - *efi:* Support for booting through EFI
[all …]
/openbmc/qemu/hw/i386/
H A Dmicrovm.c19 #include "qemu/error-report.h"
24 #include "qapi/qapi-visit-common.h"
27 #include "system/numa.h"
30 #include "acpi-microvm.h"
31 #include "microvm-dt.h"
42 #include "hw/char/serial-isa.h"
47 #include "hw/virtio/virtio-mmio.h"
50 #include "hw/pci-host/gpex.h"
59 #define MICROVM_BIOS_FILENAME "bios-microvm.bin"
66 val = MIN(x86ms->below_4g_mem_size / KiB, 640); in microvm_set_rtc()
[all …]
/openbmc/qemu/scripts/coverity-scan/
H A Drun-coverity-scan1 #!/bin/sh -e
8 # See the COPYING file in the top-level directory.
10 # Copyright (c) 2017-2020 Linaro Limited
14 # run the (closed-source) coverity build tools, so don't
18 # tree, and that tree is a fresh clean one, because we do an in-tree
21 # regular expressions it uses; an out-of-tree build won't work for this.)
31 # --check-upload-only : return success if upload is possible
32 # --dry-run : run the tools, but don't actually do the upload
33 # --docker : create and work inside a container
34 # --docker-engine : specify the container engine to use (docker/podman/auto);
[all …]
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c10 * your option) any later version. See the COPYING file in the top-level
17 #include "system/confidential-guest-support.h"
21 #include "virtio-ccw.h"
22 #include "qemu/config-file.h"
24 #include "qemu/error-report.h"
26 #include "qemu/qemu-print.h"
28 #include "hw/s390x/s390-pci-bus.h"
30 #include "hw/s390x/storage-keys.h"
31 #include "hw/s390x/storage-attributes.h"
32 #include "hw/s390x/event-facility.h"
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf5 # wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
7 # curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
110 # maximum number of k-means iterations = 1000
133 script to execute on alarm = @@libexecdir/netdata/plugins.d/alarm-notify.sh
145 # mode = static-threaded
153 # x-frame-options response header =
180 registry log file = @@localstatedir/lib/netdata/registry/registry-log.db
184 # registry to announce = https://registry.my-netdata.io
212 # network-viewer = yes
219 # systemd-journal = yes
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem.c10 * See the COPYING file in the top-level directory.
16 #include "qemu/error-report.h"
18 #include "system/numa.h"
23 #include "hw/virtio/virtio-bus.h"
24 #include "hw/virtio/virtio-mem.h"
30 #include "hw/qdev-properties.h"
87 * to disable THP in case we fail to properly probe the THP size, or if the
104 /* No THP -> no restrictions. */ in virtio_mem_thp_size()
117 /* Sanity-check the value and fallback to something reasonable. */ in virtio_mem_thp_size()
185 * pages on-demand with stale content when plugging new blocks. in virtio_mem_is_busy()
[all …]

12