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 25 RAMFBStandaloneState *ramfb = RAMFB(dev); in display_update_wrapper() argument 40 RAMFBStandaloneState *ramfb = RAMFB(dev); in ramfb_realizefn() 48 RAMFBStandaloneState *ramfb = RAMFB(opaque); in migrate_needed() 59 VMSTATE_STRUCT_POINTER(state, RAMFBStandaloneState, ramfb_vmstate, RAMFBState), 65 DEFINE_PROP_BOOL("x-migrate", RAMFBStandaloneState, migrate, true), 66 DEFINE_PROP_BOOL("use-legacy-x86-rom", RAMFBStandaloneState, 84 .instance_size = sizeof(RAMFBStandaloneState),
|