Home
last modified time | relevance | path

Searched refs:visit (Results 1 – 20 of 20) sorted by relevance

/qemu/qapi/
H A Dmeson.build7 'qapi-visit-core.c',
78 'qapi-visit.h', 'qapi-visit.c',
87 'qapi-builtin-types.c', 'qapi-builtin-visit.c',
88 'qapi-builtin-types.h', 'qapi-builtin-visit.h',
98 'qapi-visit-@0@.c'.format(module),
99 'qapi-visit-@0@.h'.format(module),
H A Dtrace-events3 # qapi-visit-core.c
/qemu/tests/
H A Dmeson.build7 'qapi-builtin-visit.c',
8 'qapi-builtin-visit.h',
27 'test-qapi-visit-sub-sub-module.c',
28 'test-qapi-visit-sub-sub-module.h',
29 'test-qapi-visit.c',
30 'test-qapi-visit.h',
/qemu/scripts/qapi/
H A Devents.py189 visit = self._module_basename('qapi-visit', name)
200 events=events, visit=visit,
250 schema.visit(vis)
H A Dschema.py110 def visit(self, visitor: QAPISchemaVisitor) -> None: member in QAPISchemaEntity
314 entity.visit(visitor)
323 super().visit(visitor)
408 super().visit(visitor)
457 super().visit(visitor)
509 super().visit(visitor)
635 super().visit(visitor)
713 super().visit(visitor)
1062 super().visit(visitor)
1118 super().visit(visitor)
[all …]
H A Dcommands.py318 visit = self._module_basename('qapi-visit', name)
329 commands=commands, visit=visit))
418 schema.visit(vis)
H A Dvisit.py357 visit = self._module_basename('qapi-visit', name)
363 visit=visit))
429 schema.visit(vis)
H A Dtypes.py305 visit = self._module_basename('qapi-visit', name)
312 types=types, visit=visit))
388 schema.visit(vis)
H A Dmain.py21 from .visit import gen_visit
H A Dintrospect.py196 typ.visit(self)
394 schema.visit(vis)
/qemu/tests/include/
H A Dmeson.build9 'test-qapi-visit-sub-module.c',
10 'test-qapi-visit-sub-module.h',
/qemu/tests/unit/
H A Dtest-visitor-serialization.c89 visit(v, &native_in, errp); in dealloc_helper()
280 VisitorFunc visit, Error **errp);
282 VisitorFunc visit, Error **errp);
926 VisitorFunc visit, Error **errp) in qmp_serialize() argument
931 visit(d->qov, &native_in, errp); in qmp_serialize()
936 VisitorFunc visit, Error **errp) in qmp_deserialize() argument
951 visit(d->qiv, native_out, errp); in qmp_deserialize()
970 VisitorFunc visit, Error **errp) in string_serialize() argument
975 visit(d->sov, &native_in, errp); in string_serialize()
980 VisitorFunc visit, Error **errp) in string_deserialize() argument
[all …]
/qemu/docs/devel/
H A Dlockcnt.txt90 - A new visit cannot be started while the counter is zero and the
129 during the visit any other thread will see a nonzero value for
153 inefficiencies; for example, a visit can never start if the counter is
155 which in principle need not block a visit of the data structure.
170 concurrent with a visit to the list of bottom halves; 2) it only has
209 is zero (i.e. there is no concurrent visit). Because qemu_lockcnt_inc
220 If an object has to be freed right after a visit, you can combine
H A Dqapi-code-gen.rst1556 ``$(prefix)qapi-visit.c``
1561 ``$(prefix)qapi-visit.h``
1566 $ cat qapi-generated/example-qapi-visit.h
1572 #include "qapi/qapi-builtin-visit.h"
1587 $ cat qapi-generated/example-qapi-visit.c
1678 SUBDIR/$(prefix)qapi-visit-SUBMODULE.h
1679 SUBDIR/$(prefix)qapi-visit-SUBMODULE.c
1684 ``qapi-builtin-visit.h``
1687 ``qapi-builtin-visit.c``
/qemu/qga/
H A Dmeson.build44 'qga-qapi-visit.c',
45 'qga-qapi-visit.h',
194 if output.startswith('qga-qapi-types') or output.startswith('qga-qapi-visit')
/qemu/docs/sphinx/
H A Dqapidoc.py360 entity.visit(self)
496 schema.visit(QAPISchemaGenDepVisitor(env, qapidir))
/qemu/tests/qapi-schema/
H A Dtest-qapi.py121 schema.visit(QAPISchemaTestVisitor())
H A Dmeson.build233 'doc-good-qapi-visit.c', 'doc-good-qapi-visit.h' ],
/qemu/python/qemu/qmp/
H A Dqmp_shell.py255 transformed = FuzzyJSON().visit(tree)
/qemu/
H A DREADME.rst153 For version history and release notes, please visit