summaryrefslogtreecommitdiff
path: root/hw/xilinx.h
diff options
context:
space:
mode:
authorPeter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>2012-06-13 14:46:51 +1000
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2012-06-15 13:08:13 +0200
commitda9fa17ee9bece7e7ef54681832427c1d6baf554 (patch)
treedc8ed52666f04d8ed1d678ba86191be7dc7daf19 /hw/xilinx.h
parentcec6f8ca5b22562ee757e2a55c21f7fa20d5200a (diff)
downloadqemu-da9fa17ee9bece7e7ef54681832427c1d6baf554.tar.gz
qemu-da9fa17ee9bece7e7ef54681832427c1d6baf554.tar.bz2
qemu-da9fa17ee9bece7e7ef54681832427c1d6baf554.zip
xilinx_axidma: changed device name
Changed device name to xlnx,axi-dma. This is the exact name of the device in the Xilinx EDK development tools. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/xilinx.h')
-rw-r--r--hw/xilinx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xilinx.h b/hw/xilinx.h
index 8f915b435b..7df21eb958 100644
--- a/hw/xilinx.h
+++ b/hw/xilinx.h
@@ -75,7 +75,7 @@ xilinx_axiethernetdma_create(void *dmach,
{
DeviceState *dev = NULL;
- dev = qdev_create(NULL, "xilinx,axidma");
+ dev = qdev_create(NULL, "xlnx.axi-dma");
qdev_prop_set_uint32(dev, "freqhz", freqhz);
qdev_prop_set_ptr(dev, "dmach", dmach);
qdev_init_nofail(dev);