On Wed, Apr 9, 2014 at 4:48 AM, Beniamino Galvani wrote:
> On Mon, Apr 07, 2014 at 07:04:43PM -0700, Peter Crosthwaite wrote:
>> This prepares support for generalising FIFO support to more integer
>> widths.
>>
>> Signed-off-by: Peter Crosthwaite
>>
>> [...]
>>
>> --- a/include/qemu/fifo8.h
>> ++
On Mon, Apr 07, 2014 at 07:04:43PM -0700, Peter Crosthwaite wrote:
> This prepares support for generalising FIFO support to more integer
> widths.
>
> Signed-off-by: Peter Crosthwaite
>
> [...]
>
> --- a/include/qemu/fifo8.h
> +++ b/include/qemu/fifo.h
> @@ -9,102 +9,103 @@ typedef struct {
>
This prepares support for generalising FIFO support to more integer
widths.
Signed-off-by: Peter Crosthwaite
---
hw/char/serial.c | 30 ++---
hw/net/allwinner_emac.c | 72 +++---
hw/ssi/xilinx_spi.c | 42 +-
h