Re: [Qemu-devel] [PATCH target-arm v4 05/16] arm: xlnx-zynqmp: Add GIC

2015-04-23 Thread Peter Crosthwaite
On Thu, Apr 23, 2015 at 10:45 AM, Peter Maydell wrote: > On 23 March 2015 at 11:05, Peter Crosthwaite > wrote: >> And connect IRQ outputs to the CPUs. > > Can you make sure the body of the commit message > makes sense when read as a standalone text without > the subject line, please? > Fixed. R

Re: [Qemu-devel] [PATCH target-arm v4 05/16] arm: xlnx-zynqmp: Add GIC

2015-04-23 Thread Peter Maydell
On 23 March 2015 at 11:05, Peter Crosthwaite wrote: > And connect IRQ outputs to the CPUs. Can you make sure the body of the commit message makes sense when read as a standalone text without the subject line, please? Otherwise Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH target-arm v4 05/16] arm: xlnx-zynqmp: Add GIC

2015-03-23 Thread Peter Crosthwaite
And connect IRQ outputs to the CPUs. Reviewed-by: Alistair Francis Signed-off-by: Peter Crosthwaite --- hw/arm/xlnx-zynqmp.c | 19 +++ include/hw/arm/xlnx-zynqmp.h | 2 ++ 2 files changed, 21 insertions(+) diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c index