Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dboards.h260 struct MachineClass { struct
262 ObjectClass parent_class;
265 const char *family; /* NULL iff @name identifies a standalone machtype */
266 char *name;
267 const char *alias;
268 const char *desc;
269 const char *deprecation_reason;
271 void (*init)(MachineState *state);
272 void (*reset)(MachineState *state, ResetType type);
273 void (*wakeup)(MachineState *state);
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h63 typedef struct MachineClass MachineClass; typedef