Searched refs:RAMFBStandaloneState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ramfb-standalone.c | 11 typedef struct RAMFBStandaloneState RAMFBStandaloneState; typedef 12 DECLARE_INSTANCE_CHECKER(RAMFBStandaloneState, RAMFB, 15 struct RAMFBStandaloneState { struct 24 RAMFBStandaloneState *ramfb = RAMFB(dev); in display_update_wrapper() argument 39 RAMFBStandaloneState *ramfb = RAMFB(dev); in ramfb_realizefn() 47 RAMFBStandaloneState *ramfb = RAMFB(opaque); in migrate_needed() 58 VMSTATE_STRUCT_POINTER(state, RAMFBStandaloneState, ramfb_vmstate, RAMFBState), 64 DEFINE_PROP_BOOL("x-migrate", RAMFBStandaloneState, migrate, true), 83 .instance_size = sizeof(RAMFBStandaloneState),
|