blob: 32e182e716a9a2b120ca0a1bc7a753c39c213521 [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0-or-later
pub mod bindings;
pub use qemu_macros::ToMigrationState;
pub mod migratable;
pub use migratable::*;
// preserve one-item-per-"use" syntax, it is clearer
// for prelude-like modules
#[rustfmt::skip]
pub mod prelude;
pub mod vmstate;
pub use vmstate::*;