Home
last modified time | relevance | path

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

/qemu/hw/char/
H A Ddebugcon.c37 OBJECT_DECLARE_SIMPLE_TYPE(ISADebugconState, ISA_DEBUGCON_DEVICE)
47 struct ISADebugconState { struct
102 ISADebugconState *isa = ISA_DEBUGCON_DEVICE(dev); in debugcon_isa_realizefn()
118 DEFINE_PROP_UINT32("iobase", ISADebugconState, iobase, 0xe9),
119 DEFINE_PROP_CHR("chardev", ISADebugconState, state.chr),
120 DEFINE_PROP_UINT32("readback", ISADebugconState, state.readback, 0xe9),
136 .instance_size = sizeof(ISADebugconState),