You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/rust/migration
Paolo Bonzini 9947bf9351 rust: migration: implement ToMigrationState for Timer
Timer is a complex struct, allow adding it to a struct that
uses #[derive(ToMigrationState)]; similar to vmstate_timer, only
the expiration time has to be preserved.

In fact, because it is thread-safe, ToMigrationStateShared can
also be implemented without needing a cell or mutex that wraps
the timer.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
3 weeks ago
..
src rust: migration: implement ToMigrationState for Timer 3 weeks ago
Cargo.toml rust: qemu-macros: add ToMigrationState derive macro 3 months ago
build.rs rust: split "migration" crate 4 months ago
meson.build migration: add prelude 3 weeks ago
wrapper.h rust: split "migration" crate 4 months ago