Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vmapple/
H A Dbdif.c24 OBJECT_DECLARE_SIMPLE_TYPE(VMAppleBdifState, VMAPPLE_BDIF)
26 struct VMAppleBdifState { struct
206 VMAppleBdifState *s = opaque; in bdif_write()
241 VMAppleBdifState *s = VMAPPLE_BDIF(obj); in bdif_init()
249 DEFINE_PROP_DRIVE("aux", VMAppleBdifState, aux),
250 DEFINE_PROP_DRIVE("root", VMAppleBdifState, root),
264 .instance_size = sizeof(VMAppleBdifState),