Home
last modified time | relevance | path

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

/qemu/include/migration/
H A Dvmstate.h217 extern const VMStateInfo vmstate_info_int8;
888 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int8, int8_t)
989 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int8, int8_t)
/qemu/migration/
H A Dvmstate-types.c64 const VMStateInfo vmstate_info_int8 = { variable