Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dserial-pci.c78 VMSTATE_STRUCT(state, PCISerialState, 0, vmstate_serial, SerialState),
H A Dserial-mm.c92 VMSTATE_STRUCT(serial, SerialMM, 0, vmstate_serial, SerialState),
H A Dserial-isa.c111 VMSTATE_STRUCT(state, ISASerialState, 0, vmstate_serial, SerialState),
H A Ddiva-gsp.c167 0, vmstate_serial, SerialState),
H A Dserial.c822 const VMStateDescription vmstate_serial = { variable