Searched refs:qemu_uuid_parse (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | vmgenid-test.c | 104 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 D | pc_sysfw_ovmf.c | 62 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 D | vmnet-host.c | 27 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 D | uuid.h | 96 int qemu_uuid_parse(const char *str, QemuUUID *uuid);
|
/openbmc/qemu/tests/unit/ |
H A D | test-uuid.c | 133 r = qemu_uuid_parse(uuid_test_data[i].uuidstr, &uuid); in test_uuid_parse()
|
/openbmc/qemu/util/ |
H A D | uuid.c | 90 int qemu_uuid_parse(const char *str, QemuUUID *uuid) in qemu_uuid_parse() function
|
/openbmc/qemu/hw/mem/ |
H A D | nvdimm.c | 91 if (qemu_uuid_parse(value, &nvdimm->uuid) != 0) { in nvdimm_set_uuid()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nvdimm.c | 103 ret = qemu_uuid_parse(uuidstr, &uuid); in spapr_nvdimm_validate()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 1169 } else if (qemu_uuid_parse(str, uuid) < 0) { in set_uuid()
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 1428 if (qemu_uuid_parse(val, &qemu_uuid) != 0) { in smbios_entry_add()
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon.c | 1755 qemu_uuid_parse(HV_BALLOON_GUID, &vdc->classid); in hv_balloon_class_init()
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 1777 qemu_uuid_parse(SEV_INFO_BLOCK_GUID, &info_guid); in sev_es_find_reset_vector()
|
/openbmc/qemu/system/ |
H A D | vl.c | 3395 if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) { in qemu_init()
|