[PATCH 0/2] rust: prepare for multiple bindgen invocations

Paolo Bonzini posted 2 patches 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250613130249.1225545-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
meson.build                   | 52 +++++------------------------------
rust/{ => qemu-api}/wrapper.h |  0
rust/meson.build              |  4 ++-
rust/qemu-api/meson.build     | 43 ++++++++++++++++++++++++++++-
4 files changed, 52 insertions(+), 47 deletions(-)
rename rust/{ => qemu-api}/wrapper.h (100%)
[PATCH 0/2] rust: prepare for multiple bindgen invocations
Posted by Paolo Bonzini 5 months ago
This is a preparation for the splitting of qemu-api in multiple
crates.  While I didn't do that yet, I am doing this part early
just in case it comes in handy for the Rust implementation of
tracing.

Paolo

Paolo Bonzini (2):
  rust: prepare variable definitions for multiple bindgen invocations
  rust: move rust.bindgen to qemu-api crate

 meson.build                   | 52 +++++------------------------------
 rust/{ => qemu-api}/wrapper.h |  0
 rust/meson.build              |  4 ++-
 rust/qemu-api/meson.build     | 43 ++++++++++++++++++++++++++++-
 4 files changed, 52 insertions(+), 47 deletions(-)
 rename rust/{ => qemu-api}/wrapper.h (100%)

-- 
2.49.0