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

Mark Cave-Ayland posted 2 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210128221728.14887-1-mark.cave-ayland@ilande.co.uk
include/qemu/fifo8.h | 16 ++++++++++------
util/fifo8.c         | 16 ++++------------
2 files changed, 14 insertions(+), 18 deletions(-)
[PATCH 0/2] utils/fifo8: minor updates
Posted by Mark Cave-Ayland 3 years, 3 months ago
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


Re: [PATCH 0/2] utils/fifo8: minor updates
Posted by Mark Cave-Ayland 3 years, 2 months ago
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-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(-)

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.