Home
last modified time | relevance | path

Searched defs:VMStateFlags (Results 1 – 3 of 3) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dzeroable.rs22 impl Default for crate::bindings::VMStateFlags { implementation
30 unsafe impl Zeroable for crate::bindings::VMStateFlags {} implementation
H A Dvmstate.rs181 pub const fn vmstate_varray_flag<T: VMState>(_: PhantomData<T>) -> VMStateFlags { in vmstate_varray_flag()
231 impl VMStateFlags { impl
/qemu/include/migration/
H A Dvmstate.h51 enum VMStateFlags { enum