Home
last modified time | relevance | path

Searched defs:VMState (Results 1 – 2 of 2) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dvmstate.rs145 pub unsafe trait VMState { interface
330 unsafe impl<$base> VMState for $type where $base: VMState $($where)* { impl
372 unsafe impl VMState for $type { impl
401 unsafe impl<$base> VMState for $type where $base: VMState $($where)* { impl
420 unsafe impl<T: VMState, const N: usize> VMState for [T; N] { impl
/qemu/docs/devel/migration/
H A Dmain.rst147 VMState section in Saving the state of one device