Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dserial.h82 extern const VMStateDescription vmstate_serial;
/openbmc/qemu/hw/char/
H A Dserial-pci.c79 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 Dserial-pci-multi.c129 0, vmstate_serial, SerialState),
H A Dserial.c822 const VMStateDescription vmstate_serial = { variable