Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c156 g_free(node->qemu_name); in destroy_node()
290 const char *name = node->qemu_name ?: node->name; in build_driver_cmd_line()
636 void qos_node_create_driver_named(const char *name, const char *qemu_name, in qos_node_create_driver_named() argument
640 node->qemu_name = g_strdup(qemu_name); in qos_node_create_driver_named()
717 const char *node_name = n->qemu_name ?: n->name; in qos_graph_node_set_availability()
842 if (node->qemu_name) { in qos_dump_graph()
843 qos_printf_literal("qemu_name='%s' ", node->qemu_name); in qos_dump_graph()
H A Dqgraph_internal.h59 char *qemu_name; /* optional: see qos_node_create_driver_named() */ member
H A Dqgraph.h234 void qos_node_create_driver_named(const char *name, const char *qemu_name,
/openbmc/qemu/hw/xen/
H A Dxen_devconfig.c38 xenstore_write_str(be, "domain", qemu_name ? qemu_name : "no-name"); in xen_config_dev_all()
/openbmc/qemu/ui/
H A Dspice-app.c153 if (qemu_name) { in spice_app_display_early_init()
155 "qemu", qemu_name, NULL); in spice_app_display_early_init()
H A Dsdl2.c191 if (qemu_name) { in sdl_update_caption()
192 snprintf(win_title, sizeof(win_title), "QEMU (%s-%d)%s", qemu_name, in sdl_update_caption()
194 snprintf(icon_title, sizeof(icon_title), "QEMU (%s)", qemu_name); in sdl_update_caption()
H A Dcocoa.m1181 if (qemu_name)
1182 …ngWithFormat:@"QEMU %s - (Press " UC_CTRL_KEY " " UC_ALT_KEY " G to release Mouse)", qemu_name]];
1194 if (qemu_name)
1195 [[self window] setTitle:[NSString stringWithFormat:@"QEMU %s", qemu_name]];
1304 [window setTitle:qemu_name ? [NSString stringWithFormat:@"QEMU %s", qemu_name] : @"QEMU"];
H A Ddbus.c252 "name", qemu_name ?: "QEMU " QEMU_VERSION, in dbus_display_complete()
H A Dspice-core.c811 spice_server_set_name(spice_server, qemu_name ?: "QEMU " QEMU_VERSION); in qemu_spice_init()
H A Dgtk.c223 if (qemu_name) { in gd_update_caption()
224 prefix = g_strdup_printf("QEMU (%s)", qemu_name); in gd_update_caption()
H A Dvnc.c2708 if (qemu_name) { in protocol_client_init()
2709 size = snprintf(buf, sizeof(buf), "QEMU (%s)", qemu_name); in protocol_client_init()
/openbmc/qemu/system/
H A Dglobals.c46 const char *qemu_name; variable
H A Dvl.c508 return qemu_name; in qemu_get_vm_name()
551 qemu_name = qemu_opt_get(opts, "guest"); in parse_name()
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c384 if (qemu_name) { in HELPER()
387 ebcdic_put(sysib.sysib_322.vm[0].name, qemu_name, in HELPER()
389 strlen(qemu_name))); in HELPER()
392 qemu_name, '\0'); in HELPER()
/openbmc/qemu/include/sysemu/
H A Dsysemu.h12 extern const char *qemu_name;
/openbmc/qemu/monitor/
H A Dqmp-cmds.c39 info->name = g_strdup(qemu_name); in qmp_query_name()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1839 if (qemu_name) { in insert_stsi_3_2_2()
1841 ebcdic_put(sysib.vm[0].name, qemu_name, MIN(sizeof(sysib.vm[0].name), in insert_stsi_3_2_2()
1842 strlen(qemu_name))); in insert_stsi_3_2_2()
1852 qemu_name ?: "KVMguest", '\0'); in insert_stsi_3_2_2()