Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 126) sorted by relevance

123456

/qemu/python/qemu/qmp/
H A Devents.py481 names: EventNames = None,
491 self.names: Set[str] = set()
492 if isinstance(names, str):
493 self.names.add(names)
494 elif names is not None:
495 self.names.update(names)
526 name_ok = (not self.names) or (event['event'] in self.names)
697 names: EventNames = (),
715 listener = EventListener(names, event_filter)
/qemu/
H A Dqemu-keymap.c18 struct xkb_rule_names names = { variable
138 names.model, names.layout, in usage()
139 names.variant ?: "-", in usage()
140 names.options ?: "-"); in usage()
170 names.model = optarg; in main()
173 names.layout = optarg; in main()
176 names.variant = optarg; in main()
179 names.options = optarg; in main()
210 names.model, names.layout, in main()
211 names.variant ?: "-", in main()
[all …]
/qemu/stats/
H A Dstats-hmp-cmds.c136 static StatsFilter *stats_filter(StatsTarget target, const char *names, in stats_filter() argument
164 if (!names && provider == STATS_PROVIDER__MAX) { in stats_filter()
177 if (names && !g_str_equal(names, "*")) { in stats_filter()
179 request->names = hmp_split_at_comma(names); in stats_filter()
194 const char *names = qdict_get_try_str(qdict, "names"); in hmp_info_stats() local
225 filter = stats_filter(target, names, -1, provider); in hmp_info_stats()
229 filter = stats_filter(target, names, cpu_index, provider); in hmp_info_stats()
232 filter = stats_filter(target, names, -1, provider); in hmp_info_stats()
H A Dstats-qmp-cmds.c43 strList *names = NULL; in invoke_stats_cb() local
49 if (request->has_names && !request->names) { in invoke_stats_cb()
52 names = request->has_names ? request->names : NULL; in invoke_stats_cb()
73 entry->stats_cb(stats_results, filter->target, names, targets, errp); in invoke_stats_cb()
/qemu/scripts/qapi/
H A Dpylintrc33 # Good variable names regexes, separated by a comma. If names match any regex,
36 # Suppress complaints about short names. PEP-8 is cool with them,
38 good-names-rgxs=^[_a-z][_a-z0-9]?$
/qemu/scripts/tracetool/format/
H A Dust_events_h.py71 names = e.args.names()
73 for t,n,f in zip(types, names, fmts):
H A Dh.py86 names=", ".join(e.args.names()),
/qemu/scripts/
H A Dcpu-x86-uarch-abi.py86 names = [] variable
91 names.append(model["name"])
95 for name in sorted(names):
H A Dmtest2make.py19 def names(self, base): member in Suite
97 print(f'.{prefix}.mtest-suites += ' + ' '.join(suite.names(name)))
H A Dget_maintainer.pl300 names => {},
327 $mailmap->{names}->{$address} = $real_name;
343 $mailmap->{names}->{$wrong_address} = $real_name;
361 $mailmap->{names}->{$wrong_email} = $real_name;
1173 if (exists $mailmap->{names}->{$email} ||
1175 if (exists $mailmap->{names}->{$email}) {
1176 $real_name = $mailmap->{names}->{$email};
1182 if (exists $mailmap->{names}->{$address}) {
1183 $real_name = $mailmap->{names}->{$address};
/qemu/tests/qapi-schema/
H A Dreserved-member-underscore.json2 # We reject use of a single leading underscore in all names (names must
H A Dreserved-type-list.json2 # We reserve names ending in 'List' for use by array types.
3 # TODO - we could choose array names to avoid collision with user types,
H A Dunion-base-union.json3 # permutations of QMP names exposed by base do not clash with any QMP
4 # member names added by local variants.
H A Dtype-case.json1 # Type names should use CamelCase
H A Dargs-member-case.json1 # Member names should be 'lower-case' unless the struct is whitelisted
H A Denum-bad-name.json1 # we ensure all enum names can map to C
/qemu/qapi/
H A Dintrospect.json41 # names are guaranteed to be unique (no name will be duplicated
86 # names, type names are not part of the wire ABI. Consequently,
87 # type names are meaningless strings here, although they are still
92 # @features: names of features associated with the entity, in no
144 # @values: the enumeration type's member names, in no particular
168 # @features: names of features associated with the member, in no
230 # @features: names of features associated with the member, in no
H A Dstats.json94 # @names: statistics to be returned (all if omitted).
100 '*names': [ 'str' ] } }
261 # Note: runtime-collected statistics and their names fall outside
263 # set of available data stable, together with their names, but
267 # names on different architectures or by different providers, one
H A Dpragma.json9 # Command names containing '_'
89 # Externally visible types whose member names may use uppercase
/qemu/target/ppc/
H A Dcompat.c324 gchar *names, *desc; in ppc_compat_add_property() local
340 names = g_strjoinv(", ", namesv); in ppc_compat_add_property()
341 desc = g_strdup_printf("%s. Valid values are %s.", basedesc, names); in ppc_compat_add_property()
344 g_free(names); in ppc_compat_add_property()
/qemu/docs/devel/
H A Dqapi-code-gen.rst77 * JSON's literal names are terminals: ``false true``
212 Member 'enum' names the enum type.
279 Member 'struct' names the struct type.
338 Member 'union' names the union type.
405 Member 'alternate' names the alternate type.
469 Member 'command' names the command.
728 Naming rules and reserved names
748 Command names, member names within a type, and feature names should be
1174 Command and event names are part of the wire ABI, but type names are
1177 meaningful type names instead.
[all …]
/qemu/backends/
H A Ddbus-vmstate.c88 g_auto(GStrv) names = NULL; in dbus_get_proxies()
96 names = qemu_dbus_get_queued_owners(self->bus, "org.qemu.VMState1", &error); in dbus_get_proxies()
97 if (!names) { in dbus_get_proxies()
104 for (i = 0; names[i]; i++) { in dbus_get_proxies()
112 names[i], in dbus_get_proxies()
/qemu/target/hppa/
H A Dint_helper.c210 static const char * const names[] = { in hppa_cpu_do_interrupt() local
249 if (i >= 0 && i < ARRAY_SIZE(names)) { in hppa_cpu_do_interrupt()
250 name = names[i]; in hppa_cpu_do_interrupt()
/qemu/scsi/
H A Dutils.c459 static const char *names[] = { in scsi_command_name() local
577 if (cmd >= ARRAY_SIZE(names) || names[cmd] == NULL) { in scsi_command_name()
580 return names[cmd]; in scsi_command_name()
/qemu/roms/
H A Dedk2-build.py151 names = copy.split()
152 srcfile = names[0]
153 if len(names) > 1:
154 dstfile = names[1]

123456