/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 156 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 D | qgraph_internal.h | 59 char *qemu_name; /* optional: see qos_node_create_driver_named() */ member
|
H A D | qgraph.h | 234 void qos_node_create_driver_named(const char *name, const char *qemu_name,
|
/openbmc/qemu/hw/xen/ |
H A D | xen_devconfig.c | 38 xenstore_write_str(be, "domain", qemu_name ? qemu_name : "no-name"); in xen_config_dev_all()
|
/openbmc/qemu/ui/ |
H A D | spice-app.c | 153 if (qemu_name) { in spice_app_display_early_init() 155 "qemu", qemu_name, NULL); in spice_app_display_early_init()
|
H A D | sdl2.c | 191 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 D | cocoa.m | 1181 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 D | dbus.c | 252 "name", qemu_name ?: "QEMU " QEMU_VERSION, in dbus_display_complete()
|
H A D | spice-core.c | 811 spice_server_set_name(spice_server, qemu_name ?: "QEMU " QEMU_VERSION); in qemu_spice_init()
|
H A D | gtk.c | 223 if (qemu_name) { in gd_update_caption() 224 prefix = g_strdup_printf("QEMU (%s)", qemu_name); in gd_update_caption()
|
H A D | vnc.c | 2708 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 D | globals.c | 46 const char *qemu_name; variable
|
H A D | vl.c | 508 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 D | misc_helper.c | 384 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 D | sysemu.h | 12 extern const char *qemu_name;
|
/openbmc/qemu/monitor/ |
H A D | qmp-cmds.c | 39 info->name = g_strdup(qemu_name); in qmp_query_name()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1839 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()
|