]> git.proxmox.com Git - qemu.git/commit
xilinx.h: Dont qdev_create from ethernet_create()
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 12 Feb 2013 01:17:10 +0000 (11:17 +1000)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Wed, 13 Feb 2013 12:01:24 +0000 (13:01 +0100)
commitdada5c7e92434df7c0ec152fe9a8f0e3de67b632
tree2a90a6ba75a9a4bb8240485b3c86b4b4f8e296eb
parent0231ed4f22dd67844d8bbc027eaa5b713cb25ba2
xilinx.h: Dont qdev_create from ethernet_create()

Pulled the qdev_create functionality out of xilinx_axiethernet_create() and
pushed it up to the petalogix_ml605_mmu machine model. This makes the ethernet
create+init process consistent with the AXI DMA. Renamed function to
xilinx_axiethernet_init accordingly.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
hw/petalogix_ml605_mmu.c
hw/xilinx.h