Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/qemu/scripts/
H A Dupdate-linux-headers.sh33 output="$2"
40 OUTPUT_PATH output directory, usually the qemu source tree (default: $PWD)
45 if [ -z "$output" ]; then
46 output="$PWD"
117 rm -rf "$output/linux-headers/asm-$arch"
118 mkdir -p "$output/linux-headers/asm-$arch"
120 cp "$hdrdir/include/asm/$header" "$output/linux-headers/asm-$arch"
124 cp "$hdrdir/include/asm/sgidefs.h" "$output/linux-headers/asm-mips/"
125 cp "$hdrdir/include/asm/unistd_o32.h" "$output/linux-headers/asm-mips/"
126 cp "$hdrdir/include/asm/unistd_n32.h" "$output/linu
[all...]
H A Dgensyscalls.sh10 output="$2"
19 if [ "$output" = "" ] ; then
20 output="$PWD"
96 generate_syscall_nr arm64 64 "$output/linux-user/aarch64/syscall_nr.h"
97 generate_syscall_nr openrisc 32 "$output/linux-user/openrisc/syscall_nr.h"
99 generate_syscall_nr riscv 32 "$output/linux-user/riscv/syscall32_nr.h"
100 generate_syscall_nr riscv 64 "$output/linux-user/riscv/syscall64_nr.h"
101 generate_syscall_nr hexagon 32 "$output/linux-user/hexagon/syscall_nr.h"
102 generate_syscall_nr loongarch 64 "$output/linux-user/loongarch64/syscall_nr.h"
H A Dupdate-syscalltbl.sh21 output="$2"
28 OUTPUT_PATH output directory, usually the qemu source tree (default: $PWD)
33 if [ -z "$output" ]; then
34 output="$PWD"
44 if ! cp "$linux/$src" "$output/$dst" ; then
45 echo "Cannot copy $linux/$src to $output/$dst" 1>&2
/qemu/tests/tcg/arm/
H A Dfcvt.c125 uint32_t output; in convert_single_to_half() local
128 uint16_t output; in convert_single_to_half() local
144 double output; in convert_single_to_double() local
166 int64_t output; in convert_single_to_integer() local
173 output = input; in convert_single_to_integer()
245 output = input; in convert_double_to_half()
285 int64_t output; in convert_double_to_integer() local
292 output = input; in convert_double_to_integer()
329 double output; in convert_half_to_double() local
336 output = input; in convert_half_to_double()
[all …]
/qemu/tests/tcg/hexagon/
H A Dv69_hvx.c45 void *pout = output; in test_vasrvuhubrndsat()
48 memset(output, 0xbb, sizeof(output)); in test_vasrvuhubrndsat()
82 void *pout = output; in test_vasrvuhubsat()
85 memset(output, 0xbb, sizeof(output)); in test_vasrvuhubsat()
119 void *pout = output; in test_vasrvwuhrndsat()
122 memset(output, 0xbb, sizeof(output)); in test_vasrvwuhrndsat()
156 void *pout = output; in test_vasrvwuhsat()
159 memset(output, 0xbb, sizeof(output)); in test_vasrvwuhsat()
195 memset(output, 0xbb, sizeof(output)); in test_vassign_tmp()
234 memset(output, 0xbb, sizeof(output)); in test_vcombine_tmp()
[all …]
H A Dhvx_misc.c32 void *pout = output; in test_load_tmp()
65 void *pout0 = &output[0]; in test_load_tmp2()
96 void *pout = output; in test_load_cur()
119 void *pout = output; in test_load_aligned()
135 void *pout = output; in test_load_unaligned()
152 void *pout = output; in test_store_aligned()
168 void *pout = output; in test_store_unaligned()
186 void *pout = output; in test_masked_store()
235 void *pout = output; in test_new_value_store()
264 void *pout = output; in test_max_temps()
[all …]
H A Dreg_mut.c26 #define WRITE_REG_NOCLOBBER(output, reg_name, input) \ argument
29 : "=r"(output) \
33 #define WRITE_REG_ENCODED(output, reg_name, input, encoding) \ argument
37 : "=r"(output) \
41 #define WRITE_REG_PAIR_ENCODED(output, reg_name, input, encoding) \ argument
45 : "=r"(output) \
/qemu/ui/
H A Dvnc-enc-zlib.c54 vs->zlib.tmp = vs->output; in vnc_zlib_start()
55 vs->output = vs->zlib.zlib; in vnc_zlib_start()
64 vs->zlib.zlib = vs->output; in vnc_zlib_stop()
65 vs->output = vs->zlib.tmp; in vnc_zlib_stop()
106 zstream->next_out = vs->output.buffer + vs->output.offset; in vnc_zlib_stop()
107 zstream->avail_out = vs->output.capacity - vs->output.offset; in vnc_zlib_stop()
117 vs->output.offset = vs->output.capacity - zstream->avail_out; in vnc_zlib_stop()
128 old_offset = vs->output.offset; in vnc_zlib_send_framebuffer_update()
140 new_offset = vs->output.offset; in vnc_zlib_send_framebuffer_update()
141 vs->output.offset = old_offset; in vnc_zlib_send_framebuffer_update()
[all …]
/qemu/tests/qemu-iotests/
H A D17861 $QEMU_IMG measure --output foo # invalid output format
97 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 0
98 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 2G
99 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 64G
100 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 256G
101 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 1T
102 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 2P
103 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 7E
145 $QEMU_IMG measure --output=$ofmt -o backing_file=x \
151 $QEMU_IMG measure --output=$ofmt \
[all …]
H A D14655 $QEMU_IMG map --output=json --image-opts \
63 $QEMU_IMG map --output=json --image-opts \
71 $QEMU_IMG map --output=json --image-opts \
82 $QEMU_IMG map --output=json --image-opts \
90 $QEMU_IMG map --output=json --image-opts \
98 $QEMU_IMG map --output=json --image-opts \
109 $QEMU_IMG map --output=json --image-opts \
117 $QEMU_IMG map --output=json --image-opts \
125 $QEMU_IMG map --output=json --image-opts \
143 $QEMU_IMG map --output=json --image-opts \
[all …]
H A D004.out1 QA output created by 004
9 write failed: Input/output error
12 write failed: Input/output error
15 write failed: Input/output error
18 write failed: Input/output error
21 writev failed: Input/output error
28 read failed: Input/output error
31 read failed: Input/output error
34 read failed: Input/output error
37 read failed: Input/output error
[all …]
H A D15472 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
95 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
118 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
158 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
188 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
218 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
237 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
253 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
268 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
284 $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map
[all …]
H A D251.out1 QA output created by 251
9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error
11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error
12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error
13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error
14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error
15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error
16 qemu-img: warning: error while reading offset read_fail_offset_6: Input/output error
17 qemu-img: warning: error while reading offset read_fail_offset_7: Input/output error
18 qemu-img: warning: error while reading offset read_fail_offset_8: Input/output error
[all …]
H A D083.out1 QA output created by 083
44 read failed: Input/output error
56 read failed: Input/output error
60 read failed: Input/output error
64 read failed: Input/output error
68 read failed: Input/output error
72 read failed: Input/output error
76 read failed: Input/output error
80 read failed: Input/output error
109 read failed: Input/output error
[all …]
H A D171.out1 QA output created by 171
24 write failed: Input/output error
27 write failed: Input/output error
30 write failed: Input/output error
33 writev failed: Input/output error
40 read failed: Input/output error
43 read failed: Input/output error
46 read failed: Input/output error
49 readv failed: Input/output error
63 write failed: Input/output error
[all …]
H A D026.out1 QA output created by 026
7 write failed: Input/output error
12 write failed: Input/output error
19 write failed: Input/output error
26 write failed: Input/output error
57 write failed: Input/output error
58 read failed: Input/output error
65 write failed: Input/output error
66 read failed: Input/output error
74 read failed: Input/output error
[all …]
H A D026.out.nocache1 QA output created by 026
7 write failed: Input/output error
12 write failed: Input/output error
19 write failed: Input/output error
26 write failed: Input/output error
57 write failed: Input/output error
58 read failed: Input/output error
65 write failed: Input/output error
66 read failed: Input/output error
74 read failed: Input/output error
[all …]
/qemu/tests/guest-debug/
H A Drun-test.py39 def log(output, msg): argument
40 if output:
41 output.write(msg + "\n")
42 output.flush()
58 if args.output:
59 output = open(args.output, "w") variable
61 output = None
77 log(output, "QEMU CMD: %s" % (cmd))
98 log(output, "GDB CMD: %s" % (gdb_cmd))
112 log(output, "GDB crashed? (%d, %d) SKIPPING" % (result, result - 128))
[all …]
/qemu/target/hexagon/
H A Dmeson.build36 output: 'semantics_generated.pyinc',
60 output: 'printinsn_generated.h.inc',
69 output: 'op_attribs_generated.h.inc',
78 output: 'opcodes_def_generated.h.inc',
97 output: 'iset.py',
108 output: 'normal_decode_generated',
117 output: 'hvx_decode_generated',
126 output: 'subinsn_a_decode_generated',
135 output: 'subinsn_l1_decode_generated',
184 output: 'decode_hvx_generated.c.inc',
[all …]
/qemu/tests/tcg/cris/bare/
H A Dcheck_mulv32.s2 # output: fffffffe\n
3 # output: ffffffff\n
4 # output: fffffffe\n
5 # output: 1\n
6 # output: fffffffe\n
7 # output: ffffffff\n
8 # output: fffffffe\n
9 # output: 1\n
/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-s390x.yml20 - make --output-sync -j`nproc`
21 - make --output-sync check-tcg
22 - make --output-sync -j`nproc` check
40 - make --output-sync -j`nproc`
41 - make --output-sync -j`nproc` check
63 - make --output-sync -j`nproc`
64 - make --output-sync -j`nproc` check
85 - make --output-sync -j`nproc`
86 - make --output-sync -j`nproc` check
106 - make --output-sync -j`nproc`
[all …]
H A Dubuntu-22.04-aarch64.yml22 - make --output-sync -j`nproc --ignore=40`
24 - make --output-sync -j`nproc --ignore=40` check
45 - make --output-sync -j`nproc --ignore=40`
46 - make --output-sync -j`nproc --ignore=40` check
67 - make --output-sync -j`nproc --ignore=40`
68 - make --output-sync -j`nproc --ignore=40` check
86 - make --output-sync -j`nproc --ignore=40`
87 - make --output-sync -j`nproc --ignore=40` check
108 - make --output-sync -j`nproc --ignore=40`
129 - make --output-sync -j`nproc --ignore=40`
[all …]
/qemu/qapi/
H A Dcompat.json27 # Policy for handling "funny" output.
49 # Limitation: deprecated-output policy @hide is not implemented for
54 # @deprecated-output: how to handle deprecated output (default
60 # @unstable-output: how to handle unstable output (default 'accept')
67 '*deprecated-output': 'CompatPolicyOutput',
69 '*unstable-output': 'CompatPolicyOutput' } }
/qemu/tests/qtest/
H A Dnpcm7xx_adc-test.c151 uint32_t output; in adc_calculate_output() local
154 output = (input * (MAX_RESULT + 1)) / ref; in adc_calculate_output()
155 if (output > MAX_RESULT) { in adc_calculate_output()
156 output = MAX_RESULT; in adc_calculate_output()
159 return output; in adc_calculate_output()
224 output = adc_read_data(qts, adc); in test_convert_internal()
255 output = adc_read_data(qts, adc); in test_convert_external()
284 output = adc_read_data(qts, adc); in test_interrupt()
285 g_assert_cmpuint(output, ==, expected_output); in test_interrupt()
328 uint32_t output; in test_calibrate() local
[all …]
/qemu/hw/input/
H A Dads7846.c30 int output; member
77 s->output = s->input[(value >> 4) & 7]; in ads7846_transfer()
82 case 1: s->output += s->noise ^ 2; break; in ads7846_transfer()
83 case 3: s->output += s->noise ^ 0; break; in ads7846_transfer()
84 case 4: s->output += s->noise ^ 7; break; in ads7846_transfer()
85 case 5: s->output += s->noise ^ 5; break; in ads7846_transfer()
89 s->output >>= 4; /* 8 bits instead of 12 */ in ads7846_transfer()
96 return s->output; in ads7846_transfer()
138 VMSTATE_INT32(output, ADS7846State),

12345678910>>...23