/qemu/ |
H A D | qemu-keymap.c | 18 struct xkb_rule_names names = { variable 56 /* TODO: make ui/keymap.c parser accept QKeyCode names */ in print_sym() 137 names.model, names.layout, in usage() 138 names.variant ?: "-", in usage() 139 names.options ?: "-"); in usage() 169 names.model = optarg; in main() 172 names.layout = optarg; in main() 175 names.variant = optarg; in main() 178 names.options = optarg; in main() 209 names.model, names.layout, in main() [all …]
|
/qemu/python/qemu/qmp/ |
H A D | events.py | 34 `listener()` context blocks with two or more names 51 `listener()` context blocks with no names 54 By omitting names entirely, you can listen to ALL events. 264 `EventListener` objects can be given complex filtering criteria if names 364 1. A qualifying name, if any :py:obj:`~EventListener.names` were 467 :param names: 468 One or more names of events to listen for. 472 When names are also provided, this acts as a secondary filter. 474 When ``names`` and ``event_filter`` are both provided, the names 481 names: EventNames = None, [all …]
|
/qemu/stats/ |
H A D | stats-hmp-cmds.c | 136 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 D | stats-qmp-cmds.c | 43 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 D | pylintrc | 35 # Good variable names regexes, separated by a comma. If names match any regex, 38 # Suppress complaints about short names. PEP-8 is cool with them, 40 good-names-rgxs=^[_a-z][_a-z0-9]?$
|
H A D | backend.py | 31 :param prefix: Optional C-code prefix for symbol names. 32 :param unmask: Expose non-ABI names through introspection? 54 :param prefix: Optional C-code prefix for symbol names. 55 :param unmask: Expose non-ABI names through introspection?
|
H A D | source.py | 23 # Commands whose names may use '_' 29 # Types whose member names may violate case conventions
|
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 78 * JSON's literal names are terminals: ``false true`` 182 Pragma 'command-name-exceptions' takes a list of commands whose names 193 names may contain uppercase letters, and ``"_"`` instead of ``"-"``. 213 Member 'enum' names the enum type. 281 Member 'struct' names the struct type. 301 The optional 'base' member names a struct type whose members are to be 340 Member 'union' names the union type. 344 member defines struct type members. If it is a STRING, it names a 363 members. The two sets of member names must be disjoint. 407 Member 'alternate' names the alternate type. [all …]
|
H A D | loads-stores.rst | 25 Function names follow the pattern: 106 Function names follow the pattern: 135 Function names follow the pattern: 173 Function names follow the pattern: 212 Function names follow the pattern: 253 Function names follow the pattern: 282 Function names follow the pattern:
|
/qemu/qapi/ |
H A D | introspect.json | 41 # 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 160 # @values: the enumeration type's member names, in no particular 184 # @features: names of features associated with the member, in no 246 # @features: names of features associated with the member, in no
|
H A D | stats.json | 94 # @names: statistics to be returned (all if omitted). 100 '*names': [ 'str' ] } } 261 # .. note:: Runtime-collected statistics and their names fall outside 263 # of available data stable, together with their names, but will not 266 # if the same value is being tracked with different names on
|
H A D | pragma.json | 9 # Command names containing '_' 80 # Externally visible types whose member names may use uppercase
|
/qemu/tests/qapi-schema/ |
H A D | reserved-member-underscore.json | 2 # We reject use of a single leading underscore in all names (names must
|
H A D | reserved-type-list.json | 2 # 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 D | union-base-union.json | 3 # permutations of QMP names exposed by base do not clash with any QMP 4 # member names added by local variants.
|
/qemu/scripts/tracetool/format/ |
H A D | h.py | 80 ' %(api_nocheck)s(%(names)s);', 86 names=", ".join(e.args.names()),
|
H A D | ust_events_h.py | 71 names = e.args.names() 73 for t,n,f in zip(types, names, fmts):
|
/qemu/docs/interop/ |
H A D | qmp-spec.rst | 396 To help with that, QMP reserves JSON object member names beginning with 397 ``__`` (double underscore) for downstream use ("downstream names"). This 398 means upstream will never use any downstream names for its commands, 401 Any new names downstream wishes to add must begin with ``__``. To 403 recommended that you prefix your downstream names with ``__RFQDN_`` where 418 downstream names ("downstream members"), except it may add members 419 with downstream names to its output.
|
/qemu/docs/specs/ |
H A D | fw_cfg.rst | 269 Item names beginning with ``opt/`` are reserved for users. QEMU will 270 never create entries with such names unless explicitly ordered by the 274 that you use names beginning with ``opt/RFQDN/``, where RFQDN is a reverse 276 wanted to define additional names, the prefix ``opt/org.seabios/`` would 283 Use of names not beginning with ``opt/`` is potentially dangerous and 286 Use of names not beginning with ``opt/`` is tolerated with 'gen_id' (that
|
/qemu/util/ |
H A D | dbus.c | 16 * qemu_dbus_get_queued_owners() - return the list of queued unique names 20 * Return: a GStrv of unique names, or NULL on failure.
|
/qemu/docs/sphinx/ |
H A D | qapi_domain.py | 111 # Type names that end with "?" are considered optional 118 # Type names wrapped in brackets denote lists. strip the 321 names=("feat",), 448 # correct names, but incorrect arguments. This mismatch WILL 516 names=("arg",), 524 names=("error", "errors"), 532 names=("return",), 549 names=("value",), 566 names=("alt",), 584 names=("memb",), [all …]
|
/qemu/scripts/ |
H A D | cpu-x86-uarch-abi.py | 86 names = [] variable 91 names.append(model["name"]) 95 for name in sorted(names):
|
/qemu/scripts/tracetool/ |
H A D | __init__.py | 182 def names(self): 183 """List of argument names.""" 191 """List of argument names casted to their type.""" 232 Property names. 425 Output backend names. 180 def names(self): global() member in Arguments
|
/qemu/hw/arm/ |
H A D | xlnx-versal-virt.c | 174 qemu_fdt_setprop(s->fdt, name, "clock-names", in fdt_add_usb_xhci_nodes() 191 qemu_fdt_setprop(s->fdt, name, "interrupt-names", in fdt_add_usb_xhci_nodes() 200 qemu_fdt_setprop_string(s->fdt, name, "phy-names", "usb3-phy"); in fdt_add_usb_xhci_nodes() 224 qemu_fdt_setprop(s->fdt, name, "clock-names", in fdt_add_uart_nodes() 262 qemu_fdt_setprop(s->fdt, name, "clock-names", in fdt_add_canfd_nodes() 307 qemu_fdt_setprop(s->fdt, name, "clock-names", in fdt_add_gem_nodes() 339 qemu_fdt_setprop(s->fdt, name, "clock-names", in fdt_add_zdma_nodes() 365 qemu_fdt_setprop(s->fdt, name, "clock-names", in fdt_add_sd_nodes() 390 qemu_fdt_setprop(s->fdt, name, "interrupt-names", in fdt_add_rtc_node() 409 qemu_fdt_setprop(s->fdt, name, "interrupt-names", in fdt_add_bbram_node() [all …]
|
/qemu/backends/ |
H A D | dbus-vmstate.c | 88 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()
|