Home
last modified time | relevance | path

Searched refs:qemu_uuid_parse (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvmgenid-test.c104 g_assert(qemu_uuid_parse(guid_str, guid) == 0); in read_guid_from_monitor()
122 g_assert(qemu_uuid_parse(VGID_GUID, &expected) == 0); in vmgenid_set_guid_test()
153 g_assert(qemu_uuid_parse(VGID_GUID, &expected) == 0); in vmgenid_query_monitor_test()
/openbmc/qemu/hw/i386/
H A Dpc_sysfw_ovmf.c62 qemu_uuid_parse(OVMF_TABLE_FOOTER_GUID, &guid); in pc_system_parse_ovmf_flash()
115 if (qemu_uuid_parse(entry, &entry_guid) < 0) { in pc_system_ovmf_table_find()
/openbmc/qemu/net/
H A Dvmnet-host.c27 qemu_uuid_parse(options->net_uuid, &net_uuid) < 0) { in validate_options()
62 qemu_uuid_parse(options->net_uuid, &net_uuid); in build_if_desc()
/openbmc/qemu/include/qemu/
H A Duuid.h96 int qemu_uuid_parse(const char *str, QemuUUID *uuid);
/openbmc/qemu/tests/unit/
H A Dtest-uuid.c133 r = qemu_uuid_parse(uuid_test_data[i].uuidstr, &uuid); in test_uuid_parse()
/openbmc/qemu/util/
H A Duuid.c90 int qemu_uuid_parse(const char *str, QemuUUID *uuid) in qemu_uuid_parse() function
/openbmc/qemu/hw/mem/
H A Dnvdimm.c91 if (qemu_uuid_parse(value, &nvdimm->uuid) != 0) { in nvdimm_set_uuid()
/openbmc/qemu/hw/ppc/
H A Dspapr_nvdimm.c103 ret = qemu_uuid_parse(uuidstr, &uuid); in spapr_nvdimm_validate()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c1169 } else if (qemu_uuid_parse(str, uuid) < 0) { in set_uuid()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1428 if (qemu_uuid_parse(val, &qemu_uuid) != 0) { in smbios_entry_add()
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c1755 qemu_uuid_parse(HV_BALLOON_GUID, &vdc->classid); in hv_balloon_class_init()
/openbmc/qemu/target/i386/
H A Dsev.c1777 qemu_uuid_parse(SEV_INFO_BLOCK_GUID, &info_guid); in sev_es_find_reset_vector()
/openbmc/qemu/system/
H A Dvl.c3395 if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) { in qemu_init()