]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: re-export qemu macros from common/qom/hwcore
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 8 Sep 2025 10:50:02 +0000 (12:50 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Sep 2025 17:00:58 +0000 (19:00 +0200)
commite4444d71e85b5f5ea8311eb59fea3e52f5fc5a14
tree8f955e1324f0b039540c368db3537f10dcd8796a
parentb0f6bf8a5b3b3a9dd4a11f792084d39a76b4b007
rust: re-export qemu macros from common/qom/hwcore

This 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.com
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
34 files changed:
docs/devel/rust.rst
rust/Cargo.lock
rust/chardev/Cargo.toml
rust/chardev/meson.build
rust/chardev/src/chardev.rs
rust/common/Cargo.toml
rust/common/meson.build
rust/common/src/lib.rs
rust/common/src/opaque.rs
rust/hw/char/pl011/Cargo.toml
rust/hw/char/pl011/meson.build
rust/hw/char/pl011/src/device.rs
rust/hw/char/pl011/src/registers.rs
rust/hw/core/Cargo.toml
rust/hw/core/meson.build
rust/hw/core/src/irq.rs
rust/hw/core/src/lib.rs
rust/hw/core/src/qdev.rs
rust/hw/core/src/sysbus.rs
rust/hw/core/tests/tests.rs
rust/hw/timer/hpet/Cargo.toml
rust/hw/timer/hpet/meson.build
rust/hw/timer/hpet/src/device.rs
rust/meson.build
rust/migration/Cargo.toml
rust/qom/src/lib.rs
rust/qom/src/qom.rs
rust/system/Cargo.toml
rust/system/meson.build
rust/system/src/memory.rs
rust/tests/Cargo.toml
rust/util/Cargo.toml
rust/util/meson.build
rust/util/src/timer.rs