Home
last modified time | relevance | path

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

/qemu/include/hw/
H A Dvmstate-if.h30 static inline char *vmstate_if_get_id(VMStateIf *vmif) in vmstate_if_get_id() argument
32 if (!vmif) { in vmstate_if_get_id()
36 return VMSTATE_IF_GET_CLASS(vmif)->get_id(vmif); in vmstate_if_get_id()
/qemu/backends/
H A Ddbus-vmstate.c482 dbus_vmstate_get_id(VMStateIf *vmif) in dbus_vmstate_get_id() argument