/qemu/target/hexagon/ |
H A D | meson.build | 36 output: 'semantics_generated.pyinc', 37 command: [gen_semantics, '@OUTPUT@'], 51 output: 'tcg_func_table_generated.c.inc', 54 command: [python, files('gen_tcg_func_table.py'), semantics_generated, '@OUTPUT@'], 60 output: 'printinsn_generated.h.inc', 63 command: [python, files('gen_printinsn.py'), semantics_generated, '@OUTPUT@'], 69 output: 'op_attribs_generated.h.inc', 72 command: [python, files('gen_op_attribs.py'), semantics_generated, '@OUTPUT@'], 78 output: 'opcodes_def_generated.h.inc', 81 command: [python, files('gen_opcodes_def.py'), semantics_generated, '@OUTPUT@'], [all …]
|
/qemu/scripts/ |
H A D | update-linux-headers.sh | 33 output="$2" 40 OUTPUT_PATH output directory, usually the qemu source tree (default: $PWD) 45 if [ -z "$output" ]; then 46 output="$PWD" 128 rm -rf "$output/linux-headers/asm-$arch" 129 mkdir -p "$output/linux-headers/asm-$arch" 132 cp "$hdrdir/include/asm/$header" "$output/linux-headers/asm-$arch" 135 cat <<EOF >$output/linux-headers/asm-$arch/$header 142 cp "$hdrdir/include/asm/sgidefs.h" "$output/linux-headers/asm-mips/" 143 cp "$hdrdir/include/asm/unistd_o32.h" "$output/linux-headers/asm-mips/" [all …]
|
/qemu/tests/tcg/arm/ |
H A D | fcvt.c | 125 uint32_t output; in convert_single_to_half() local 126 asm("vcvtb.f16.f32 %0, %1" : "=t" (output) : "x" (input)); in convert_single_to_half() 128 uint16_t output; in convert_single_to_half() local 129 asm("fcvt %h0, %s1" : "=w" (output) : "w" (input)); in convert_single_to_half() 131 print_half_number(i, output); in convert_single_to_half() 143 /* uint64_t output; */ in convert_single_to_double() 144 double output; in convert_single_to_double() local 150 asm("vcvt.f64.f32 %P0, %1" : "=w" (output) : "t" (input)); in convert_single_to_double() 152 asm("fcvt %d0, %s1" : "=w" (output) : "w" (input)); in convert_single_to_double() 154 print_double_number(i, output); in convert_single_to_double() [all …]
|
/qemu/trace/ |
H A D | meson.build | 17 output: fmt.format('trace', 'h'), 19 command: [ tracetool, group, '--format=h', '@INPUT@', '@OUTPUT@' ], 23 output: fmt.format('trace', 'c'), 25 command: [ tracetool, group, '--format=c', '@INPUT@', '@OUTPUT@' ], 29 output: fmt.format('trace-ust', 'h'), 31 … command: [ tracetool, group, '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ], 39 output: fmt.format('trace-dtrace', 'dtrace'), 41 command: [ tracetool, group, '--format=d', '@INPUT@', '@OUTPUT@' ], 44 output: fmt.format('trace-dtrace', 'h'), 46 … command: [ dtrace, '-DSTAP_SDT_V2', '-o', '@OUTPUT@', '-h', '-s', '@INPUT@' ]) [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 026.out | 1 QA output created by 026 7 write failed: Input/output error 12 write failed: Input/output error 17 qemu-io: Failed to flush the L2 table cache: Input/output error 18 qemu-io: Failed to flush the refcount block cache: Input/output error 19 write failed: Input/output error 24 qemu-io: Failed to flush the L2 table cache: Input/output error 25 qemu-io: Failed to flush the refcount block cache: Input/output error 26 write failed: Input/output error 57 write failed: Input/output error [all …]
|
H A D | 004.out | 1 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 D | 251.out | 1 QA output created by 251 6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 7 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 8 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error 10 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 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 [all …]
|
H A D | 026.out.nocache | 1 QA output created by 026 7 write failed: Input/output error 12 write failed: Input/output error 17 qemu-io: Failed to flush the L2 table cache: Input/output error 18 qemu-io: Failed to flush the refcount block cache: Input/output error 19 write failed: Input/output error 24 qemu-io: Failed to flush the L2 table cache: Input/output error 25 qemu-io: Failed to flush the refcount block cache: Input/output error 26 write failed: Input/output error 57 write failed: Input/output error [all …]
|
H A D | 171.out | 1 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 D | 178 | 26 echo "QA output created by $seq" 61 $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 111 $QEMU_IMG measure --output=$ofmt -f "$fmt" -O "$IMGFMT" "$TEST_IMG" [all …]
|
H A D | 146 | 26 echo "QA output created by $seq" 55 $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 \ [all …]
|
H A D | 083.out | 1 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 D | 060.out | 1 QA output created by 060 12 write failed: Input/output error 40 write failed: Input/output error 76 write failed: Input/output error 112 write failed: Input/output error 122 write failed: Input/output error 130 read failed: Input/output error 135 qemu-img: Failed to turn zero into data clusters: Input/output error 143 read failed: Input/output error 151 qemu-img: Failed to turn zero into data clusters: Input/output error [all …]
|
/qemu/ui/ |
H A D | vnc-enc-zlib.c | 53 // make the output buffer be the zlib buffer, so we can compress it later in vnc_zlib_start() 54 vs->zlib.tmp = vs->output; in vnc_zlib_start() 55 vs->output = vs->zlib.zlib; in vnc_zlib_start() 63 // switch back to normal output/zlib buffers in vnc_zlib_stop() 64 vs->zlib.zlib = vs->output; in vnc_zlib_stop() 65 vs->output = vs->zlib.tmp; in vnc_zlib_stop() 100 // reserve memory in output buffer in vnc_zlib_stop() 101 buffer_reserve(&vs->output, vs->zlib.zlib.offset + 64); 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() [all …]
|
H A D | vnc-jobs.c | 45 * - VncState::output lock: used to make sure the output buffer is not corrupted 50 * uses trylock()) but the output lock is not held because the thread works on 51 * its own output buffer. 52 * When the encoding job is done, the worker thread will hold the output lock 53 * and copy its output buffer in vs->output. 151 if (vs->ioc != NULL && buffer_empty(&vs->output)) { in vnc_jobs_consume_buffer() 161 buffer_move(&vs->output, &vs->jobs_buffer); in vnc_jobs_consume_buffer() 164 vs->force_update_offset = vs->output.offset; in vnc_jobs_consume_buffer() 181 buffer_init(&local->output, "vnc-worker-output"); in vnc_async_encoding_start() 202 buffer_free(&local->output); in vnc_async_encoding_end() [all …]
|
/qemu/tests/guest-debug/ |
H A D | run-test.py | 37 parser.add_argument("--output", help="A file to redirect output to") 45 def log(output, msg): argument 46 if output: 47 output.write(msg + "\n") 48 output.flush() 64 if args.output: 65 output = open(args.output, "w") variable 67 output = None variable 92 log(output, "QEMU CMD: %s" % (cmd)) 115 log(output, "GDB CMD: %s" % (gdb_cmd)) [all …]
|
/qemu/tests/unit/ |
H A D | test-string-output-visitor.c | 2 * String Output Visitor unit-tests. 7 * Paolo Bonzini <pbonzini@redhat.com> (based on test-qobject-output-visitor) 16 #include "qapi/string-output-visitor.h" 213 output_visitor_test_add("/string-visitor/output/int", in main() 215 output_visitor_test_add("/string-visitor/output/int-human", in main() 217 output_visitor_test_add("/string-visitor/output/bool", in main() 219 output_visitor_test_add("/string-visitor/output/bool-human", in main() 221 output_visitor_test_add("/string-visitor/output/number", in main() 223 output_visitor_test_add("/string-visitor/output/number-human", in main() 225 output_visitor_test_add("/string-visitor/output/string", in main() [all …]
|
/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-s390x.yml | 20 - 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 D | ubuntu-22.04-aarch64.yml | 22 - 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` 109 - make --output-sync -j`nproc --ignore=40` check [all …]
|
/qemu/rust/qemu-api/src/ |
H A D | bitops.rs | 15 Add<Self, Output = Self> + AddAssign<Self> + 16 BitAnd<Self, Output = Self> + BitAndAssign<Self> + 17 BitOr<Self, Output = Self> + BitOrAssign<Self> + 18 BitXor<Self, Output = Self> + BitXorAssign<Self> + 20 Div<Self, Output = Self> + DivAssign<Self> + 22 Mul<Self, Output = Self> + MulAssign<Self> + 23 Not<Output = Self> + Ord + PartialOrd + 24 Rem<Self, Output = Self> + RemAssign<Self> + 25 Shl<Self, Output = Self> + ShlAssign<Self> + 26 Shl<u32, Output = Self> + ShlAssign<u32> + // add more as needed [all …]
|
/qemu/qapi/ |
H A D | compat.json | 27 # 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/docs/devel/ |
H A D | docs.rst | 18 in QEMU to do things like handle the ``--help`` option output 19 * a Sphinx extension in ``docs/sphinx/hxtool.py`` generates rST output 23 alternation of C code put into the C output and rST format text 28 text after the marker, is discarded and appears neither in the C output 29 nor the documentation output. 32 are put into the documentation verbatim, and discarded from the C output. 45 ``--help`` output and in the documentation. This directive should 48 a blank line in the ``--help`` output and is ignored for the rST 49 output.
|
/qemu/tests/tcg/hexagon/ |
H A D | v69_hvx.c | 45 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() 192 void *pout = output; in test_vassign_tmp() 195 memset(output, 0xbb, sizeof(output)); in test_vassign_tmp() [all …]
|
/qemu/.gitlab-ci.d/ |
H A D | windows.yml | 31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)" 39 Write-Output "Cached installer sig" ; 41 Write-Output "Mis-matched installer sig, new installer download required" ; 47 Write-Output "Matched installer sig, cached installer still valid" 50 Write-Output "No cached installer sig, new installer download required" ; 56 Write-Output "Fetching latest installer" ; 62 Write-Output "Using cached installer" 64 - Write-Output "Invoking msys2.exe installer at $(Get-Date -Format u)" 74 - Write-Output "Installing mingw packages at $(Get-Date -Format u)" 90 - Write-Output "Running build at $(Get-Date -Format u)" [all …]
|
/qemu/tests/qtest/ |
H A D | npcm7xx_adc-test.c | 151 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() 208 uint32_t index, input, output, expected_output; in test_convert_internal() local 224 output = adc_read_data(qts, adc); in test_convert_internal() 225 g_assert_cmpuint(output, ==, expected_output); in test_convert_internal() 236 uint32_t index, input, vref, output, expected_output; in test_convert_external() local 255 output = adc_read_data(qts, adc); in test_convert_external() [all …]
|