/qemu/docs/sphinx/ |
H A D | depfile.py | 38 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 D | kerneldoc.py | 156 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 D | fakedbusdoc.py | 23 def setup(app: Sphinx) -> Dict[str, Any]: 25 app.add_directive("dbus-doc", FakeDBusDocDirective)
|
H A D | dbusdoc.py | 160 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 D | hxtool.py | 186 def setup(app): argument 188 app.add_config_value('hxtool_srctree', None, 'env') 189 app.add_directive('hxtool-doc', HxtoolDocDirective)
|
H A D | qapidoc.py | 556 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 D | qapi_domain.py | 268 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 D | dbusdomain.py | 408 def setup(app): argument 409 app.add_domain(DBusDomain) 410 app.add_config_value("dbus_index_common_prefix", [], "env")
|
/qemu/hw/net/ |
H A D | xilinx_axienet.c | 704 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 D | xilinx_axidma.c | 90 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 D | README.rst | 20 * 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 D | qmp_tui.py | 641 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 D | meson.build | 142 spice_ss.add(spice, gio, pixman, files('spice-app.c')) 143 ui_modules += {'spice-app': spice_ss}
|
H A D | cocoa.m | 2097 // app with a menubar and Dock icon
|
/qemu/docs/specs/ |
H A D | pvpanic.rst | 8 The management app has the option of waiting for GUEST_PANICKED events,
|
/qemu/docs/interop/ |
H A D | barrier.rst | 136 Grab clipboard. Sent by screen when some other app on that screen
|
/qemu/qapi/ |
H A D | ui.json | 1502 # @spice-app: Set up a Spice server and run the default associated 1519 { 'name': 'spice-app', 'if': 'CONFIG_SPICE' },
|
/qemu/ |
H A D | qemu-options.hx | 2092 "-display spice-app[,gl=on|off]\n" 2141 ``spice-app[,gl=on|off]``
|