Re: [Qemu-devel] [PATCH] xilinx_zynq: Fix wrong IRQ number of the second EHCI controller

2012-12-04 Thread Peter Crosthwaite
On Tue, Dec 4, 2012 at 4:59 PM, Liming Wang wrote: > The IRQ number of the second EHCI controller should be 76, not 75. > > Signed-off-by: Liming Wang Tested-by: Peter Crosthwaite > --- > hw/xilinx_zynq.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/xilinx_zy

[Qemu-devel] [PATCH] xilinx_zynq: Fix wrong IRQ number of the second EHCI controller

2012-12-03 Thread Liming Wang
The IRQ number of the second EHCI controller should be 76, not 75. Signed-off-by: Liming Wang --- hw/xilinx_zynq.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xilinx_zynq.c b/hw/xilinx_zynq.c index 1f12a3d..808de68 100644 --- a/hw/xilinx_zynq.c +++ b/hw/xilinx_zynq.