Philippe Mathieu-Daudé (6):
hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) ->
pnv_xscom_init()
hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO region
hw/ppc/pnv: Do not use SysBus API to map local MMIO region
hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region
include/hw/ppc/pnv_xscom.h | 2 +-
hw/intc/spapr_xive.c | 12 ++++++------
hw/ppc/pnv.c | 26 +++++---------------------
hw/ppc/pnv_xscom.c | 5 ++---
4 files changed, 14 insertions(+), 31 deletions(-)