]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ppc/pnv.c
ppc/pnv: populate device tree for IPMI BT devices
authorCédric Le Goater <clg@kaod.org>
Tue, 11 Apr 2017 15:30:04 +0000 (17:30 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 26 Apr 2017 02:41:56 +0000 (12:41 +1000)
commit04f6c8b2c001b57b904cb9e2caea774303601253
tree80d8db66a4962959248ca24e6a35a8bb63ae4f92
parentcb228f5a00977370796bba2487cbaef2ed26881e
ppc/pnv: populate device tree for IPMI BT devices

When an ipmi-bt device [1] is defined on the ISA bus, we need to
populate the device tree with the object properties. Such devices are
created with the command line options :

   -device ipmi-bmc-sim,id=bmc0 -device isa-ipmi-bt,bmc=bmc0,irq=10

[1] https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg03168.html

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv.c