Home
last modified time | relevance | path

Searched refs:qemu_uuid (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/system/
H A Dglobals.c56 QemuUUID qemu_uuid; variable
H A Dvl.c3382 if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) { in qemu_init()
/openbmc/qemu/include/sysemu/
H A Dsysemu.h13 extern QemuUUID qemu_uuid;
/openbmc/qemu/migration/
H A Dmultifd.c149 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 Dsavevm.c286 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 Dsmbios_legacy.c127 &qemu_uuid, 16); in smbios_build_type_1_fields()
H A Dsmbios.c616 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 Dvmport.c174 uint32_t *uuid_parts = (uint32_t *)(qemu_uuid.data); in vmport_cmd_get_bios_uuid()
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c270 info->UUID = qemu_uuid_unparse_strdup(&qemu_uuid); in qmp_query_uuid()
/openbmc/qemu/ui/
H A Ddbus.c195 g_autofree char *uuid = qemu_uuid_unparse_strdup(&qemu_uuid); in dbus_display_complete()
H A Dspice-core.c812 spice_server_set_uuid(spice_server, (unsigned char *)&qemu_uuid); in qemu_spice_init()
/openbmc/qemu/hw/ppc/
H A Dspapr_rtas.c314 ret = sysparm_st(buffer, length, (unsigned char *)&qemu_uuid, in rtas_ibm_get_system_parameter()
H A Dpnv.c660 buf = qemu_uuid_unparse_strdup(&qemu_uuid); in pnv_dt_create()
H A Dspapr.c1192 buf = qemu_uuid_unparse_strdup(&qemu_uuid); in spapr_build_fdt()
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c400 memcpy(sysib.sysib_322.vm[0].uuid, &qemu_uuid, in HELPER()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c1123 fw_cfg_add_bytes(s, FW_CFG_UUID, &qemu_uuid, 16); in fw_cfg_common_realize()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1855 memcpy(sysib.vm[0].uuid, &qemu_uuid, sizeof(sysib.vm[0].uuid)); in insert_stsi_3_2_2()