All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Allow Capstone 3.0.5 again and remove the submodule
@ 2022-05-16 14:58 Thomas Huth
  2022-05-16 14:58 ` [PATCH 1/3] tests/vm: Add capstone to the NetBSD and OpenBSD VMs Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Thomas Huth @ 2022-05-16 14:58 UTC (permalink / raw)
  To: qemu-devel, Richard Henderson; +Cc: Daniel P . Berrange, Paolo Bonzini

Compiling with Capstone 3.0.5 seems still to work fine, so if we
allow this again, all our supported build environments should provide
this library nowadays. That means that we could get rid of the
integrated submodule now.

Thomas Huth (3):
  tests/vm: Add capstone to the NetBSD and OpenBSD VMs
  capstone: Allow version 3.0.5 again
  capstone: Remove the capstone submodule

 configure                     |  21 -------
 meson.build                   | 115 ++--------------------------------
 .gitlab-ci.d/buildtest.yml    |   3 +-
 .gitlab-ci.d/windows.yml      |   5 +-
 .gitmodules                   |   3 -
 capstone                      |   1 -
 meson_options.txt             |   3 +-
 scripts/meson-buildoptions.sh |   5 +-
 tests/vm/netbsd               |   3 +-
 tests/vm/openbsd              |   3 +-
 10 files changed, 16 insertions(+), 146 deletions(-)
 delete mode 160000 capstone

-- 
2.27.0



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

end of thread, other threads:[~2022-06-03 15:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 14:58 [RFC PATCH 0/3] Allow Capstone 3.0.5 again and remove the submodule Thomas Huth
2022-05-16 14:58 ` [PATCH 1/3] tests/vm: Add capstone to the NetBSD and OpenBSD VMs Thomas Huth
2022-05-17  5:37   ` Richard Henderson
2022-05-16 14:58 ` [PATCH 2/3] capstone: Allow version 3.0.5 again Thomas Huth
2022-05-16 15:46   ` Peter Maydell
2022-05-16 16:46     ` Richard Henderson
2022-05-16 16:53       ` Peter Maydell
2022-05-16 19:14         ` Richard Henderson
2022-05-16 19:22           ` Thomas Huth
2022-05-17  5:35             ` Richard Henderson
2022-05-17  5:40   ` Richard Henderson
2022-05-16 14:58 ` [PATCH 3/3] capstone: Remove the capstone submodule Thomas Huth
2022-05-17  5:42   ` Richard Henderson
2022-05-19 11:41   ` Peter Maydell
2022-05-23 12:15     ` Thomas Huth
2022-06-03  0:03       ` Richard Henderson
2022-06-03  0:56         ` Richard Henderson
2022-06-03  5:21           ` Thomas Huth
2022-06-03 13:48             ` Richard Henderson
2022-06-03 15:05               ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.