Searched refs:qemu_uuid (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/system/ |
H A D | globals.c | 56 QemuUUID qemu_uuid; variable
|
H A D | vl.c | 3382 if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) { in qemu_init()
|
/openbmc/qemu/include/sysemu/ |
H A D | sysemu.h | 13 extern QemuUUID qemu_uuid;
|
/openbmc/qemu/migration/ |
H A D | multifd.c | 149 memcpy(msg.uuid, &qemu_uuid.data, sizeof(msg.uuid)); in multifd_send_initial_packet() 184 if (memcmp(msg.uuid, &qemu_uuid, sizeof(qemu_uuid))) { in multifd_recv_initial_packet() 185 char *uuid = qemu_uuid_unparse_strdup(&qemu_uuid); in multifd_recv_initial_packet()
|
H A D | savevm.c | 286 state->uuid = qemu_uuid; in configuration_pre_save() 487 if (!qemu_uuid_is_equal(&state->uuid, &qemu_uuid)) { in vmstate_uuid_post_load() 489 qemu_uuid_unparse(&qemu_uuid, uuid_dst); in vmstate_uuid_post_load()
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios_legacy.c | 127 &qemu_uuid, 16); in smbios_build_type_1_fields()
|
H A D | smbios.c | 616 smbios_encode_uuid(&t->uuid, &qemu_uuid); in smbios_build_type_1_table() 1428 if (qemu_uuid_parse(val, &qemu_uuid) != 0) { in smbios_entry_add()
|
/openbmc/qemu/hw/i386/ |
H A D | vmport.c | 174 uint32_t *uuid_parts = (uint32_t *)(qemu_uuid.data); in vmport_cmd_get_bios_uuid()
|
/openbmc/qemu/hw/core/ |
H A D | machine-qmp-cmds.c | 270 info->UUID = qemu_uuid_unparse_strdup(&qemu_uuid); in qmp_query_uuid()
|
/openbmc/qemu/ui/ |
H A D | dbus.c | 195 g_autofree char *uuid = qemu_uuid_unparse_strdup(&qemu_uuid); in dbus_display_complete()
|
H A D | spice-core.c | 812 spice_server_set_uuid(spice_server, (unsigned char *)&qemu_uuid); in qemu_spice_init()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 314 ret = sysparm_st(buffer, length, (unsigned char *)&qemu_uuid, in rtas_ibm_get_system_parameter()
|
H A D | pnv.c | 660 buf = qemu_uuid_unparse_strdup(&qemu_uuid); in pnv_dt_create()
|
H A D | spapr.c | 1192 buf = qemu_uuid_unparse_strdup(&qemu_uuid); in spapr_build_fdt()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | misc_helper.c | 400 memcpy(sysib.sysib_322.vm[0].uuid, &qemu_uuid, in HELPER()
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 1123 fw_cfg_add_bytes(s, FW_CFG_UUID, &qemu_uuid, 16); in fw_cfg_common_realize()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1855 memcpy(sysib.vm[0].uuid, &qemu_uuid, sizeof(sysib.vm[0].uuid)); in insert_stsi_3_2_2()
|