mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
cec6f8ca5b
commit
da9fa17ee9
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue