qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/6] hw/ppc: SysBus simplifications


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 0/6] hw/ppc: SysBus simplifications
Date: Wed, 18 Oct 2023 20:28:07 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 18/10/23 15:30, Philippe Mathieu-Daudé wrote:
Hi,

There is no point in exposing an internal MMIO region via
SysBus and directly mapping it in the very same device.

This series replaces a sequence of:
- sysbus_init_mmio()
- sysbus_mmio_map()
by a single call to memory_region_add_subregion().

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

Cc'ing Thomas :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]