Re: [Qemu-devel] [PATCH] mips_malta: Detect format errors for function prom_set

2010-09-20 Thread Blue Swirl
On Sat, Sep 11, 2010 at 6:46 AM, Stefan Weil wrote: > Add the necessary gcc attribute and fix the detected errors. This is identical to fulong patch, so my comments on that one apply also here. > > Cc: Aurelien Jarno > Signed-off-by: Stefan Weil > --- >  hw/mips_malta.c |    6 -- >  1 file

[Qemu-devel] [PATCH] mips_malta: Detect format errors for function prom_set

2010-09-10 Thread Stefan Weil
Add the necessary gcc attribute and fix the detected errors. Cc: Aurelien Jarno Signed-off-by: Stefan Weil --- hw/mips_malta.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/mips_malta.c b/hw/mips_malta.c index a458c97..deee273 100644 --- a/hw/mips_malta.c +++