rust: re-export qemu macros from common/qom/hwcoreThis is just a bit nicer.Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>Link: https://lore.kernel.org/r/20250827104147.717203-22-
rust: re-export qemu macros from common/qom/hwcoreThis is just a bit nicer.Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>Link: https://lore.kernel.org/r/20250827104147.717203-22-marcandre.lureau@redhat.comReviewed-by: Zhao Liu <zhao1.liu@intel.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
rust: repurpose qemu_api -> testsThe crate purpose is only to provide integration tests at this point,that can't easily be moved to a specific crate.It's also often a good practice to have a sin
rust: repurpose qemu_api -> testsThe crate purpose is only to provide integration tests at this point,that can't easily be moved to a specific crate.It's also often a good practice to have a single integration test crate(see for ex https://github.com/rust-lang/cargo/issues/4867)Drop README.md, use docs/devel/rust.rst instead.Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>Link: https://lore.kernel.org/r/20250827104147.717203-20-marcandre.lureau@redhat.comReviewed-by: Zhao Liu <zhao1.liu@intel.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>