Sign in
qemu
/
qemu
/
cd8413425846d22d704e85eec98f70a5925fbaf7
/
.
/
rust
/
migration
/
src
/
lib.rs
blob: c9bdf0d413358fca0cb803856c50edd0f119e444 [
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
::*;
pub
mod
vmstate
;
pub
use
vmstate
::*;