mbox series

[0/2] mips: convert devices away from old_mmio

Message ID 20180802155147.1863-1-peter.maydell@linaro.org
Headers show
Series mips: convert devices away from old_mmio | expand

Message

Peter Maydell Aug. 2, 2018, 3:51 p.m. UTC
These patches convert a couple of devices used only by MIPS
boards from using the old_mmio MemoryRegionOps accessor functions.

 * vga-isa-mm: used by the MIPS 'jazz' boards "magnum" and "pica61"
 * bonito pci controller: used by the MIPS "fulong2e" board

Tested only with "make check".

thanks
-- PMM

Peter Maydell (2):
  hw/display/vga-isa-mm: Convert away from old_mmio
  hw/pci-host/bonito: Move away from old_mmio accessors

 hw/display/vga-isa-mm.c |  60 ++++-------------
 hw/pci-host/bonito.c    | 145 +++++-----------------------------------
 2 files changed, 28 insertions(+), 177 deletions(-)

Comments

Peter Maydell Aug. 20, 2018, 9:50 a.m. UTC | #1
On 2 August 2018 at 16:51, Peter Maydell <peter.maydell@linaro.org> wrote:
> These patches convert a couple of devices used only by MIPS
> boards from using the old_mmio MemoryRegionOps accessor functions.
>
>  * vga-isa-mm: used by the MIPS 'jazz' boards "magnum" and "pica61"
>  * bonito pci controller: used by the MIPS "fulong2e" board
>
> Tested only with "make check".
>
> thanks
> -- PMM
>
> Peter Maydell (2):
>   hw/display/vga-isa-mm: Convert away from old_mmio
>   hw/pci-host/bonito: Move away from old_mmio accessors

Ping -- other than a minor tweak to a commit message this
patchset has been reviewed. MIPS folks, could you take this
via your mips tree ?

thanks
-- PMM
Aleksandar Markovic Aug. 20, 2018, 10:31 a.m. UTC | #2
> From: Peter Maydell <peter.maydell@linaro.org>
> Sent: Monday, August 20, 2018 11:50 AM
> Subject: Re: [Qemu-devel] [PATCH 0/2] mips: convert devices away from old_mmio
> 
> On 2 August 2018 at 16:51, Peter Maydell <peter.maydell@linaro.org> wrote:
> > These patches convert a couple of devices used only by MIPS
> > boards from using the old_mmio MemoryRegionOps accessor functions.
> >
> >  * vga-isa-mm: used by the MIPS 'jazz' boards "magnum" and "pica61"
> >  * bonito pci controller: used by the MIPS "fulong2e" board
> >
> > Tested only with "make check".
> >
> > thanks
> > -- PMM
> >
> > Peter Maydell (2):
> >   hw/display/vga-isa-mm: Convert away from old_mmio
> >   hw/pci-host/bonito: Move away from old_mmio accessors
> 
> Ping -- other than a minor tweak to a commit message this
> patchset has been reviewed. MIPS folks, could you take this
> via your mips tree ?
> 
> thanks
> -- PMM

Certainly, we'll include these patches in the next MIPS queue.

Thanks,
Aleksandar
Gerd Hoffmann Aug. 21, 2018, 7:52 a.m. UTC | #3
On Thu, Aug 02, 2018 at 04:51:45PM +0100, Peter Maydell wrote:
> These patches convert a couple of devices used only by MIPS
> boards from using the old_mmio MemoryRegionOps accessor functions.
> 
>  * vga-isa-mm: used by the MIPS 'jazz' boards "magnum" and "pica61"
>  * bonito pci controller: used by the MIPS "fulong2e" board
> 
> Tested only with "make check".

Added to vga queue.

thanks,
  Gerd