Searched refs:vmstate_info_timer (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 240 extern const VMStateInfo vmstate_info_timer; 1014 VMSTATE_POINTER_TEST(_f, _s, _test, vmstate_info_timer, QEMUTimer *) 1017 VMSTATE_POINTER(_f, _s, _v, vmstate_info_timer, QEMUTimer *) 1023 VMSTATE_ARRAY_OF_POINTER(_f, _s, _n, 0, vmstate_info_timer, QEMUTimer *) 1026 VMSTATE_SINGLE_TEST(_f, _s, _test, 0, vmstate_info_timer, QEMUTimer) 1029 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_timer, QEMUTimer) 1035 VMSTATE_ARRAY(_f, _s, _n, 0, vmstate_info_timer, QEMUTimer)
|
/openbmc/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 22 const VMStateInfo vmstate_info_timer; variable
|
/openbmc/qemu/migration/ |
H A D | savevm.c | 191 const VMStateInfo vmstate_info_timer = { variable
|