Re: [Qemu-devel] [PATCH v3 09/12] FIFO: Add a FIFO32 implementation

2016-03-10 Thread Jean-Christophe DUBOIS
Le 10/03/2016 11:25, Peter Maydell a écrit : On 2 March 2016 at 05:27, Jean-Christophe Dubois wrote: This one is build on top of the existing FIFO8 Signed-off-by: Jean-Christophe Dubois --- Changes since v1: * None Changes since v2: * Added copyright * define Fifo32 as a struct contai

Re: [Qemu-devel] [PATCH v3 09/12] FIFO: Add a FIFO32 implementation

2016-03-10 Thread Peter Maydell
On 2 March 2016 at 05:27, Jean-Christophe Dubois wrote: > This one is build on top of the existing FIFO8 > > Signed-off-by: Jean-Christophe Dubois > --- > > Changes since v1: > * None > > Changes since v2: > * Added copyright > * define Fifo32 as a struct containing Fifo8 > * remove fifo32_po

[Qemu-devel] [PATCH v3 09/12] FIFO: Add a FIFO32 implementation

2016-03-01 Thread Jean-Christophe Dubois
This one is build on top of the existing FIFO8 Signed-off-by: Jean-Christophe Dubois --- Changes since v1: * None Changes since v2: * Added copyright * define Fifo32 as a struct containing Fifo8 * remove fifo32_pop_buf() include/qemu/fifo32.h | 186