Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c356 VMSTATE_STRUCT_VARRAY_UINT8(timer, HPETState, num_timers, 0,
/openbmc/qemu/include/migration/
H A Dvmstate.h554 #define VMSTATE_STRUCT_VARRAY_UINT8(_field, _state, _field_num, _version, _vmsd, _type) { \ macro