On Mon, Sep 08, 2025 at 12:49:57PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:49:57 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 25/33] rust: rename qemu_api_macros -> qemu_macros > X-Mailer: git-send-email 2.51.0 > > From: Marc-André Lureau <[email protected]> > > Since "qemu_api" is no longer the unique crate to provide APIs. > > Signed-off-by: Marc-André Lureau <[email protected]> > Link: > https://lore.kernel.org/r/[email protected] > Signed-off-by: Paolo Bonzini <[email protected]> > --- > MAINTAINERS | 2 +- > rust/Cargo.lock | 22 +++++++++---------- > rust/Cargo.toml | 2 +- > rust/bits/Cargo.toml | 2 +- > rust/bits/meson.build | 2 +- > rust/bits/src/lib.rs | 4 ++-- > rust/chardev/Cargo.toml | 2 +- > rust/chardev/meson.build | 4 ++-- > rust/chardev/src/chardev.rs | 2 +- > rust/common/src/opaque.rs | 4 ++-- > rust/hw/char/pl011/Cargo.toml | 2 +- > rust/hw/char/pl011/meson.build | 4 ++-- > 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 | 4 ++-- > rust/hw/core/src/irq.rs | 2 +- > rust/hw/core/src/qdev.rs | 6 ++--- > rust/hw/core/src/sysbus.rs | 2 +- > rust/hw/core/tests/tests.rs | 4 ++-- > rust/hw/timer/hpet/Cargo.toml | 2 +- > rust/hw/timer/hpet/meson.build | 4 ++-- > rust/hw/timer/hpet/src/device.rs | 6 ++--- > rust/meson.build | 2 +- > rust/migration/Cargo.toml | 2 +- > rust/qemu-api/Cargo.toml | 2 +- > rust/qemu-api/meson.build | 4 ++-- > .../Cargo.toml | 2 +- > .../meson.build | 10 ++++----- > .../src/bits.rs | 0 > .../src/lib.rs | 0 > .../src/tests.rs | 0 > rust/qom/Cargo.toml | 2 +- > rust/qom/meson.build | 4 ++-- > rust/qom/src/qom.rs | 4 ++-- > rust/system/Cargo.toml | 2 +- > rust/system/meson.build | 4 ++-- > rust/system/src/memory.rs | 2 +- > rust/util/Cargo.toml | 2 +- > rust/util/meson.build | 2 +- > rust/util/src/timer.rs | 4 ++-- > 41 files changed, 69 insertions(+), 69 deletions(-) > rename rust/{qemu-api-macros => qemu-macros}/Cargo.toml (94%) > rename rust/{qemu-api-macros => qemu-macros}/meson.build (63%) > rename rust/{qemu-api-macros => qemu-macros}/src/bits.rs (100%) > rename rust/{qemu-api-macros => qemu-macros}/src/lib.rs (100%) > rename rust/{qemu-api-macros => qemu-macros}/src/tests.rs (100%)
Reviewed-by: Zhao Liu <[email protected]>
