Re: [Qemu-devel] [PATCH 02/13] nseries: clean up coding style

2014-05-28 Thread Peter Maydell
On 23 May 2014 16:20, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini I was only expecting you to clean up the bits you were actually changing, not the whole file... That said, I don't feel like bouncing this for another go-round, so: Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH 02/13] nseries: clean up coding style

2014-05-23 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- hw/arm/nseries.c | 272 +- 1 files changed, 145 insertions(+), 127 deletions(-) diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c index c28f895..359f278 100644 --- a/hw/arm/nseries.c +++ b/hw/arm/nseries.c @@ -2