On 28/01/2021 22:17, Mark Cave-Ayland wrote:
This patchset contains a couple of minor updates to QEMU's Fifo8 implementation
conceived whilst working on the next revision of the ESP series.
Patch 1 has already been reviewed on-list whilst patch 2 adds a new
VMSTATE_FIFO8_TEST macro which is required to allow the updated ESP series
to handle incoming migrations from previous QEMU versions.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
Mark Cave-Ayland (2):
utils/fifo8: change fatal errors from abort() to assert()
utils/fifo8: add VMSTATE_FIFO8_TEST macro
include/qemu/fifo8.h | 16 ++++++++++------
util/fifo8.c | 16 ++++------------
2 files changed, 14 insertions(+), 18 deletions(-)
I've applied these to my qemu-sparc branch and will send a PR shortly since they are
a pre-requisite to the respin of the ESP patchset.
ATB,
Mark.