On Mon, Sep 08, 2025 at 12:50:02PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:50:02 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 30/33] rust: re-export qemu macros from common/qom/hwcore > X-Mailer: git-send-email 2.51.0 > > From: Marc-André Lureau <[email protected]> > > This is just a bit nicer. > > Signed-off-by: Marc-André Lureau <[email protected]> > Link: > https://lore.kernel.org/r/[email protected] > Signed-off-by: Paolo Bonzini <[email protected]> > --- > docs/devel/rust.rst | 2 +- > rust/Cargo.lock | 8 +------- > rust/chardev/Cargo.toml | 1 - > rust/chardev/meson.build | 2 +- > rust/chardev/src/chardev.rs | 2 +- > rust/common/Cargo.toml | 1 + > rust/common/meson.build | 2 +- > rust/common/src/lib.rs | 2 ++ > rust/common/src/opaque.rs | 4 +--- > rust/hw/char/pl011/Cargo.toml | 1 - > rust/hw/char/pl011/meson.build | 1 - > rust/hw/char/pl011/src/device.rs | 4 ++-- > rust/hw/char/pl011/src/registers.rs | 2 +- > rust/hw/core/Cargo.toml | 2 +- > rust/hw/core/meson.build | 2 +- > rust/hw/core/src/irq.rs | 2 +- > rust/hw/core/src/lib.rs | 1 + > rust/hw/core/src/qdev.rs | 4 ++-- > rust/hw/core/src/sysbus.rs | 2 +- > rust/hw/core/tests/tests.rs | 4 ++-- > rust/hw/timer/hpet/Cargo.toml | 1 - > rust/hw/timer/hpet/meson.build | 1 - > rust/hw/timer/hpet/src/device.rs | 6 +++--- > rust/meson.build | 3 ++- > rust/migration/Cargo.toml | 1 - > rust/qom/src/lib.rs | 2 ++ > rust/qom/src/qom.rs | 4 ++-- > rust/system/Cargo.toml | 1 - > rust/system/meson.build | 2 +- > rust/system/src/memory.rs | 2 +- > rust/tests/Cargo.toml | 1 - > rust/util/Cargo.toml | 1 - > rust/util/meson.build | 2 +- > rust/util/src/timer.rs | 4 ++-- > 34 files changed, 35 insertions(+), 45 deletions(-)
Good cleanup! Reviewed-by: Zhao Liu <[email protected]>
