[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 0/5] 40p: LSI SCSI IRQ routing patch roll-up
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH 0/5] 40p: LSI SCSI IRQ routing patch roll-up |
Date: |
Thu, 20 Sep 2018 12:55:40 +1000 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Wed, Sep 19, 2018 at 06:20:56PM +0100, Mark Cave-Ayland wrote:
> Here is the final set of 40p LSI SCSI routing patches with reviewer tags
> rebased upon ppc-for-3.1 as requested by David.
>
> Signed-off-by: Mark Cave-Ayland <address@hidden>
So, when I requested that, I hadn't realized there were arm patches in
here. I'm not terribly comfortable taking hw/arm patches through the
ppc tree. So I'm not really sure our best way forward for merging
this.
> Mark Cave-Ayland (5):
> scsi: add lsi53c8xx_handle_legacy_cmdline() function
> scsi: move lsi53c8xx_create() callers to
> lsi53c8xx_handle_legacy_cmdline()
> scsi: remove unused lsi53c895a_create() and lsi53c810_create()
> functions
> lsi53c895a: add optional external IRQ via qdev
> 40p: add fixed IRQ routing for LSI SCSI device
>
> hw/arm/realview.c | 3 ++-
> hw/arm/versatilepb.c | 3 ++-
> hw/hppa/machine.c | 4 +++-
> hw/ppc/prep.c | 15 +++++++++------
> hw/scsi/lsi53c895a.c | 27 ++++++++++++++++-----------
> include/hw/pci/pci.h | 3 +--
> 6 files changed, 33 insertions(+), 22 deletions(-)
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-ppc] [PATCH 0/5] 40p: LSI SCSI IRQ routing patch roll-up, Mark Cave-Ayland, 2018/09/19
- [Qemu-ppc] [PATCH 1/5] scsi: add lsi53c8xx_handle_legacy_cmdline() function, Mark Cave-Ayland, 2018/09/19
- [Qemu-ppc] [PATCH 3/5] scsi: remove unused lsi53c895a_create() and lsi53c810_create() functions, Mark Cave-Ayland, 2018/09/19
- [Qemu-ppc] [PATCH 4/5] lsi53c895a: add optional external IRQ via qdev, Mark Cave-Ayland, 2018/09/19
- [Qemu-ppc] [PATCH 2/5] scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline(), Mark Cave-Ayland, 2018/09/19
- [Qemu-ppc] [PATCH 5/5] 40p: add fixed IRQ routing for LSI SCSI device, Mark Cave-Ayland, 2018/09/19
- Re: [Qemu-ppc] [PATCH 0/5] 40p: LSI SCSI IRQ routing patch roll-up,
David Gibson <=