| /openbmc/qemu/scripts/ |
| H A D | meson-buildoptions.sh | 1 # 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/include/hw/arm/ |
| H A D | smmu-common.h | 4 * Copyright (C) 2015-2016 Broadcom Corporation 30 /* VMSAv8-64 Translation constants and functions */ 34 #define VMSA_STRIDE(gran) ((gran) - VMSA_LEVELS + 1) 35 #define VMSA_BIT_LVL(isz, strd, lvl) ((isz) - (strd) * \ 36 (VMSA_LEVELS - (lvl))) 38 VMSA_BIT_LVL(isz, strd, lvl)) - 1) 40 #define CACHED_ENTRY_TO_ADDR(ent, addr) ((ent)->entry.translated_addr + \ 41 ((addr) & (ent)->entry.addr_mask)) 72 uint8_t tsz; /* input range, ie. 2^(64 -tsz)*/ 74 bool had; /* hierarchical attribute disable */ [all …]
|
| /openbmc/u-boot/include/linux/ |
| H A D | compiler.h | 17 # define __release(x) __context__(x,-1) 56 #include <linux/compiler-gcc.h> 69 # include <linux/compiler-intel.h> 76 #include <linux/compiler-clang.h> 80 * Generic compiler-dependent macros required for kernel 104 * to disable branch tracing on a per file basis. 194 /* Not-quite-unique ID. */ 226 * '__maybe_unused' allows us to avoid defined-but-not-used warnings. 267 * compile-time warning. 270 * process-level code and irq/NMI handlers, all running on the same CPU, [all …]
|
| /openbmc/qemu/ |
| H A D | meson_options.txt | 1 # 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 …]
|
| H A D | qemu-img.c | 4 * Copyright (c) 2003-2008 Fabrice Bellard 28 #include "qemu/help-texts.h" 29 #include "qemu/qemu-progress.h" 30 #include "qemu-version.h" 32 #include "qapi/qapi-commands-block-core.h" 33 #include "qapi/qapi-visit-block-core.h" 34 #include "qapi/qobject-output-visitor.h" 38 #include "qemu/config-file.h" 40 #include "qemu/error-report.h" 42 #include "qemu/main-loop.h" [all …]
|
| H A D | meson.build | 15 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 …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 223 | 6 # Copyright (C) 2018-2020 Red Hat, Inc. 32 rm -f "$SOCK_DIR/nbd" 51 $QEMU -nographic -qmp stdio -serial none "$@" 63 echo "=== Create partially sparse image, then add dirty bitmaps ===" 68 # check for read-only interactions 69 _make_test_img -o cluster_size=4k 4M 70 $QEMU_IO -c 'w -P 0x11 1M 2M' "$TEST_IMG" | _filter_qemu_io 73 { "execute": "blockdev-add", 76 "node-name": "n", 83 { "execute": "block-dirty-bitmap-add", [all …]
|
| H A D | common.rc | 4 # Copyright (c) 2000-2006 Silicon Graphics, Inc. All Rights Reserved. 24 HOSTOS=$(uname -s) 25 arch=$(uname -m) 40 if ! command -v gsed >/dev/null 2>&1; then 41 if sed --version 2>&1 | grep -v 'not GNU sed' | grep 'GNU sed' > /dev/null; 59 command dd --help | grep noxfer > /dev/null 2>&1 61 if [ "$?" -eq 0 ] 84 while ((len--)); do 107 # coreutils' od --endian is not portable, so manually assemble bytes. 108 for byte in $(od -j"$2" -N"$3" -An -v -tu1 "$1"); do [all …]
|
| H A D | 223.out | 3 === Create partially sparse image, then add dirty bitmaps === 14 …croseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}} 29 {"execute":"blockdev-add", 30 "arguments":{"driver":"IMGFMT", "node-name":"n", 33 {"execute":"block-dirty-bitmap-disable", 36 {"execute":"blockdev-add", 37 "arguments":{"driver":"null-co", "node-name":"null", 40 {"execute":"block-dirty-bitmap-add", 46 {"execute":"nbd-server-add", 49 {"execute":"nbd-server-start", [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
| H A D | valkey.conf | 6 # ./valkey-server /path/to/valkey.conf 24 # to customize a few per-server settings. Include files can include 84 # By default protected mode is enabled. You should disable it only if 88 protected-mode yes 96 # In high requests-per-second environments you need an high backlog in order 101 tcp-backlog 511 112 # Close the connection after a client is idle for N seconds (0 to disable) 117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence 130 tcp-keepalive 300 139 # supervised no - no supervision interaction [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | redis.conf | 6 # ./redis-server /path/to/redis.conf 24 # to customize a few per-server settings. Include files can include 84 # By default protected mode is enabled. You should disable it only if 88 protected-mode yes 96 # In high requests-per-second environments you need an high backlog in order 101 tcp-backlog 511 112 # Close the connection after a client is idle for N seconds (0 to disable) 117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence 130 tcp-keepalive 300 139 # supervised no - no supervision interaction [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/ |
| H A D | redis.conf | 6 # ./redis-server /path/to/redis.conf 24 # to customize a few per-server settings. Include files can include 84 # By default protected mode is enabled. You should disable it only if 88 protected-mode yes 96 # In high requests-per-second environments you need an high backlog in order 101 tcp-backlog 511 112 # Close the connection after a client is idle for N seconds (0 to disable) 117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence 130 tcp-keepalive 300 139 # supervised no - no supervision interaction [all …]
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | filemap.py | 4 # SPDX-License-Identifier: GPL-2.0-only 9 are supported - the FIEMAP ioctl and the 'SEEK_HOLE / SEEK_DATA' features of 16 # Disable the following pylint recommendations: 18 # pylint: disable=R0902 33 # Get the block size of the host file-system for the image file by calling 61 is not supported either by the kernel or the file-system. 109 self.blocks_cnt = self.image_size + self.block_size - 1 143 def block_is_mapped(self, block): # pylint: disable=W0613,R0201 152 def get_mapped_ranges(self, start, count): # pylint: disable=W0613,R0201 175 returns '-1'. Otherwise the data or hole position is returned.""" [all …]
|
| /openbmc/qemu/docs/tools/ |
| H A D | qemu-img.rst | 6 -------- 8 **qemu-img** [*standard options*] *command* [*command options*] 11 ----------- 13 qemu-img allows you to create, convert and modify images offline. It can handle 16 **Warning:** Never use qemu-img to modify images in use by a running virtual 22 ------- 24 .. program:: qemu-img 28 .. option:: -h, --help 32 .. option:: -V, --version 36 .. option:: -T, --trace [[enable=]PATTERN][,events=FILE][,file=FILE] [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | wic.py | 4 # SPDX-License-Identifier: GPL-2.0-only 30 extract file names from the output of debugfs -R 'ls -p', 61 self.resultdir = os.path.join(self.builddir, "wic-tmp") 69 self.skipTest('wic-tools needs USE_NLS=yes') 71 bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils') 83 bitbake('%s -c do_rootfs_wicenv' % image) 91 """Test wic --version""" 92 runCmd('wic --version') 95 """Test wic --help and wic -h""" 96 runCmd('wic --help') [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/ |
| H A D | 0002-Remove-LGPL-Code-and-references.patch | 2 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= <cantonios@google.com> 6 Upstream-Status: Backport [https://gitlab.com/libeigen/eigen/-/commit/e256ad1823c2eddd6954241ddc99b… 7 --- 8 COPYING.LGPL | 502 ------------------ 9 COPYING.README | 16 +- 10 Eigen/src/Core/util/NonMPL2.h | 3 - 11 .../IncompleteCholesky.h | 3 +- 12 bench/tensors/eigen_sycl_bench.sh | 1 - 13 bench/tensors/eigen_sycl_bench_contract.sh | 2 +- 14 doc/PreprocessorDirectives.dox | 3 - [all …]
|
| /openbmc/qemu/block/ |
| H A D | vmdk.c | 29 #include "system/block-backend.h" 31 #include "qemu/error-report.h" 45 /* Zeroed-grain enable bit */ 57 #define VMDK_ERROR (-1) 59 #define VMDK_UNALLOC (-2) 60 #define VMDK_ZEROED (-3) 243 if (end - p >= strlen("version=X\n")) { in vmdk_probe() 250 if (end - p >= strlen("version=X\r\n")) { in vmdk_probe() 271 BDRVVmdkState *s = bs->opaque; in vmdk_free_extents() 275 for (i = 0; i < s->num_extents; i++) { in vmdk_free_extents() [all …]
|
| /openbmc/u-boot/ |
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0+ 15 # o Do not use make's built-in rules and variables 16 # (this increases performance and avoids hard-to-debug behaviour); 18 MAKEFLAGS += -rR --include-dir=$(CURDIR) 32 # Most importantly: sub-Makefiles should only ever modify files in 35 # unavoidable when linking the built-in.o targets which finally 46 # --------------------------------------------------------------------------- 53 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< 60 # A simple variant is to prefix commands with $(Q) - that's useful 61 # for commands that shall be hidden in non-verbose mode. [all …]
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | generic_fuzz.c | 2 * Generic Virtual-Device Fuzzing Target 10 * See the COPYING file in the top-level directory. 20 #include "tests/qtest/libqos/pci-pc.h" 25 #include "hw/qdev-core.h" 30 #include "hw/mem/sparse-mem.h" 108 if (info->index == 0) { in get_io_address_cb() 109 info->result.addr = (ram_addr_t)start; in get_io_address_cb() 110 info->result.size = (ram_addr_t)size; in get_io_address_cb() 111 info->found = 1; in get_io_address_cb() 114 info->index--; in get_io_address_cb() [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | Kconfig | 4 bool "Support U-Boot commands" 7 Enable U-Boot's command-line functions. This provides a means 8 to enter commands into U-Boot for a wide variety of purposes. It 12 substantially to the size of U-Boot. 71 U-Boot automatic booting process and bring the device 72 to the U-Boot prompt for user input. 103 autoboot starts booting, U-Boot gives a command prompt. The 104 U-Boot prompt will time out if CONFIG_BOOT_RETRY_TIME is 116 U-Boot gives a command prompt. The U-Boot prompt never 120 bool "Enable Ctrl-C autoboot interruption" [all …]
|
| /openbmc/qemu/linux-headers/linux/ |
| H A D | vfio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 37 /* Two-stage IOMMU */ 43 * The No-IOMMU IOMMU offers no translation or isolation for devices and 44 * supports no ioctls outside of VFIO_CHECK_EXTENSION. Use of VFIO's No-IOMMU 100 /* -------- IOCTLs for VFIO file descriptor (/dev/vfio/vfio) -------- */ 103 * VFIO_GET_API_VERSION - _IO(VFIO_TYPE, VFIO_BASE + 0) 114 * VFIO_CHECK_EXTENSION - _IOW(VFIO_TYPE, VFIO_BASE + 1, __u32) 123 * VFIO_SET_IOMMU - _IOW(VFIO_TYPE, VFIO_BASE + 2, __s32) 130 * Return: 0 on success, -errno on failure 135 /* -------- IOCTLs for GROUP file descriptors (/dev/vfio/$GROUP) -------- */ [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | block-core.json | 1 # -*- Mode: Python -*- 21 # @vm-state-size: size of the VM state 23 # @date-sec: UTC date of the snapshot in seconds 25 # @date-nsec: fractional part in nano seconds to be used with date-sec 27 # @vm-clock-sec: VM clock relative to boot in seconds 29 # @vm-clock-nsec: fractional part in nano seconds to be used with 30 # vm-clock-sec 33 # record/replay is enabled. Used for "time-traveling" to match 35 # counter may be obtained through `query-replay` command 41 'data': { 'id': 'str', 'name': 'str', 'vm-state-size': 'int', [all …]
|
| /openbmc/qemu/hw/vfio/ |
| H A D | pci.c | 10 * the COPYING file in the top-level directory. 12 * Based on qemu-kvm device-assignment: 18 * Copyright (C) 2008, IBM, Muli Ben-Yehuda (muli@il.ibm.com) 30 #include "hw/qdev-properties.h" 31 #include "hw/qdev-properties-system.h" 32 #include "hw/vfio/vfio-cpr.h" 36 #include "qemu/error-report.h" 37 #include "qemu/main-loop.h" 47 #include "migration/qemu-file.h" 49 #include "vfio-migration-internal.h" [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | combo-layer | 3 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- 6 # Authored-by: Yu Ke <ke.yu@intel.com> 10 # SPDX-License-Identifier: GPL-2.0-only 44 branchname = runcmd("git symbolic-ref HEAD 2>/dev/null", repodir).strip() 55 For an example config file, see combo-layer.conf.example 89 if repo == "combo-layer-settings": 101 lcfile = self.conffile.replace('.conf', '-local.conf') 167 …logger.error("ERROR: patchutils package is missing, please install it (e.g. # apt-get install patc… 190 output = err.read().decode('utf-8') 198 combo-layer. [all …]
|
| /openbmc/qemu/target/arm/ |
| H A D | cpregs-pmu.c | 3 * SPDX-License-Identifier: GPL-2.0-or-later 11 #include "cpu-features.h" 31 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TPM)) { in access_tpm() 71 return -1; in swinc_ns_per() 134 return -1; in zero_event_ns_per() 175 * should first be updated to something sparse instead of the current 193 * Empty supported_event_map and cpu->pmceid[01] before adding supported in pmu_init() 199 cpu->pmceid0 = 0; in pmu_init() 200 cpu->pmceid1 = 0; in pmu_init() 204 assert(cnt->number <= MAX_EVENT_ID); in pmu_init() [all …]
|