Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c162 typedef struct TestSimple { struct
172 } TestSimple; argument
176 TestSimple obj_simple = {
201 VMSTATE_BOOL(b_1, TestSimple),
202 VMSTATE_BOOL(b_2, TestSimple),
203 VMSTATE_UINT8(u8_1, TestSimple),
207 VMSTATE_INT8(i8_1, TestSimple),
208 VMSTATE_INT8(i8_2, TestSimple),
209 VMSTATE_INT16(i16_1, TestSimple),
210 VMSTATE_INT16(i16_2, TestSimple),
[all …]