Home
last modified time | relevance | path

Searched refs:vmgenid (Results 1 – 9 of 9) sorted by relevance

/qemu/docs/specs/
H A Dvmgenid.rst11 The VM generation ID (``vmgenid``) device is an emulated device which
166 - contains the address of the downloaded vmgenid blob
185 ACPI notification. The exact handler to use is not specified, so the vmgenid
236 QEMU -device vmgenid,guid="324e6eaf-d1d1-4bf6-bf41-b9bb6c91fb87"
237 QEMU -device vmgenid,guid=auto
H A Dindex.rst35 vmgenid
/qemu/hw/acpi/
H A Dmeson.build18 acpi_ss.add(when: 'CONFIG_ACPI_VMGENID', if_true: files('vmgenid.c'))
H A Daml-build.c1781 tables->vmgenid = g_array_new(false, true /* clear */, 1); in acpi_build_tables_init()
1792 g_array_free(tables->vmgenid, mfre); in acpi_build_tables_cleanup()
/qemu/tests/qtest/
H A Dmeson.build16 'vmgenid-test': 610,
106 'vmgenid-test',
344 'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'),
/qemu/docs/system/
H A Dvm-templating.rst31 use case, which might involve vmgenid, hot(un)plug of NIC, etc..
/qemu/include/hw/acpi/
H A Daml-build.h219 GArray *vmgenid; member
/qemu/hw/i386/
H A Dacpi-build.c2588 tables->vmgenid, tables->linker, x86ms->oem_id); in acpi_build()
2865 tables.vmgenid); in acpi_setup()
/qemu/
H A DMAINTAINERS2536 F: hw/acpi/vmgenid.c
2537 F: include/hw/acpi/vmgenid.h
2538 F: docs/specs/vmgenid.rst
2539 F: tests/qtest/vmgenid-test.c