Re: [Qemu-devel] [PATCH 05/26] audio: Remove UINT8

2017-04-26 Thread Juan Quintela
Philippe Mathieu-Daudé wrote: > Hi Juan, > > On 04/25/2017 07:37 PM, Juan Quintela wrote: >> uint8_t has existed since . all this century? >> >> Signed-off-by: Juan Quintela >> --- >> hw/audio/fmopl.c | 8 >> hw/audio/fmopl.h | 39 --- >> 2 files

Re: [Qemu-devel] [PATCH 05/26] audio: Remove UINT8

2017-04-25 Thread Philippe Mathieu-Daudé
Hi Juan, On 04/25/2017 07:37 PM, Juan Quintela wrote: uint8_t has existed since . all this century? Signed-off-by: Juan Quintela --- hw/audio/fmopl.c | 8 hw/audio/fmopl.h | 39 --- 2 files changed, 24 insertions(+), 23 deletions(-) diff --gi

[Qemu-devel] [PATCH 05/26] audio: Remove UINT8

2017-04-25 Thread Juan Quintela
uint8_t has existed since . all this century? Signed-off-by: Juan Quintela --- hw/audio/fmopl.c | 8 hw/audio/fmopl.h | 39 --- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/hw/audio/fmopl.c b/hw/audio/fmopl.c index 282662a..3d