/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 40 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 D | code-provenance.rst | 232 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 D | block-coroutine-wrapper.rst | 41 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 D | tracing.rst | 55 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 D | image-fuzzer.txt | 27 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 D | README.rst | 52 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 D | qapi-schema.json | 6 # 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 D | meson.build | 269 # 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 D | mte.S | 12 #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 D | analyze-inclusions | 52 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 D | ivgen.h | 118 * 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 D | cpu_models.h | 31 /* 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 D | cpu_features.h | 61 /* 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 D | backend.py | 30 :param output_dir: The output directory to store generated code. 53 :param output_dir: The output directory to store generated code.
|
H A D | gen.py | 76 # already generated for the main schema. 167 /* AUTOMATICALLY GENERATED by %(tool)s DO NOT MODIFY */ 202 + '# AUTOMATICALLY GENERATED by ' 356 # be generated.
|
H A D | common.py | 87 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 D | cirrus.yml | 5 # The Cirrus CI configuration is generated by replacing target-specific 8 # snippet generated using lcitool.
|
/qemu/hw/audio/ |
H A D | asc.c | 258 * 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 D | shakti-c.rst | 45 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 D | test_acpi_bits.py | 3 # 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 D | tls.rst | 74 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 | .gitignore | 1 # Ignore generated bindings file overrides.
|
/qemu/tests/vm/generated/ |
H A D | README | 1 # FILES IN THIS FOLDER WERE AUTO-GENERATED
|
/qemu/tests/qapi-schema/ |
H A D | reserved-command-q.json | 3 # name for 'unix' in generated C.
|
/qemu/scripts/rust/ |
H A D | rust_root_crate.sh | 6 // @generated
|