]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/virt.c
hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
authorEric Auger <eric.auger@linaro.org>
Fri, 19 Jun 2015 13:17:44 +0000 (14:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jun 2015 13:17:44 +0000 (14:17 +0100)
commitdecf4f807b4498ca35a87e9de82bc9a4e64cc29a
tree21eba218cc5faf494ac0db14f7b45e56f6dbdf37
parentba890a9b2509a0087bb7eafddae02ea5ecbb7bb4
hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation

This patch allows the instantiation of the vfio-calxeda-xgmac device
from the QEMU command line (-device vfio-calxeda-xgmac,host="<device>").

A specialized device tree node is created for the guest, containing
compat, dma-coherent, reg and interrupts properties.

Signed-off-by: Eric Auger <eric.auger@linaro.org>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1434455898-17895-1-git-send-email-eric.auger@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/sysbus-fdt.c
hw/arm/virt.c
include/hw/arm/fdt.h [new file with mode: 0644]