qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Enable plugin support on msys2/mingw
@ 2020-09-26 14:04 Yonggang Luo
  2020-09-26 14:04 ` [PATCH 1/4] plugins: Fixes a issue when dlsym failed, the handle not closed Yonggang Luo
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yonggang Luo @ 2020-09-26 14:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Paolo Bonzini, Yonggang Luo, Richard Henderson

Add this feature on msys2/mingw by using glib provided cross-platform dlsym f=
unctional.

Yonggang Luo (4):
  plugins: Fixes a issue when dlsym failed, the handle not closed.
  plugin: Fixes compiling errors on msys2/mingw
  Getting qemu-plugin works under win32.
  cirrus: Enable plugin in cirrus for windows

 .cirrus.yml                  |   3 +-
 Makefile                     |   1 -
 configure                    |  71 --------------
 contrib/plugins/hotblocks.c  |   4 +-
 contrib/plugins/hotpages.c   |   2 +
 contrib/plugins/howvec.c     |   2 +
 contrib/plugins/lockstep.c   |   2 +
 include/qemu/qemu-plugin.h   | 184 ++++++++++++++++++++++++++---------
 meson.build                  |   6 +-
 plugins/api.c                |  65 +++++++------
 plugins/core.c               |   7 +-
 plugins/loader.c             |  21 ++++
 plugins/meson.build          |  10 +-
 plugins/qemu-plugins.symbols |  40 --------
 tests/plugin/bb.c            |   6 +-
 tests/plugin/empty.c         |   2 +
 tests/plugin/insn.c          |   2 +
 tests/plugin/mem.c           |   2 +
 18 files changed, 224 insertions(+), 206 deletions(-)
 delete mode 100644 plugins/qemu-plugins.symbols

--=20
2.28.0.windows.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-09-27  8:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-26 14:04 [PATCH 0/4] Enable plugin support on msys2/mingw Yonggang Luo
2020-09-26 14:04 ` [PATCH 1/4] plugins: Fixes a issue when dlsym failed, the handle not closed Yonggang Luo
2020-09-26 20:30   ` Philippe Mathieu-Daudé
2020-09-26 14:04 ` [PATCH 2/4] plugin: Fixes compiling errors on msys2/mingw Yonggang Luo
2020-09-26 20:27   ` Philippe Mathieu-Daudé
2020-09-27  3:18   ` Richard Henderson
2020-09-27  8:42     ` Philippe Mathieu-Daudé
2020-09-26 14:04 ` [PATCH 3/4] Getting qemu-plugin works under win32 Yonggang Luo
2020-09-26 14:04 ` [PATCH 4/4] cirrus: Enable plugin in cirrus for windows Yonggang Luo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).