Home
last modified time | relevance | path

Searched refs:output (Results 101 – 125 of 557) sorted by relevance

12345678910>>...23

/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h76 const void *output) \
85 : "r" (input), "r" (output) \
92 const void *output) \
101 : "r" (input), "r" (output) \
110 const void *output) \
121 : "r" (input1), "r" (input2), "r" (output) \
129 const void *output) \
140 : "r" (input1), "r" (input2), "r" (output) \
148 const void *output) \
159 : "r" (input1), "r" (input2), "r" (output) \
/qemu/tests/tcg/cris/bare/
H A Dcheck_movei.s2 # output: fffffffe\n
3 # output: fffffffe\n
H A Dcheck_clearfv32.s2 # output: ef\nef\n
/qemu/qga/vss-win32/
H A Dmeson.build29 output: 'qga-vss.tlb',
34 output: 'qga-vss.tlb',
/qemu/tests/migration/guestperf/
H A Dshell.py188 if args.output is None:
191 with open(args.output, "w") as fh:
223 compdir = os.path.join(args.output, comparison._name)
234 dirname = os.path.join(args.output, comparison._name)
296 plot.generate(args.output)
/qemu/tests/qemu-iotests/
H A D305.out1 QA output created by 305
15 write failed: Input/output error
H A D292.out1 QA output created by 292
21 ### Show output of qemu-img map
H A D28755 output=$(_make_test_img -o 'compression_type=zstd' 64M; _cleanup_test_img)
56 if echo "$output" | grep -q "Parameter 'compression-type' does not accept value 'zstd'"; then
H A D239.out1 QA output created by 239
H A D214.out1 QA output created by 214
10 read failed: Input/output error
/qemu/tests/decode/
H A Dmeson.build56 decodetree, args: ['--output-null', '--test-for-error', files(t)],
62 decodetree, args: ['--output-null', files(t)],
/qemu/
H A D.patchew.yml87 This series seems to have some coding style problems. See output below for
95 their output below. If you have Docker installed, you can probably reproduce it
99 … {% lines_between logtext start="^=== OUTPUT BEGIN ===$" stop="=== OUTPUT END ===$" as output %}
100 {% grep_C output regex="\b(FAIL|XPASS|ERROR|WARN|error:|warning:)" n=3 %}
107 … {% lines_between logtext start="^=== OUTPUT BEGIN ===$" stop="=== OUTPUT END ===$" as output %}
108 {% grep_C output regex="\b(FAIL|XPASS|ERROR|WARN|error:|warning:)" n=3 %}
/qemu/target/avr/
H A Ddisas.c65 #define output(mnemonic, format, ...) \ macro
89 output(".db", "0x%02x, 0x%02x", buffer[0], buffer[1]); in avr_print_insn()
99 output(#opcode, format, ##__VA_ARGS__); \
106 output(mnemonic, format, ##__VA_ARGS__); \
/qemu/scripts/performance/
H A Ddissect.py101 with open(annotate_out_path, "w") as output:
104 stdout=output,
/qemu/scripts/
H A Dget_maintainer.pl470 output(@maintainers);
475 output(@scm);
480 output(@status);
485 output(@subsystem);
490 output(@web);
1222 my $output = `$cmd`;
1223 $output =~ s/^\s*//gm;
1224 @lines = split("\n", $output);
1233 my $output = `$cmd`;
1234 @lines = split("\n", $output);
[all …]
/qemu/python/qemu/qmp/
H A Dutil.py212 output = "".join(traceback.format_exception(*sys.exc_info()))
215 for line in output.split('\n'):
/qemu/tests/avocado/
H A Dkvm_xen_guest.py70 if "Xen HVM guest support not present" in e.output:
73 elif "Property 'kvm-accel.xen-version' not found" in e.output:
H A Dvirtio_check_params.py54 output = vm.cmd('human-monitor-command',
58 res = re.findall(pattern, output)
/qemu/tests/qapi-schema/
H A Dmeson.build227 output: ['doc-good-qapi-commands.c', 'doc-good-qapi-commands.h',
243 # changes its output, but the text output has historically been very stable
250 output: ['doc-good.txt'],
267 # Fix possible inconsistency in line endings in generated output and
276 output: ['doc-good.txt.nocr'],
284 output: ['doc-good.ref.nocr'],
/qemu/hw/char/
H A Dxen_console.c534 char *fe = NULL, *type = NULL, *output = NULL; in type_init() local
572 if (xs_node_scanf(xsh, XBT_NULL, fe, "output", NULL, "%ms", &output) == 1) { in type_init()
577 cd = qemu_chr_new_mux_mon(label, output, NULL); in type_init()
580 output); in type_init()
619 free(output); in type_init()
/qemu/hw/gpio/
H A Dimx_gpio.c143 if (extract32(s->gdir, i, 1) && s->output[i]) { in imx_gpio_set_all_output_lines()
144 qemu_set_irq(s->output[i], extract32(s->dr, i, 1)); in imx_gpio_set_all_output_lines()
324 qdev_init_gpio_out(DEVICE(s), s->output, IMX_GPIO_PIN_COUNT); in imx_gpio_realize()
/qemu/docs/devel/
H A Dclocks.rst102 output.
124 * + a clock output named "clk_out" whose pointer is stored in
145 input nor an output of a device. After the whole QOM hierarchy of the
225 ``devB`` to the output clock ``clk1`` of ``devA``, do:
318 still possible that the output clock connected to it is disabled
399 very short period) the output value is truncated, so effectively
400 the 64-bit output wraps around.
409 For example, let's say that we have an output clock *clkout* and we
448 ``qdev_alias_clock()`` works for both input and output clocks.
469 same direction (input or output) as the original one. This function
[all …]
H A Dfuzzing.rst66 trigger many debug/error messages, or create output on the serial console.
92 libFuzzer's output provides a "cov: " column that provides a total number of
108 llvm-profdata merge -output=default.profdata default.profraw
110 --format html -output-dir=/path/to/output/report
176 The output should contain a complete list of matched MemoryRegions.
221 - Gather the QTest output for the crash::
240 - From the crash output, obtain some string that identifies the crash. This
/qemu/hw/audio/
H A Dintel-hda.c108 bool hda_codec_xfer(HDACodecDevice *dev, uint32_t stnr, bool output, in hda_codec_xfer() argument
112 return bus->xfer(dev, stnr, output, buf, len); in hda_codec_xfer()
396 static bool intel_hda_xfer(HDACodecDevice *dev, uint32_t stnr, bool output, in intel_hda_xfer() argument
407 st = output ? d->st + 4 : d->st; in intel_hda_xfer()
433 pci_dma_rw(&d->pci, st->bpl[st->be].addr + st->bp, buf, copy, !output, in intel_hda_xfer()
493 static void intel_hda_notify_codecs(IntelHDAState *d, uint32_t stream, bool running, bool output) in intel_hda_notify_codecs() argument
505 cdc->stream(cdev, stream, running, output); in intel_hda_notify_codecs()
579 bool output = reg->stream >= 4; in intel_hda_set_st_ctl() local
595 intel_hda_notify_codecs(d, stnr, true, output); in intel_hda_set_st_ctl()
599 intel_hda_notify_codecs(d, stnr, false, output); in intel_hda_set_st_ctl()
/qemu/scripts/tracetool/
H A D__init__.py43 """Write a set of output lines.
48 The 'out_lineno' kwarg is automatically added to reflect the current output
50 with the next output line number. The 'out_filename' kwarg is automatically
51 added with the output filename.
54 output = []
59 output.append(l % kwargs)
62 out_fobj.writelines("\n".join(output) + "\n")
346 """Generate the output for the given (format, backends) pair.
412 """Generate the output for the given (format, backends) pair.

12345678910>>...23