Re: [Qemu-devel] [PATCH 01/14] lm32: Fix mixup of uint32 and uint32_t

2012-01-16 Thread Michael Walle
Am Montag 16 Januar 2012, 12:27:01 schrieb Peter Maydell: > On 16 January 2012 00:46, Andreas Färber wrote: > > diff --git a/hw/milkymist-vgafb_template.h > > b/hw/milkymist-vgafb_template.h index 69af9ef..544b55e 100644 > > --- a/hw/milkymist-vgafb_template.h > > +++ b/hw/milkymist-vgafb_template

Re: [Qemu-devel] [PATCH 01/14] lm32: Fix mixup of uint32 and uint32_t

2012-01-16 Thread Andreas Färber
Am 16.01.2012 12:27, schrieb Peter Maydell: > On 16 January 2012 00:46, Andreas Färber wrote: >> diff --git a/hw/milkymist-vgafb_template.h b/hw/milkymist-vgafb_template.h >> index 69af9ef..544b55e 100644 >> --- a/hw/milkymist-vgafb_template.h >> +++ b/hw/milkymist-vgafb_template.h >> @@ -39,7 +39

Re: [Qemu-devel] [PATCH 01/14] lm32: Fix mixup of uint32 and uint32_t

2012-01-16 Thread Peter Maydell
On 16 January 2012 00:46, Andreas Färber wrote: > diff --git a/hw/milkymist-vgafb_template.h b/hw/milkymist-vgafb_template.h > index 69af9ef..544b55e 100644 > --- a/hw/milkymist-vgafb_template.h > +++ b/hw/milkymist-vgafb_template.h > @@ -39,7 +39,7 @@ >  #elif BITS == 24 >  #define COPY_PIXEL(to,

[Qemu-devel] [PATCH 01/14] lm32: Fix mixup of uint32 and uint32_t

2012-01-15 Thread Andreas Färber
Commit d23948b15a9920fb7f6374b55a6db1ecff81f3ee (lm32: add Milkymist VGAFB support) introduced a stray usage of the softfloat uint32 type. Use uint32_t instead. Signed-off-by: Andreas Färber Cc: Michael Walle --- hw/milkymist-vgafb_template.h |2 +- 1 files changed, 1 insertions(+), 1 dele