Home
last modified time | relevance | path

Searched defs:VMChangeStateEntry (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/system/
H A Drunstate.c297 struct VMChangeStateEntry { struct
301 QTAILQ_ENTRY(VMChangeStateEntry) entries; argument
305 static QTAILQ_HEAD(, VMChangeStateEntry) vm_change_state_head = argument
/openbmc/qemu/include/qemu/
H A Dtypedefs.h119 typedef struct VMChangeStateEntry VMChangeStateEntry; typedef