Home
last modified time | relevance | path

Searched refs:VMSTATE_SINGLE_TEST (Results 1 – 4 of 4) sorted by relevance

/qemu/include/migration/
H A Dvmstate.h863 VMSTATE_SINGLE_TEST(_field, _state, NULL, _version, _info, _type)
996 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_bool, bool)
999 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int8, int8_t)
1002 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int16, int16_t)
1005 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int32, int32_t)
1008 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int64, int64_t)
1011 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint8, uint8_t)
1014 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint16, uint16_t)
1017 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint32, uint32_t)
1020 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint64, uint64_t)
[all …]
/qemu/hw/nvram/
H A Deeprom93xx.c123 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_hack_uint16_from_uint8, uint16_t)
H A Dfw_cfg.c593 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_hack_uint32_as_uint16, uint32_t)
/qemu/hw/net/
H A Dvirtio-net.c3330 VMSTATE_SINGLE_TEST(max_queue_pairs, VirtIONet, max_queue_pairs_gt_1, 0,