Home
last modified time | relevance | path

Searched +full:0 +full:- +full:9 +full:a +full:- +full:z (Results 1 – 25 of 168) sorted by relevance

1234567

/qemu/qobject/
H A Djson-lexer.c10 * See the COPYING.LIB file in the top-level directory.
15 #include "json-parser-int.h"
28 * begin-array = ws %x5B ws ; [ left square bracket
29 * begin-object = ws %x7B ws ; { left curly bracket
30 * end-array = ws %x5D ws ; ] right square bracket
31 * end-object = ws %x7D ws ; } right curly bracket
32 * name-separator = ws %x3A ws ; : colon
33 * value-separator = ws %x2C ws ; , comma
49 * [This lexer accepts [a-z]+, and leaves rejecting unknown literal
55 * decimal-point = %x2E ; .
[all …]
/qemu/pc-bios/
HDu-boot.e500 ... -f A v q * q 3 x4 j-=m ld \c Qkkbal 0e N b l ...
HDopenbios-ppc ... 9 }* :0 ; : R ?L A @p @< @ A$ X ? v
HDhppa-firmware.img ... boot device. Booting from FWSCSI.%d.0 ... Not a PA-RISC boot image ...
/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.pre17 if [ -z $FAKEROOT ]; then
23 if [ -z "${DEB_ARCH}" ]; then
29 if [ -z "${DEB_TYPE}" ]; then
30 echo "Please set DEB_TYPE to a Debian archive name (e.g. testing)" >&2
36 if [ -z "${DEB_VARIANT}" ]; then
40 if [ -z "${DEB_URL}" ]; then
46 # - DEBOOTSTRAP_DIR pointing at a development checkout
47 # - PATH for the debootstrap script (installed)
53 if [ -z $DEBOOTSTRAP_DIR ]; then
56 if [ -z $DEBOOTSTRAP ]; then
[all …]
/qemu/scripts/
H A Dclean-header-guards.pl12 # top-level directory.
14 # Usage: scripts/clean-header-guards.pl [OPTION]... [FILE]...
15 # -c CC Use a compiler other than cc
16 # -n Suppress actual cleanup
17 # -v Show which files are cleaned up, and which are skipped
20 # - Header files without a recognizable header guard are skipped.
21 # - Clean up any untidy header guards in-place. Warn if the cleanup
24 # - Warn about duplicate header guard symbols. To make full use of
26 # - Warn when preprocessing a header with its guard symbol defined
28 # "cc -E -DGUARD_H -c -P -", and fed the test program on stdin.
[all …]
H A Dblock-coroutine-wrapper.py8 Usage: block-coroutine-wrapper.py generated-file.c FILE.[ch]...
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 You should have received a copy of the GNU General Public License
37 * File is generated by scripts/block-coroutine-wrapper.py
44 #include "block/block-gen.h"
46 #include "block/dirty-bitmap.h"
53 r'(?P<name>[a-z][a-z0-9_]*)'
56 def __init__(self, param_decl: str) -> None:
67 args: str, variant: str) -> None:
95 self.get_result = 's->ret = '
[all …]
H A Dupdate-linux-headers.sh1 #!/bin/sh -e
3 # Update Linux kernel headers QEMU requires from a specified kernel tree.
11 # See the COPYING file in the top-level directory.
15 # - linux-headers/ for files that are required for compiling for a
21 # - include/standard-headers/ for files that are used for guest
26 # sanitize the headers to remove any use of Linux-specifics such as
29 tmpdir=$(mktemp -d)
35 if [ -z "$linux" ] || ! [ -d "$linux" ]; then
37 usage: update-kernel-headers.sh LINUX_PATH [OUTPUT_PATH]
45 if [ -z "$output" ]; then
[all …]
/qemu/tests/qemu-iotests/
H A D271.out8 write -q -P PATTERN 0 1k
9 L2 entry #0: 0x8000000000050000 0000000000000001
10 write -q -P PATTERN 3k 512
11 L2 entry #0: 0x8000000000050000 0000000000000003
12 write -q -P PATTERN 5k 1k
13 L2 entry #0: 0x8000000000050000 0000000000000007
14 write -q -P PATTERN 6k 2k
15 L2 entry #0: 0x8000000000050000 000000000000000f
16 write -q -P PATTERN 8k 6k
17 L2 entry #0: 0x8000000000050000 000000000000007f
[all …]
H A D2716 # Copyright (C) 2019-2020 Igalia, S.L.
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # You should have received a copy of the GNU General Public License
26 seq="$(basename $0)"
35 rm -f "$TEST_IMG.raw"
37 trap "_cleanup; exit \$status" 0 1 2 3 15
46 _unsupported_imgopts extended_l2 compat=0.10 cluster_size data_file refcount_bits=1[^0-9]
48 l2_offset=$((0x40000))
52 $QEMU_IMG compare "$TEST_IMG" "$TEST_IMG.raw" | grep -v 'Images are identical'
54 grep -v 'No errors were found on the image'
[all …]
H A D06615 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # You should have received a copy of the GNU General Public License
25 seq="$(basename $0)"
34 trap "_cleanup; exit \$status" 0 1 2 3 15
40 # This tests qcow2-specific low-level functionality
44 # (TODO: Consider splitting the snapshot part into a separate test
46 _unsupported_imgopts 'compat=0.10' 'refcount_bits=1[^0-9]' data_file
56 # zero clusters) and discard everything. Everything should now read as 0.
57 $QEMU_IO -c "write 0 256k" -c "write -z 0 256k" -c "write 64M 512" \
58 -c "discard 0 $IMG_SIZE" -c "read -P 0 0 $IMG_SIZE" "$TEST_IMG" \
[all …]
/qemu/target/m68k/
H A Dtranslate.c4 * Copyright (c) 2005-2007 CodeSourcery
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * You should have received a copy of the GNU Lesser General Public
23 #include "exec/translation-block.h"
25 #include "tcg/tcg-op.h"
27 #include "qemu/qemu-print.h"
29 #include "exec/helper-proto.h"
30 #include "exec/helper-gen.h"
36 #include "exec/helper-info.c.inc"
82 -offsetof(M68kCPU, env) + in m68k_tcg_init()
[all …]
/qemu/target/riscv/
H A Dvcrypto_helper.c2 * RISC-V Vector Crypto Extension Helpers for QEMU.
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 * You should have received a copy of the GNU General Public License along with
21 #include "qemu/host-utils.h"
26 #include "crypto/aes-round.h"
29 #include "exec/helper-proto.h"
35 uint64_t result = 0; in clmul64()
36 for (int j = 63; j >= 0; j--) { in clmul64()
46 uint64_t result = 0; in clmulh64()
47 for (int j = 63; j >= 1; j--) { in clmulh64()
[all …]
/qemu/tests/tcg/i386/
H A Dx86.csv1 # x86 instruction set description version 0.2x, 2018-05-08
8 # This file contains a block of comment lines, each beginning with #,
10 # of the file, so a reader can skip past the comments and hand the
11 # rest of the file to a standard CSV reader.
22 # 5. The validity of the instruction in 32-bit (aka compatibility, legacy) mode.
24 # 6. The validity of the instruction in 64-bit mode.
28 # 8. Additional comma-separated tags containing hints about the instruction.
30 # 9. The read/write actions of the instruction on the arguments used in
42 # The instruction mnemonics are as used in the Intel manual, with a few exceptions.
56 # Immediates may have bitfield-like modifier that specifies how much bits
[all …]
/qemu/ui/
H A Dcurses_keys.h6 * Permission is hereby granted, free of charge, to any person obtaining a copy
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
33 #define GREY_CODE 0xe0
35 #define SHIFT_CODE 0x2a
37 #define CNTRL_CODE 0x1d
39 #define ALT_CODE 0x38
43 #define KEYSYM_MASK 0x0ffffff
49 /* curses won't detect a Control + Alt + 1, so use Alt + 1 */
52 #define CURSES_CHARS 0x100 /* Support latin1 only */
56 [0 ... (CURSES_CHARS - 1)] = -1,
[all …]
/qemu/tests/tcg/multiarch/
H A Dsha1.c6 SHA-1 in C
10 Test Vectors (from FIPS PUB 180-1)
12 A9993E36 4706816A BA3E2571 7850C26C 9CD0D89D
15 A million repetitions of "a"
30 SHA-1 in C
47 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
52 #define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \
53 |(rol(block->l[i],8)&0x00FF00FF))
55 #define blk0(i) block->l[i]
59 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \
[all …]
/qemu/target/avr/
H A Ddisas.c4 * Copyright (c) 2019-2020 Richard Henderson <rth@twiddle.net>
5 * Copyright (c) 2019-2020 Michael Rolnik <mrolnik@gmail.com>
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * You should have received a copy of the GNU General Public License
52 ctx->next_word_used = true; in next_word()
53 return ctx->next_word; in next_word()
61 /* Include the auto-generated decoder. */
63 #include "decode-insn.c.inc"
66 (pctx->info->fprintf_func(pctx->info->stream, "%-9s " format, \
77 status = info->read_memory_func(addr, buffer, 2, info); in avr_print_insn()
[all …]
/qemu/linux-user/i386/
H A Dsyscallhdr.sh2 # SPDX-License-Identifier: GPL-2.0-only
11 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
12 -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g'`
13 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
19 if [ -z "$offset" ]; then
/qemu/linux-user/x86_64/
H A Dsyscallhdr.sh2 # SPDX-License-Identifier: GPL-2.0-only
11 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
12 -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g'`
13 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
19 if [ -z "$offset" ]; then
/qemu/linux-user/hexagon/
H A Dsyscallhdr.sh2 # SPDX-License-Identifier: GPL-2.0
11 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
12 -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g'`
13 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
19 if [ -z "$offset" ]; then
/qemu/linux-user/loongarch64/
H A Dsyscallhdr.sh2 # SPDX-License-Identifier: GPL-2.0
11 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
12 -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g'`
13 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
19 if [ -z "$offset" ]; then
/qemu/linux-user/aarch64/
H A Dsyscallhdr.sh2 # SPDX-License-Identifier: GPL-2.0
11 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
12 -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g'`
13 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
19 if [ -z "$offset" ]; then
/qemu/linux-user/openrisc/
H A Dsyscallhdr.sh2 # SPDX-License-Identifier: GPL-2.0
11 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
12 -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g'`
13 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
19 if [ -z "$offset" ]; then
/qemu/linux-user/riscv/
H A Dsyscallhdr.sh2 # SPDX-License-Identifier: GPL-2.0
11 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
12 -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g'`
13 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
19 if [ -z "$offset" ]; then
/qemu/linux-user/alpha/
H A Dsyscallhdr.sh2 # SPDX-License-Identifier: GPL-2.0-only
11 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
12 -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g'`
13 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
18 nxt=0
20 if [ -z "$offset" ]; then

1234567