Home
last modified time | relevance | path

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

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