Home
last modified time | relevance | path

Searched refs:variant (Results 1 – 25 of 60) sorted by relevance

123

/qemu/tests/qtest/
H A Dbios-tables-test.c82 const char *variant; member
258 const char *ext = data->variant ? data->variant : ""; in dump_aml_files()
394 const char *ext = data->variant ? data->variant : ""; in load_expected_aml()
1231 data.variant = ".cphp"; in test_acpi_piix4_tcg_cphp()
1246 data.variant = ".cphp"; in test_acpi_q35_tcg_cphp()
1503 data.variant = variant; in test_acpi_tcg_tpm()
1517 g_free(variant); in test_acpi_tcg_tpm()
1626 data.variant = ".usb"; in test_acpi_microvm_usb_tcg()
1637 data.variant = ".rtc"; in test_acpi_microvm_rtc_tcg()
1705 data.variant = ".pxb"; in test_acpi_virt_tcg_pxb()
[all …]
/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/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
139 variant=m.group('variant'))
H A Dcheckpatch.pl1218 my $variant;
1222 $variant = 'B';
1224 $variant = 'U';
1227 substr($var, length($res), 1, $variant);
/qemu/
H A Dqemu-keymap.c22 .variant = NULL,
139 names.variant ?: "-", in usage()
176 names.variant = optarg; in main()
211 names.variant ?: "-", in main()
/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
H A Dqapi-schema-test.json100 # this variant of UserDefFlatUnion defaults to a union that uses members with
/qemu/docs/system/arm/
H A Demulation.rst31 - FEAT_CSV2 (Cache speculation variant 2)
32 - FEAT_CSV2_1p1 (Cache speculation variant 2, version 1.1)
33 - FEAT_CSV2_1p2 (Cache speculation variant 2, version 1.2)
34 - FEAT_CSV2_2 (Cache speculation variant 2, version 2)
35 - FEAT_CSV2_3 (Cache speculation variant 2, version 3)
36 - FEAT_CSV3 (Cache speculation variant 3)
H A Dmusca.rst30 software must be built for the right variant.
/qemu/scripts/qapi/
H A Dintrospect.py304 def _gen_variant(self, variant: QAPISchemaVariant
307 'case': variant.name,
308 'type': self._use_type(variant.type)
310 return Annotated(obj, variant.ifcond)
/qemu/qapi/
H A Dintrospect.json32 # non-variant, while another lists the same member only through the
195 # @members: the object type's (non-variant) members, in no particular
201 # @variants: variant members, i.e. additional members that depend on
243 # The variant members for a value of the type tag.
247 # @type: the name of the object type that provides the variant members
H A Daudio.json193 # name to create a unique variant, if needed unless @exact-name is
/qemu/docs/sphinx/
H A Dqapidoc.py148 def _nodes_for_variant_when(self, branches, variant): argument
158 nodes.literal('', '"%s"' % variant.name)]
159 if variant.ifcond.is_present():
160 term.extend(self._nodes_for_ifcond(variant.ifcond))
/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.pre129 ${FAKEROOT} ${DEBOOTSTRAP} --variant=$DEB_VARIANT --foreign --arch=$DEB_ARCH $DEB_TYPE . $DEB_URL |…
/qemu/docs/devel/
H A Dqapi-code-gen.rst1138 a non-variant optional member of a struct, and a later version rework
1139 the member to instead be non-optional and associated with a variant.
1165 "features", and additional variant members depending on the value of
1187 The SchemaInfo for a command has meta-type "command", and variant
1207 The SchemaInfo for an event has meta-type "event", and variant member
1227 variant member "members".
1261 "variants" is a JSON array describing the object's variant members.
1264 that provides the variant members for this type tag value). The
1296 The SchemaInfo for an array type has meta-type "array", and variant
1309 variant member "members".
[all …]
H A Ddocs.rst51 ``ARCHHEADING()`` is a variant of ``DEFHEADING()`` which produces
/qemu/docs/system/devices/
H A Dvhost-user.rst18 Each device will have an virtio-mmio and virtio-pci variant. See your
/qemu/target/ppc/translate/
H A Dmisc-impl.c.inc126 * POWER9 has a eieio instruction variant using bit 6 as a hint to
/qemu/qga/
H A Dqapi-schema.json1456 # @variant:
1460 # @variant-id:
1465 # @version, @version-id, @variant and @variant-id follow the
1482 '*variant': 'str', '*variant-id': 'str' } }
/qemu/target/riscv/
H A Dinsn32.decode760 # rev8_32 denotes the RV32 variant.
763 # zext_h_32 denotes the RV32 variant.
/qemu/docs/system/
H A Dauthz.rst129 This is a variant on the previous driver that allows for a more dynamic
/qemu/docs/system/riscv/
H A Dsifive_u.rst32 is also possible to create a 32-bit variant with the same peripherals except
/qemu/docs/
H A Dthrottle.txt221 (specifically the "Leaky bucket as a meter" variant).

123