Home
last modified time | relevance | path

Searched refs:app (Results 1 – 18 of 18) sorted by relevance

/qemu/docs/sphinx/
H A Ddepfile.py38 def write_depfile(app, exception): argument
42 env = app.env
54 print((env.config.depfile_stamp or app.outdir) + ": \\", file=f)
60 def setup(app): argument
61 app.add_config_value('depfile', None, 'env')
62 app.add_config_value('depfile_stamp', None, 'env')
63 app.connect('build-finished', write_depfile)
H A Dkerneldoc.py156 def setup(app): argument
157 app.add_config_value('kerneldoc_bin', None, 'env')
158 app.add_config_value('kerneldoc_srctree', None, 'env')
159 app.add_config_value('kerneldoc_verbosity', 1, 'env')
160 app.add_config_value('kerneldoc_werror', 0, 'env')
162 app.add_directive('kernel-doc', KernelDocDirective)
H A Dfakedbusdoc.py23 def setup(app: Sphinx) -> Dict[str, Any]:
25 app.add_directive("dbus-doc", FakeDBusDocDirective)
H A Ddbusdoc.py160 def setup(app: Sphinx) -> Dict[str, Any]:
162 app.add_config_value("dbusdoc_srctree", None, "env")
163 app.add_directive("dbus-doc", DBusDocDirective)
164 dbusdomain.setup(app)
H A Dhxtool.py186 def setup(app): argument
188 app.add_config_value('hxtool_srctree', None, 'env')
189 app.add_directive('hxtool-doc', HxtoolDocDirective)
H A Dqapidoc.py556 if self.env.app.verbosity >= 2 or os.environ.get("DEBUG"):
571 srctree = Path(self.env.app.config.qapidoc_srctree).resolve()
722 def setup(app: Sphinx) -> ExtensionMetadata:
724 app.setup_extension("qapi_domain")
725 app.add_config_value("qapidoc_srctree", None, "env")
726 app.add_directive("qapi-doc", QAPIDocDirective)
727 app.add_directive("qmp-example", QMPExample)
H A Dqapi_domain.py268 config = self.env.app.config
425 allowed_fields = set(self.env.app.config.qapi_allowed_fields)
786 namespaces = set(self.env.app.config.qapi_namespaces)
1031 def setup(app: Sphinx) -> Dict[str, Any]:
1032 app.setup_extension("sphinx.directives")
1033 app.add_config_value(
1039 app.add_config_value(
1045 app.add_domain(QAPIDomain)
H A Ddbusdomain.py408 def setup(app): argument
409 app.add_domain(DBusDomain)
410 app.add_config_value("dbus_index_common_prefix", [], "env")
/qemu/hw/net/
H A Dxilinx_axienet.c704 uint32_t app[CONTROL_PAYLOAD_WORDS] = {0}; in eth_rx() local
818 app[0] = 5 << 28; in eth_rx()
824 app[3] = csum16; in eth_rx()
825 app[4] = size & 0xffff; in eth_rx()
831 app[2] |= 1 | (ip_multicast << 1); in eth_rx()
834 app[2] |= 1 << 3; in eth_rx()
838 app[2] |= 1 << 6; in eth_rx()
842 for (i = 0; i < ARRAY_SIZE(app); ++i) { in eth_rx()
843 app[i] = cpu_to_le32(app[i]); in eth_rx()
846 memcpy(s->rxapp, app, s->rxappsize); in eth_rx()
/qemu/hw/dma/
H A Dxilinx_axidma.c90 uint8_t app[CONTROL_PAYLOAD_SIZE]; member
118 uint8_t app[20]; member
313 stream_push(tx_control_dev, s->desc.app, sizeof(s->desc.app), true); in stream_process_mem2s()
385 memcpy(s->desc.app, s->app, sizeof(s->desc.app)); in stream_process_s2mem()
428 memcpy(s->app, buf, len); in xilinx_axidma_control_stream_push()
/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst20 * enable the `Cirrus CI GitHub app`_ for your GitHub account;
51 .. _Cirrus CI GitHub app: https://github.com/marketplace/cirrus-ci
/qemu/python/qemu/qmp/
H A Dqmp_tui.py641 app = App(address, args.num_retries, args.retry_delay)
649 root_logger.addHandler(TUILogHandler(app))
651 app.run(args.asyncio_debug)
/qemu/ui/
H A Dmeson.build142 spice_ss.add(spice, gio, pixman, files('spice-app.c'))
143 ui_modules += {'spice-app': spice_ss}
H A Dcocoa.m2097 // app with a menubar and Dock icon
/qemu/docs/specs/
H A Dpvpanic.rst8 The management app has the option of waiting for GUEST_PANICKED events,
/qemu/docs/interop/
H A Dbarrier.rst136 Grab clipboard. Sent by screen when some other app on that screen
/qemu/qapi/
H A Dui.json1502 # @spice-app: Set up a Spice server and run the default associated
1519 { 'name': 'spice-app', 'if': 'CONFIG_SPICE' },
/qemu/
H A Dqemu-options.hx2092 "-display spice-app[,gl=on|off]\n"
2141 ``spice-app[,gl=on|off]``