]> git.proxmox.com Git - mirror_qemu.git/commit
spapr/drc: Drop spapr_drc_attach() fdt argument
authorGreg Kurz <groug@kaod.org>
Tue, 19 Feb 2019 17:17:58 +0000 (18:17 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 25 Feb 2019 22:21:25 +0000 (09:21 +1100)
commit09d876ce2c8ea3efd34e02d898c3122e04b814bc
treea5ac5565a2e7e9c7a7c5a67c0a6bd22b71e33002
parent46fd02990df10be2833c1c67b244aa87f0b61d6d
spapr/drc: Drop spapr_drc_attach() fdt argument

All DRC subtypes have been converted to generate the FDT fragment at
configure connector time instead of attach time. The fdt and fdt_offset
arguments of spapr_drc_attach() aren't needed anymore. Drop them and
make the implementation of the dt_populate() method mandatory.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <155059667853.1466090.16527852453054217565.stgit@bahia.lab.toulouse-stg.fr.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c
hw/ppc/spapr_drc.c
hw/ppc/spapr_pci.c
include/hw/ppc/spapr_drc.h