Home
last modified time | relevance | path

Searched refs:UUID (Results 1 – 24 of 24) sorted by relevance

/qemu/hw/pci-host/
H A Dgpex-acpi.c54 Aml *method, *UUID, *ifctx, *ifctx1, *elsectx, *buf; in acpi_dsdt_add_pci_osc() local
69 UUID = aml_touuid("33DB4D5B-1FF7-401C-9657-7441C03DD766"); in acpi_dsdt_add_pci_osc()
70 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
113 UUID = aml_touuid("E5C937D0-3553-4D7A-9117-EA4D19C3434D"); in acpi_dsdt_add_pci_osc()
114 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
/qemu/stubs/
H A Duuid.c9 info->UUID = g_strdup(UUID_NONE); in qmp_query_uuid()
/qemu/docs/specs/
H A Dacpi_nvdimm.rst49 A Buffer containing a UUID (16 Bytes)
56 UUID, Revision ID, and Function Index
61 Otherwise, the return value and type depends on the UUID, revision ID
187 UUID {set to 648B9CF2-CDA1-4312-8AD9-49C4AF32BD62}
H A Dfw_cfg.rst11 boot order, ACPI and SMBIOS tables, virtual machine UUID, SMP and NUMA
/qemu/include/qemu/
H A Duuid.h65 #define UUID(time_low, time_mid, time_hi_and_version, \ macro
/qemu/docs/interop/
H A Dprl-xml.txt29 capable of storing current state. A snapshot has UUID and
30 parent UUID.
118 * GUID - image identifier, UUID in curly brackets.
H A Dvhost-user.rst319 | UUID |
322 :UUID: 16 bytes UUID, whose first three components (a 32-bit value, then
1652 feature has been successfully negotiated, and the UUID is found
1655 the requested UUID. Back-end will reply passing the fd when the operation
1824 table. The back-end device gets associated with a UUID in the shared table.
1826 When another back-end tries to import the resource associated with the UUID,
1845 the UUID. If ``VHOST_USER_PROTOCOL_F_REPLY_ACK`` is negotiated, and the
1858 shared table given a UUID. Frontend will reply passing the fd and a zero
/qemu/qapi/
H A Dmachine.json302 # Guest UUID information (Universally Unique Identifier).
304 # @UUID: the UUID of the guest
308 # Notes: If no UUID was specified for the guest, a null UUID is
311 { 'struct': 'UuidInfo', 'data': {'UUID': 'str'} }
316 # Query the guest UUID information.
H A Dnet.json555 # @net-uuid: The identifier (UUID) to uniquely identify the isolated
559 # identified by the UUID. Requires at least macOS Big Sur 11.0.
H A Dmigration.json433 # @validate-uuid: Send the UUID of the source to allow the destination
/qemu/hw/riscv/
H A Dvirt-acpi-build.c164 Aml *UUID = aml_touuid("DAFFD814-6EBA-4D8C-8A91-BC9BBF4AA301"); in acpi_dsdt_add_uart() local
170 aml_append(package, UUID); in acpi_dsdt_add_uart()
/qemu/hw/core/
H A Dmachine-qmp-cmds.c270 info->UUID = qemu_uuid_unparse_strdup(&qemu_uuid); in qmp_query_uuid()
H A Dmachine-hmp-cmds.c168 monitor_printf(mon, "%s\n", info->UUID); in hmp_info_uuid()
/qemu/hw/mem/
H A Dcxl_type3.c1241 .data = UUID(0xfbcd0a77, 0xc260, 0x417f,
1246 .data = UUID(0x601dcbb3, 0x9c06, 0x4eab, 0xb8, 0xaf,
1251 .data = UUID(0xfe927475, 0xdd59, 0x4339, 0xa5, 0x86,
/qemu/docs/system/devices/
H A Dnvme.rst81 Set the UUID of the namespace. This will be reported as a "Namespace UUID"
/qemu/
H A Dhmp-commands-info.hx451 .help = "show the current VM UUID",
458 Show the current VM UUID.
H A Dqemu-options.hx1093 value for the GUID for the BMC, in standard UUID format. If this
1205 " specify machine UUID\n", QEMU_ARCH_ALL)
1208 Set system UUID.
2952 " specify network UUID 'uuid' to disable DHCP and interact with\n"
H A DMAINTAINERS3529 UUID
/qemu/docs/system/s390x/
H A Dvfio-ap.rst335 A mediated AP matrix device is created by writing a UUID to the attribute file
347 the UUID is created in the ``devices`` subdirectory::
787 after the UUID used to create the mediated device. We'll call them $uuid1,
/qemu/hw/i386/
H A Dacpi-build.c367 Aml *UUID, *ifctx1; in build_append_pci_dsm_func0_common() local
375 UUID = aml_touuid("E5C937D0-3553-4D7A-9117-EA4D19C3434D"); in build_append_pci_dsm_func0_common()
376 ifctx1 = aml_if(aml_lnot(aml_equal(aml_arg(0), UUID))); in build_append_pci_dsm_func0_common()
/qemu/block/
H A Discsi.c1402 if (strcmp(uuid_info->UUID, UUID_NONE) == 0) { in get_initiator_name()
1405 name = uuid_info->UUID; in get_initiator_name()
/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc595 of 'iqn.2008-11.org.linux-kvm[:<uuid>'] where <uuid> is the UUID of the
596 virtual machine. If the UUID is not specified qemu will use
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c688 .data = UUID(0x0da9c0b5, 0xbf41, 0x4b78, 0x8f, 0x79,
/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py2212 self.add_field('uuid', uuid.UUID(bytes_le=u.unpack_one("16s")))
2422 …print "Failure: Type {} - UUID field must be neither 00000000 00000000 nor FFFFFFFF FFFFFFFF.".for…