Home
last modified time | relevance | path

Searched full:variant (Results 1 – 25 of 133) sorted by relevance

123456

/qemu/docs/specs/
H A Dstandard-vga.rst12 pci variant
14 isa variant
16 legacy-free pci variant
22 Applies to the pci variant only for obvious reasons.
41 The legacy-free variant has no ROM and has ``PCI_CLASS_DISPLAY_OTHER``
48 Doesn't apply to the legacy-free pci variant, use the MMIO bar instead.
64 Framebuffer memory, isa variant only.
66 The pci variant used to mirror the framebuffer bar here, QEMU 0.14+
73 Likewise applies to the pci variant only for obvious reasons.
H A Dpci-serial.rst8 There is one single-port variant and two multiport-variants. Linux
/qemu/tests/tcg/s390x/
H A Dadd-logical-with-carry.c40 /* Test ALCR (register variant) followed by ALC (memory variant). */
58 /* Test ALC (memory variant) followed by ALCR (register variant). */
76 /* Test ALCGR (register variant) followed by ALCG (memory variant). */
91 /* Test ALCG (memory variant) followed by ALCGR (register variant). */
/qemu/hw/vmapple/
H A Dvirtio-blk.c110 VMAppleVirtioBlkVariant variant; member
119 DEFINE_PROP_VMAPPLE_VIRTIO_BLK_VARIANT("variant", VMAppleVirtIOBlkPCI, variant,
130 if (dev->variant == VM_APPLE_VIRTIO_BLK_VARIANT_UNSPECIFIED) { in vmapple_virtio_blk_pci_realize()
131 error_setg(errp, "vmapple virtio block device variant unspecified"); in vmapple_virtio_blk_pci_realize()
133 "Variant property must be set to 'aux' or 'root'.\n" in vmapple_virtio_blk_pci_realize()
154 dev->vdev.apple_type = dev->variant; in vmapple_virtio_blk_pci_realize()
/qemu/tests/qtest/
H A Dbios-tables-test.c83 const char *variant; member
259 const char *ext = data->variant ? data->variant : ""; in dump_aml_files()
398 const char *ext = data->variant ? data->variant : ""; in load_expected_aml()
936 data.variant = ".bridge"; in test_acpi_piix4_tcg_bridge()
974 data.variant = ".roothp"; in test_acpi_piix4_no_root_hotplug()
991 data.variant = ".hpbridge"; in test_acpi_piix4_no_bridge_hotplug()
1008 data.variant = ".hpbrroot"; in test_acpi_piix4_no_acpi_pci_hotplug()
1046 .variant = ".type4-count", in test_acpi_q35_kvm_type4_count()
1063 .variant = ".core-count", in test_acpi_q35_kvm_core_count()
1081 .variant = ".core-count2", in test_acpi_q35_kvm_core_count2()
[all …]
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h96 /* low level variant of path to walk to (optional) */
99 /* high level variant of path to walk to (optional) */
328 /* low level variant of directory where new one shall be created */
330 /* high-level variant of directory where new one shall be created */
361 /* low-level variant of directory where new file shall be created */
363 /* high-level variant of directory where new file shall be created */
396 /* low-level variant of directory where symlink shall be created */
398 /* high-level variant of directory where symlink shall be created */
428 /* low-level variant of directory where hard link shall be created */
430 /* high-level variant of directory where hard link shall be created */
[all …]
/qemu/
H A Dqemu-keymap.c22 .variant = NULL,
134 " -v <variant> set kbd variant (default: %s)\n" in usage()
138 names.variant ?: "-", in usage()
175 names.variant = optarg; in main()
206 "# variant : %s\n" in main()
210 names.variant ?: "-", in main()
/qemu/scripts/
H A Dblock-coroutine-wrapper.py67 args: str, variant: str) -> None:
72 self.create_only_co = 'mixed' not in variant
73 self.graph_rdlock = 'bdrv_rdlock' in variant
74 self.graph_wrlock = 'bdrv_wrlock' in variant
128 r'(?P<variant>(_[a-z][a-z0-9_]*)?)\s*'
139 variant=m.group('variant'))
/qemu/docs/system/arm/
H A Demulation.rst33 - FEAT_CSV2 (Cache speculation variant 2)
34 - FEAT_CSV2_1p1 (Cache speculation variant 2, version 1.1)
35 - FEAT_CSV2_1p2 (Cache speculation variant 2, version 1.2)
36 - FEAT_CSV2_2 (Cache speculation variant 2, version 2)
37 - FEAT_CSV2_3 (Cache speculation variant 2, version 3)
38 - FEAT_CSV3 (Cache speculation variant 3)
H A Dvmapple.rst61 -device vmapple-virtio-blk-pci,variant=aux,drive=aux \
62 -device vmapple-virtio-blk-pci,variant=root,drive=root \
H A Dmusca.rst30 software must be built for the right variant.
/qemu/tests/qapi-schema/
H A Dunion-invalid-union-subfield.json1 # Clash between common member and union variant's variant member
H A Dunion-invalid-union-subtype.json1 # Clash between common member and union variant's common member
/qemu/qapi/
H A Dintrospect.json32 # non-variant, while another lists the same member only through the
211 # @members: the object type's (non-variant) members, in no particular
217 # @variants: variant members, i.e. additional members that depend on
259 # The variant members for a value of the type tag.
263 # @type: the name of the object type that provides the variant members
/qemu/docs/sphinx/
H A Dqapidoc_legacy.py136 def _nodes_for_variant_when(self, branches, variant): argument
137 """Return list of Text, literal nodes for variant 'when' clause
140 'when tagname is variant (If: ...)' suitable for use in
146 nodes.literal('', '"%s"' % variant.name)]
147 if variant.ifcond.is_present():
148 term.extend(self._nodes_for_ifcond(variant.ifcond))
H A Dqapidoc.py328 for variant in ent.branches.variants:
329 if variant.type.name == "q_empty":
336 f"``{variant.name}``: "
337 f"The members of :qapi:type:`{variant.type.name}`.",
/qemu/linux-user/arm/
H A Dtarget_proc.h28 midr_var = FIELD_EX32(cpu->midr, MIDR_EL1, VARIANT); in open_cpuinfo()
83 "CPU variant\t: 0x%0*x\n", in open_cpuinfo()
/qemu/scripts/qapi/
H A Dintrospect.py302 def _gen_variant(self, variant: QAPISchemaVariant
305 'case': variant.name,
306 'type': self._use_type(variant.type)
308 return Annotated(obj, variant.ifcond)
/qemu/util/
H A Dcrc-ccitt.c59 * Similar table to calculate CRC16 variant known as CRC-CCITT-FALSE
98 * crc_ccitt - recompute the CRC (CRC-CCITT variant)
114 * crc_ccitt_false - recompute the CRC (CRC-CCITT-FALSE variant)
/qemu/tests/data/
H A Dtest-qga-os-release6 VARIANT="Unit test \"\'\$\`\\ and \\\\ etc."
/qemu/rust/qemu-api-macros/src/
H A Dlib.rs9 DeriveInput, Field, Fields, FieldsUnnamed, Ident, Meta, Path, Token, Variant,
179 fn get_variants(input: &DeriveInput) -> Result<&Punctuated<Variant, Comma>, MacroError> { in get_variants() argument
198 variants: &Punctuated<Variant, Comma>, in derive_tryinto_body() argument
/qemu/docs/devel/
H A Dqapi-code-gen.rst1193 a non-variant optional member of a struct, and a later version rework
1194 the member to instead be non-optional and associated with a variant.
1220 "features", and additional variant members depending on the value of
1242 The SchemaInfo for a command has meta-type "command", and variant
1262 The SchemaInfo for an event has meta-type "event", and variant member
1282 variant member "members".
1284 The SchemaInfo for a union type additionally has variant members "tag"
1316 "variants" is a JSON array describing the object's variant members.
1319 that provides the variant members for this type tag value). The
1339 variant member "members". "members" is a JSON array. Each element is
[all …]
H A Ddocs.rst51 ``ARCHHEADING()`` is a variant of ``DEFHEADING()`` which produces
/qemu/hw/display/
H A Dapple-gfx-mmio.m2 * QEMU Apple ParavirtualizedGraphics.framework device, MMIO (arm64) variant
29 * variant which does not include IOSFC descriptors and host devices. We add
/qemu/hw/misc/
H A Darmv7m_ras.c25 /* architect field = Arm; product/variant/revision 0 */ in ras_read()

123456