Home
last modified time | relevance | path

Searched refs:VMSTATE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs18 pub static VMSTATE: VMStateDescription = VMStateDescription { in test_device_decl_macros() constant
53 vmsd => VMSTATE, in test_device_decl_macros()
/openbmc/qemu/docs/devel/migration/
H A Dmain.rst148 Most device data can be described using the ``VMSTATE`` macros (mostly defined
203 This way is going to disappear as soon as all current users are ported to VMSTATE;
368 b) replace the VMSTATE macro with the _TEST version of the macro, e.g.: