qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] utils/fifo8: minor updates


From: Mark Cave-Ayland
Subject: [PATCH 0/2] utils/fifo8: minor updates
Date: Thu, 28 Jan 2021 22:17:26 +0000

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-ayland@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(-)

-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]