Searched +full:close +full:- +full:pull (Results 1 – 10 of 10) sorted by relevance
/qemu/.github/workflows/ |
H A D | lockdown.yml | 1 # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown 10 pull-requests: write 14 runs-on: ubuntu-latest 16 - uses: dessant/repo-lockdown@v2 18 pr-comment: | 21 This repository is a read-only mirror of the project's repostories hosted 22 on https://gitlab.com/qemu-project/qemu.git. 29 lock-pr: true 30 close-pr: true
|
/qemu/tests/qemu-iotests/ |
H A D | 258 | 27 # Returns a node for blockdev-add 33 'node-name': node_name, 47 'throttle-group': throttle, 65 # finish, it polls and thus makes stream finish concurrently -- 78 qemu_img('create', '-f', 'raw', node0_path, '64M') 84 qemu_img('create', '-f', iotests.imgfmt, path, '64M') 88 # earlier and then pull in stream 90 '-c', 'write %iK 64K' % (65536 - 192), 91 '-c', 'write %iK 64K' % (65536 - 64)) 96 qemu_io(node1_path, '-c', 'write %iK 64K' % (65536 - 64)) [all …]
|
/qemu/tests/docker/ |
H A D | docker.py | 12 # the top-level directory. 65 return _bytes_checksum(text.encode('utf-8')) 68 return open(path, 'rt', encoding='utf-8').read() 81 commands += [["docker"], ["sudo", "-n", "docker"]] 121 ldd_re = re.compile(r"(?:\S+ => )?(\S*) \(:?0x[0-9a-f]+\)") 123 ldd_output = subprocess.check_output(["ldd", executable]).decode('utf-8') 145 This does rely on the host file-system being fairly multi-arch 199 # special case for Debian linux-user images 201 img_name = "debian-bootstrap" 250 cmd = ["ps", "-q"] [all …]
|
/qemu/tests/qtest/ |
H A D | microbit-test.c | 10 * Copyright 2018 Steffen Görtz <contrib@steffen-goertz.de> 13 * the COPYING file in the top-level directory. 40 if (now - start > 600) { in uart_wait_for_event() 78 QTestState *qts = qtest_init_with_serial("-M microbit", &sock_fd); in test_nrf51_uart() 110 close(sock_fd); in test_nrf51_uart() 139 QTestState *qts = qtest_init("-M microbit"); in test_microbit_i2c() 190 QTestState *qts = qtest_init("-M microbit"); in test_nrf51_nvmc() 196 /* Test write-read config register */ in test_nrf51_nvmc() 281 QTestState *qts = qtest_init("-M microbit"); in test_nrf51_gpio() 335 qtest_set_irq_in(qts, "/machine/nrf51", "unnamed-gpio-in", 0, 0); in test_nrf51_gpio() [all …]
|
H A D | bios-tables-test.c | 10 * See the COPYING file in the top-level directory. 17 * 2. list any changed files in tests/qtest/bios-tables-test-allowed-diff.h 20 * Contributor or ACPI Maintainer (steps 4-7 need to be redone to resolve conflicts 23 * 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 lists 31 * output. If not - disassemble them yourself in any way you like. 32 * Look at the differences - make sure they make sense and match what the 38 * $(SRC_PATH)/tests/data/acpi/rebuild-expected-aml.sh 47 * or before doing a pull request (Maintainer), make sure 48 * tests/qtest/bios-tables-test-allowed-diff.h is empty - this will ensure [all …]
|
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 1 .. _submitting-a-patch: 13 one-shot fix, the bare minimum we ask is that: 15 .. list-table:: Minimal Checklist for Patches 17 :header-rows: 1 19 * - Check 20 - Reason 21 * - Patches contain Signed-off-by: Your Name <author@email> 22 …- States you are legally able to contribute the code. See :ref:`patch_emails_must_include_a_signed… 23 * - Sent as patch emails to ``qemu-devel@nongnu.org`` 24 - The project uses an email list based workflow. See :ref:`submitting_your_patches` [all …]
|
H A D | rust.rst | 14 __ https://doc.rust-lang.org/nomicon/meet-safe-and-unsafe.html 17 ------------------------------ 25 are accustomed to the more "normal" Cargo-based development workflow. 31 * it is also possible to use ``cargo`` for common Rust-specific coding 53 pyvenv/bin/meson devenv -w ../rust cargo clippy --tests 54 pyvenv/bin/meson devenv -w ../rust cargo fmt 62 tree. This third method is useful if you are using ``rust-analyzer``; 64 ``rust-analyzer.cargo.extraEnv`` setting. 66 As shown above, you can use the ``--tests`` option as usual to operate on test 71 make check-rust [all …]
|
/qemu/scripts/ |
H A D | checkpatch.pl | 5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 49 $P [OPTION]... [GIT-REV-LIST] 54 -q, --quiet quiet 55 --no-tree run without a qemu tree 56 --no-signoff do not check for 'Signed-off-by' line 57 --patch treat FILE as patchfile 58 --branch treat args as GIT revision list 59 --emacs emacs compile window format 60 --terse one line per report 61 -f, --file treat FILE as regular source file [all …]
|
/qemu/include/qemu/ |
H A D | osdep.h | 4 * This header exists to pull in some common system headers that 10 * of config-host.h, config-target.h, qemu/compiler.h, 11 * system/os-posix.h, system/os-win32.h, system/os-wasm.h, glib-compat.h and 16 * os-*.c and util/oslib-*.c; those would probably be better split 25 * See the COPYING file in the top-level directory. 34 #include "config-host.h" 90 /* enable C99/POSIX format strings (needs mingw32-runtime 3.15 or later) */ 121 * function availability on recentish Mingw-w64 platforms. */ 131 /* setjmp must be declared before system/os-win32.h 161 #include "glib-compat.h" [all …]
|
/qemu/ui/ |
H A D | cocoa.m | 31 #include "qemu/help-texts.h" 32 #include "qemu-main.h" 36 #include "ui/kbd-state.h" 39 #include "system/runstate-action.h" 40 #include "system/cpu-throttle.h" 42 #include "qapi/qapi-commands-block.h" 43 #include "qapi/qapi-commands-machine.h" 44 #include "qapi/qapi-commands-misc.h" 46 #include "qemu-version.h" 48 #include "qemu/main-loop.h" [all …]
|