Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dvmstate.rs174 pub const fn vmstate_base<T: VMState>(_: PhantomData<T>) -> VMStateField { in vmstate_base()
241 impl VMStateField { implementation
276 pub const fn with_varray_flag_unchecked(mut self, flag: VMStateFlags) -> VMStateField { in with_varray_flag_unchecked()
285 pub const fn with_varray_flag(mut self, flag: VMStateFlags) -> VMStateField { in with_varray_flag()
291 pub const fn with_varray_multiply(mut self, num: u32) -> VMStateField { in with_varray_multiply()
H A Dbindings.rs51 unsafe impl Send for VMStateField {} implementation
52 unsafe impl Sync for VMStateField {} implementation
/openbmc/qemu/include/migration/
H A Dvmstate.h33 typedef struct VMStateField VMStateField; typedef
167 struct VMStateField { struct
168 const char *name;
169 const char *err_hint;
170 size_t offset;
171 size_t size;
172 size_t start;
173 int num;
174 size_t num_offset;
175 size_t size_offset;
[all …]