Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Ddebugcon.c41 typedef struct DebugconState { struct
45 } DebugconState; argument
51 DebugconState state;
57 DebugconState *s = opaque; in debugcon_ioport_write()
72 DebugconState *s = opaque; in debugcon_ioport_read()
89 static void debugcon_realize_core(DebugconState *s, Error **errp) in debugcon_realize_core()
103 DebugconState *s = &isa->state; in debugcon_isa_realizefn()