summary refs log tree commit diff stats
path: root/rust/qom/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/qom/src/lib.rs')
-rw-r--r--rust/qom/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/qom/src/lib.rs b/rust/qom/src/lib.rs
index 204c6fea2f..24c44fc2af 100644
--- a/rust/qom/src/lib.rs
+++ b/rust/qom/src/lib.rs
@@ -1,5 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 
+pub use qemu_macros::Object;
+
 pub mod bindings;
 
 // preserve one-item-per-"use" syntax, it is clearer