Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dserial.h51 uint8_t fcr_vmstate; /* we can't write directly this value member
/openbmc/qemu/hw/char/
H A Dserial.c634 s->fcr_vmstate = s->fcr; in serial_pre_save()
652 s->fcr_vmstate = 0; in serial_post_load()
684 serial_write_fcr(s, s->fcr_vmstate); in serial_post_load()
839 VMSTATE_UINT8_V(fcr_vmstate, SerialState, 3),