Searched +full:rev +full:- +full:parse (Results 1 – 12 of 12) sorted by relevance
7 - ccache12 - source scripts/ci/gitlab-ci-section13 - section_start setup "Pre-script setup"14 - JOBS=$(expr $(nproc) + 1)15 - cat /packages.txt16 - section_end setup18 - export CCACHE_BASEDIR="$(pwd)"19 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache"20 - export CCACHE_MAXSIZE="500M"21 - export PATH="$CCACHE_WRAPPERSDIR:$PATH"[all …]
3 # Copyright (c) 2019-2020 Red Hat, Inc.9 # later. See the COPYING file in the top-level directory.38 result = subprocess.run(['git', 'rev-parse', branch],91 msg = ("Timeout (-t/--timeout) of %i seconds reached, "122 prog='pipeline-status',125 parser.add_argument('-t', '--timeout', type=int, default=7200,129 parser.add_argument('-i', '--interval', type=int, default=60,133 parser.add_argument('-w', '--wait', action='store_true', default=False,136 parser.add_argument('-p', '--project-id', type=int, default=11167699,138 'for https://gitlab.com/qemu-project/qemu, that '[all …]
1 ---91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}115 ---117 Please send your feedback to patchew-devel@redhat.com126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1127 docker-quick@centos8:133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1140 git rev-parse base > /dev/null || exit 0141 ./scripts/checkpatch.pl --mailback base..142 docker-mingw@fedora:[all …]
10 consult qemu-devel and not any specific individual privately.23 W: Web-page with status/info59 ------------------------------63 L: qemu-devel@nongnu.org72 R: Philippe Mathieu-Daudé <philmd@linaro.org>75 F: docs/devel/build-environment.rst76 F: docs/devel/code-of-conduct.rst78 F: docs/devel/conflict-resolution.rst80 F: docs/devel/submitting-a-patch.rst81 F: docs/devel/submitting-a-pull-request.rst[all …]
14 "-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 …]
3 * Copyright(c) 2019-2023 rev.ng Labs Srl. All Rights Reserved.14 #include "idef-parser.h"15 #include "parser-helpers.h"16 #include "idef-parser.tab.h"17 #include "idef-parser.yy.h"26 %lex-param {void *scanner}27 %parse-param {void *scanner}28 %parse-param {Context *c}30 %define parse.error verbose31 %define parse.lac full[all …]
1 #!/bin/sh -e8 # See the COPYING file in the top-level directory.10 # Copyright (c) 2017-2020 Linaro Limited14 # run the (closed-source) coverity build tools, so don't18 # tree, and that tree is a fresh clean one, because we do an in-tree21 # regular expressions it uses; an out-of-tree build won't work for this.)31 # --check-upload-only : return success if upload is possible32 # --dry-run : run the tools, but don't actually do the upload33 # --docker : create and work inside a container34 # --docker-engine : specify the container engine to use (docker/podman/auto);[all …]
... i-cache-sets d-cache-block-size i-cache-block-size tlb- ...
30 #include "qemu/error-report.h"32 #include "qemu/host-utils.h"33 #include "qemu/qemu-print.h"38 #include "exec/translation-block.h"39 #include "exec/tlb-common.h"41 #include "tcg/tcg-op-common.h"56 #include "tcg/tcg-ldst.h"57 #include "tcg/tcg-temp-internal.h"58 #include "tcg-internal.h"60 #include "tcg-has.h"[all …]
33 #include "hw/qdev-properties.h"34 #include "hw/qdev-properties-system.h"36 #include "migration/qemu-file-types.h"43 #include "qemu/error-report.h"53 #include "pci-internal.h"79 DEFINE_PROP_PCI_DEVFN("addr", PCIDevice, devfn, -1),82 DEFINE_PROP_INT32("rombar", PCIDevice, rom_bar, -1),85 DEFINE_PROP_BIT("x-pcie-lnksta-dllla", PCIDevice, cap_present,87 DEFINE_PROP_BIT("x-pcie-extcap-init", PCIDevice, cap_present,91 DEFINE_PROP_UINT32("acpi-index", PCIDevice, acpi_index, 0),[all …]
10 * See the COPYING file in the top-level directory.17 * 2. list any changed files in tests/qtest/bios-tables-test-allowed-diff.h20 * Contributor or ACPI Maintainer (steps 4-7 need to be redone to resolve conflicts23 * After 1-3 above tests will pass but ignore differences with the expected files.24 * You will also notice that tests/qtest/bios-tables-test-allowed-diff.h lists31 * output. If not - disassemble them yourself in any way you like.32 * Look at the differences - make sure they make sense and match what the38 * $(SRC_PATH)/tests/data/acpi/rebuild-expected-aml.sh48 * tests/qtest/bios-tables-test-allowed-diff.h is empty - this will ensure52 * - patch 1: list changed files in tests/qtest/bios-tables-test-allowed-diff.h.[all …]
23 #include "qemu/qemu-print.h"24 #include "qemu/hw-version.h"26 #include "tcg/helper-tcg.h"27 #include "exec/translation-block.h"29 #include "hvf/hvf-i386.h"33 #include "qemu/error-report.h"34 #include "qapi/qapi-visit-machine.h"35 #include "standard-headers/asm-x86/kvm_para.h"36 #include "hw/qdev-properties.h"40 #include "confidential-guest.h"[all …]