Home
last modified time | relevance | path

Searched full:generated (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/qemu/docs/devel/
H A Dqapi-code-gen.rst40 by any commands or events, for the side effect of generated C code
95 documentation is generated in schema definition order. Code order
235 The generated C enumeration constants have values 0, 1, ..., N-1 (in
299 The C struct's members are generated in QAPI schema order.
383 resulting generated C data types, a union is represented as a struct
515 section `Code generated for commands`_ for examples.
519 order. Else it takes them wrapped in the C struct generated for the
670 order. Else it takes them wrapped in the C struct generated for the
671 complex type. See section `Code generated for events`_ for examples.
741 becomes ``q_default`` in the generated C code.
[all …]
H A Dcode-provenance.rst232 Inclusion of generated files
241 generated code is permitted, provided it is also accompanied by the
249 original vector file is expected to accompany any generated bitmaps.
255 * Dockerfiles: the majority of the dockerfiles are automatically generated
257 with the libvirt-ci git submodule link. The generated dockerfiles are
261 * eBPF: QEMU includes some generated eBPF machine code, since the required
267 In all cases above, the existence of generated files must be acknowledged
294 believed to include or derive from AI generated content. This includes
299 QEMU. Of particular concern is content generated by `Large Language Models
H A Dblock-coroutine-wrapper.rst41 You are done. During the build, coroutine wrappers will be generated in
53 3. The core API of generated coroutine wrappers is placed in
54 (not generated) ``block/block-gen.h``
H A Dtracing.rst55 The following files are automatically generated in <builddir>/trace/ during the
62 - trace-dtrace-<subdir>.o - binary DTrace provider (generated by dtrace)
69 Source files in the source tree do not directly include generated files in
76 corresponding "trace/trace-<subdir>.h" file that will be generated in the
234 property will be generated with the "nop" backend.
298 are tagged with the pid of the particular QEMU process that generated
354 is generated to make use in scripts more convenient. This step can also be
/qemu/docs/
H A Dimage-fuzzer.txt27 Test images are generated from scratch and have valid inner structure with some
34 The test runner generates test images, executes tests utilizing generated
38 generated test image.
50 assumes that core dumps will be generated in the current working directory.
82 Values for last two aliases will be generated based on a size of a virtual
83 disk of the generated image.
188 specified or generated.
192 11. Action vector should be randomly generated from the pool of available
234 Action pool is all available elements of an image structure that generated
/qemu/target/hexagon/idef-parser/
H A DREADME.rst52 TCG variables that will be passed to the generated function. Parameters marked
80 Now let's have a quick look at the generated code, line by line.
108 on its' input. There are two preprocessing steps applied to the generated
167 ``idef-parser.lex`` source file. The flex-generated scanner takes care also to
173 description contained in the ``idef-parser.y`` file. The generated parser
180 flex-generated code, and reads the input file returning the next scanned token.
371 execution of the generated code according to input parameters. They are expanded
404 instructions will be executed multiple times, and the respective generated
417 portion of the input code which generated each error.
425 Compile-time errors in Bison-generated parsers are usually due to conflicts in
[all …]
/qemu/storage-daemon/qapi/
H A Dqapi-schema.json6 # modules, no code is generated here, but we reuse the code files generated
11 # modules are only generated if an array of the respective type is already used
42 # Documentation generated with qapi-gen.py is in source order, with
/qemu/target/hexagon/
H A Dmeson.build269 # idef-generated-emitter.c
270 # idef-generated-emitter.h.inc
271 # idef-generated-enabled-instructions
316 'idef-generated-tcg',
317 output: ['idef-generated-emitter.c',
318 'idef-generated-emitter.h.inc',
319 'idef-generated-enabled-instructions'],
330 output: 'idef-generated-emitter.indented.c',
337 output: 'idef-generated-emitter.indented.c',
/qemu/tests/tcg/aarch64/system/
H A Dmte.S12 #define tagged_addr x1 /* 'addr' ptr with a random-generated tag added. */
78 * GCR != 0 so the tag generated by 'irg' insn. is not zero, which is
91 * Store the generated tag to memory region pointed to by 'addr', i.e.
102 * exception is generated.
/qemu/scripts/
H A Danalyze-inclusions52 echo $(grep_include -F 'trace/generated-tracers.h') files include generated-tracers.h
91 echo trace/generated-tracers.h:
92 analyze -include ../include/qemu/osdep.h trace/generated-tracers.h
/qemu/include/crypto/
H A Divgen.h118 * The IVs are generated by the 32-bit truncated sector
125 * The IVs are generated by the 64-bit sector number.
130 * The IVs are generated by encrypting the 64-bit sector
146 * @iv: a pre-allocated buffer to hold the generated IV
/qemu/target/s390x/
H A Dcpu_models.h31 /* used to init base_feat from generated data */
35 /* used to init default_feat from generated data */
39 /* used to init full_feat from generated data */
H A Dcpu_features.h61 /* 64bit based bitmap used to init S390FeatBitmap from generated data */
80 S390FeatInit init; /* used to init feat from generated data */
/qemu/scripts/qapi/
H A Dbackend.py30 :param output_dir: The output directory to store generated code.
53 :param output_dir: The output directory to store generated code.
H A Dgen.py76 # already generated for the main schema.
167 /* AUTOMATICALLY GENERATED by %(tool)s DO NOT MODIFY */
202 + '# AUTOMATICALLY GENERATED by '
356 # be generated.
H A Dcommon.py87 into a generated struct member, as well as converting type names
88 into substrings of a generated C function name.
234 # TODO Doc generated for conditions needs polish
/qemu/.gitlab-ci.d/
H A Dcirrus.yml5 # The Cirrus CI configuration is generated by replacing target-specific
8 # snippet generated using lcitool.
/qemu/hw/audio/
H A Dasc.c258 * interrupts to be generated for each FIFO cycle (without these interrupts in generate_fifo()
321 int samples, generated; in asc_out_cb() local
332 generated = 0; in asc_out_cb()
336 generated = generate_fifo(s, samples); in asc_out_cb()
340 generated = generate_wavetable(s, samples); in asc_out_cb()
344 if (!generated) { in asc_out_cb()
363 AUD_write(s->voice, s->mixbuf, generated << s->shift); in asc_out_cb()
/qemu/docs/system/riscv/
H A Dshakti-c.rst45 Binary would be generated in:
76 fw_payload.elf would be generated in build/platform/generic/firmware/fw_payload.elf.
/qemu/tests/functional/
H A Dtest_acpi_bits.py3 # Exercise QEMU generated ACPI/SMBIOS tables using biosbits,
182 iso can be generated appropriately. We point the two variables to
241 self.logger.info('iso file %s successfully generated.', iso_file)
272 """parse the log generated by running bits tests and
/qemu/docs/system/
H A Dtls.rst74 be used for signing other keys. The generated ``ca-cert.pem`` file
143 generated, and renamed to ``server-key.pem`` and ``server-cert.pem``
196 generated, and renamed to ``client-key.pem`` and ``client-cert.pem``
260 of pre-generated Diffie-Hellman (DH) parameters in a file
/qemu/rust/qemu-api/
H A D.gitignore1 # Ignore generated bindings file overrides.
/qemu/tests/vm/generated/
H A DREADME1 # FILES IN THIS FOLDER WERE AUTO-GENERATED
/qemu/tests/qapi-schema/
H A Dreserved-command-q.json3 # name for 'unix' in generated C.
/qemu/scripts/rust/
H A Drust_root_crate.sh6 // @generated

12345678910>>...17