Home
last modified time | relevance | path

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

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