Home
last modified time | relevance | path

Searched refs:plugins (Results 1 – 21 of 21) sorted by relevance

/qemu/plugins/
H A Dmeson.build2 # Modules need more symbols than just those in plugins/qemu-plugins.symbols
6 input: files('qemu-plugins.symbols'),
7 output: 'qemu-plugins-ld64.symbols',
10 plugin_ldflags = ['-Wl,-exported_symbols_list,plugins/qemu-plugins-ld64.symbols']
12 … = ['-Xlinker', '--dynamic-list=' + (meson.project_source_root() / 'plugins/qemu-plugins.symbols')]
16 if get_option('plugins')
20 # Generate a .lib file for plugins to link against.
24 input: files('qemu-plugins.symbols'),
/qemu/tests/plugin/
H A Dmeson.build2 if get_option('plugins')
5 t += shared_module(i, files(i + '.c') + '../../contrib/plugins/win32_linker.c',
19 alias_target('test-plugins', t)
21 run_target('test-plugins', command: find_program('true'))
/qemu/docs/devel/
H A Dtcg-plugins.rst26 configure --enable-plugins
44 Writing plugins
198 encouraged to contribute your own plugins plugins upstream. There is a
203 - tests/plugins/empty.c
208 - tests/plugins/bb.c
230 - tests/plugins/insn.c
281 - tests/plugins/mem.c
305 - tests/plugins/syscall.c
390 - contrib/plugins/howvec.c
518 - contrib/plugins/execlog.c
[all …]
H A Dindex-tcg.rst18 tcg-plugins
H A Dloads-stores.rst251 plugins for tracing.
275 any actions required by any tracing plugins. They are only to be
/qemu/
H A Dconfigure248 plugins="$default_feature"
749 --enable-plugins) plugins="yes"
751 --disable-plugins) plugins="no"
1012 if test "$plugins" = "yes"; then
1015 plugins="no"
1018 if test "$plugins" = "yes"; then
1021 plugins="no"
1027 plugins="no"
1029 if test "$plugins" != "no"; then
1030 plugins=yes
[all …]
H A D.editorconfig1 # EditorConfig is a file format and collection of text editor plugins
H A Dqemu.sasl21 # enable plugins which don't provide session encryption. The
H A Dmeson_options.txt84 option('plugins', type: 'boolean', value: false, boolean
85 description: 'TCG plugins via shared library loading')
H A DMAINTAINERS3732 F: docs/devel/tcg-plugins.rst
3733 F: plugins/
3736 F: contrib/plugins/
/qemu/contrib/gitdm/
H A Dgroup-map-interns12 # GSoC 2021 TCG plugins
/qemu/linux-user/
H A Dmain.c454 static QemuPluginList plugins = QTAILQ_HEAD_INITIALIZER(plugins);
459 qemu_plugin_opt_parse(arg, &plugins); in handle_arg_plugin()
740 qemu_plugin_load_list(&plugins, &error_fatal); in main()
/qemu/contrib/plugins/
H A DMakefile52 lib%$(SO_SUFFIX): %.o win32_linker.o ../../plugins/libqemu_plugin_api.a
/qemu/accel/tcg/
H A Dmeson.build16 if get_option('plugins')
/qemu/.gitlab-ci.d/
H A Dcrossbuilds.yml60 …mmu,i386-linux-user,aarch64-softmmu,aarch64-linux-user,ppc-softmmu,ppc-linux-user --disable-plugins
168 EXTRA_CONFIGURE_OPTS: --enable-fdt=internal --disable-plugins
/qemu/tests/
H A DMakefile.include76 .ninja-goals.check-tcg = all test-plugins
/qemu/docs/system/
H A Dauthz.rst225 There are a variety of PAM plugins that can be used which are not illustrated
226 here, and it is possible to implement brand new plugins using the PAM API.
H A Dvnc-security.rst166 encryption. In the latter case the list of possible plugins that can be
/qemu/scripts/
H A Dmeson-buildoptions.sh428 --enable-plugins) printf "%s" -Dplugins=true ;;
429 --disable-plugins) printf "%s" -Dplugins=false ;;
/qemu/docs/about/
H A Ddeprecated.rst42 Passing TCG plugins arguments through ``arg=`` is redundant is makes the
46 as short-form boolean values, and passed to plugins as ``arg_name=on``.
H A Dremoved-features.rst887 feature can be replicated with TCG plugins it was removed. If
889 converting to using TCG plugins they should contact the qemu-devel