Re: [Qemu-devel] [PATCH v5 02/14] xics: move reset and cpu_setup

2013-09-26 Thread David Gibson
On Thu, Sep 26, 2013 at 04:18:36PM +1000, Alexey Kardashevskiy wrote: > This simple change makes following patches nicer. > > Signed-off-by: Alexey Kardashevskiy Trivial. Acked-by: David Gibson -- David Gibson| I'll have my music baroque, and my code david AT gibson.dropb

[Qemu-devel] [PATCH v5 02/14] xics: move reset and cpu_setup

2013-09-25 Thread Alexey Kardashevskiy
This simple change makes following patches nicer. Signed-off-by: Alexey Kardashevskiy --- hw/intc/xics.c | 72 +- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/hw/intc/xics.c b/hw/intc/xics.c index bb018d1..a0d71ef 100644