Re: [Qemu-devel] [PATCH v2 05/11] xilinx_intc: changed device name

2012-06-15 Thread Andreas Färber
Am 13.06.2012 06:46, schrieb Peter A. G. Crosthwaite: > Changed device name to xlnx,xps-intc. This is the exact name of the device > in the xilinx EDK development tools. > > Signed-off-by: Peter A. G. Crosthwaite Dito. /-F > --- > hw/xilinx.h |2 +- > hw/xilinx_intc.c |4 ++-- >

[Qemu-devel] [PATCH v2 05/11] xilinx_intc: changed device name

2012-06-12 Thread Peter A. G. Crosthwaite
Changed device name to xlnx,xps-intc. This is the exact name of the device in the xilinx EDK development tools. Signed-off-by: Peter A. G. Crosthwaite --- hw/xilinx.h |2 +- hw/xilinx_intc.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/xilinx.h b/hw/xil