Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
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()
A Dqgraph_internal.h59 char *qemu_name; /* optional: see qos_node_create_driver_named() */ member
A Dqgraph.h234 void qos_node_create_driver_named(const char *name, const char *qemu_name,
/qemu/hw/xen/
A Dxen_devconfig.c38 xenstore_write_str(be, "domain", qemu_name ? qemu_name : "no-name"); in xen_config_dev_all()
/qemu/ui/
A Dspice-app.c153 if (qemu_name) { in spice_app_display_early_init()
155 "qemu", qemu_name, NULL); in spice_app_display_early_init()
A Dsdl2.c192 if (qemu_name) { in sdl_update_caption()
193 snprintf(win_title, sizeof(win_title), "QEMU (%s-%d)%s", qemu_name, in sdl_update_caption()
195 snprintf(icon_title, sizeof(icon_title), "QEMU (%s)", qemu_name); in sdl_update_caption()
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"];
A Ddbus.c252 "name", qemu_name ?: "QEMU " QEMU_VERSION, in dbus_display_complete()
A Dspice-core.c811 spice_server_set_name(spice_server, qemu_name ?: "QEMU " QEMU_VERSION); in qemu_spice_init()
A Dgtk.c223 if (qemu_name) { in gd_update_caption()
224 prefix = g_strdup_printf("QEMU (%s)", qemu_name); in gd_update_caption()
A Dvnc.c2708 if (qemu_name) { in protocol_client_init()
2709 size = snprintf(buf, sizeof(buf), "QEMU (%s)", qemu_name); in protocol_client_init()
/qemu/system/
A Dglobals.c46 const char *qemu_name; variable
A Dvl.c508 return qemu_name; in qemu_get_vm_name()
551 qemu_name = qemu_opt_get(opts, "guest"); in parse_name()
/qemu/target/s390x/tcg/
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()
/qemu/include/sysemu/
A Dsysemu.h12 extern const char *qemu_name;
/qemu/monitor/
A Dqmp-cmds.c39 info->name = g_strdup(qemu_name); in qmp_query_name()
/qemu/target/s390x/kvm/
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()

Completed in 50 milliseconds