Home
last modified time | relevance | path

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

/openbmc/qemu/include/migration/
H A Dvmstate.h227 extern const VMStateInfo vmstate_info_int32_le;
983 VMSTATE_SINGLE(_f, _s, 0, vmstate_info_int32_le, int32_t)
/openbmc/qemu/migration/
H A Dvmstate-types.c165 const VMStateInfo vmstate_info_int32_le = { variable