Re: [Qemu-devel] [PATCH 2/2] hw/mips: use sizes.h macros

2013-11-28 Thread Antony Pavlov
On Thu, 28 Nov 2013 18:08:32 +0100 Stefan Weil wrote: > Am 28.11.2013 07:29, schrieb Antony Pavlov: > > Signed-off-by: Antony Pavlov > > Reviewed-by: Richard Henderson > > --- > > hw/mips/mips_malta.c | 25 + > > include/hw/mips/bios.h | 3 ++- > > 2 files changed, 1

Re: [Qemu-devel] [PATCH 2/2] hw/mips: use sizes.h macros

2013-11-28 Thread Antony Pavlov
On Thu, 28 Nov 2013 15:27:18 +0100 Andreas Färber wrote: > Am 28.11.2013 07:29, schrieb Antony Pavlov: > > Signed-off-by: Antony Pavlov > > Reviewed-by: Richard Henderson > > Are the int -> long changes caused by the BIT() macro usage? Otherwise I > would've recommended to put that in a follow

Re: [Qemu-devel] [PATCH 2/2] hw/mips: use sizes.h macros

2013-11-28 Thread Stefan Weil
Am 28.11.2013 07:29, schrieb Antony Pavlov: > Signed-off-by: Antony Pavlov > Reviewed-by: Richard Henderson > --- > hw/mips/mips_malta.c | 25 + > include/hw/mips/bios.h | 3 ++- > 2 files changed, 15 insertions(+), 13 deletions(-) > > diff --git a/hw/mips/mips_malta.c

Re: [Qemu-devel] [PATCH 2/2] hw/mips: use sizes.h macros

2013-11-28 Thread Andreas Färber
Am 28.11.2013 07:29, schrieb Antony Pavlov: > Signed-off-by: Antony Pavlov > Reviewed-by: Richard Henderson Are the int -> long changes caused by the BIT() macro usage? Otherwise I would've recommended to put that in a follow-up patch. But either way, Reviewed-by: Andreas Färber Andreas --

[Qemu-devel] [PATCH 2/2] hw/mips: use sizes.h macros

2013-11-27 Thread Antony Pavlov
Signed-off-by: Antony Pavlov Reviewed-by: Richard Henderson --- hw/mips/mips_malta.c | 25 + include/hw/mips/bios.h | 3 ++- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/hw/mips/mips_malta.c b/hw/mips/mips_malta.c index 05c8771..604832f 100644 --- a