Re: [Qemu-devel] [PATCH 07/14] hw: Added generic FIFO API.

2012-10-05 Thread Peter Maydell
On 5 October 2012 01:08, Peter Crosthwaite wrote: > From: Peter A. G. Crosthwaite > > Added a FIFO API that can be used to create and operate byte FIFOs. > > Signed-off-by: Peter A. G. Crosthwaite > --- > hw/Makefile.objs |1 + > hw/fifo.c| 78 > ++

[Qemu-devel] [PATCH 07/14] hw: Added generic FIFO API.

2012-10-04 Thread Peter Crosthwaite
From: Peter A. G. Crosthwaite Added a FIFO API that can be used to create and operate byte FIFOs. Signed-off-by: Peter A. G. Crosthwaite --- hw/Makefile.objs |1 + hw/fifo.c| 78 ++ hw/fifo.h| 47 ++