[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for
From: |
Alistair Francis |
Subject: |
Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI |
Date: |
Thu, 14 Mar 2019 10:30:20 -0700 |
On Thu, Mar 14, 2019 at 10:09 AM Michael S. Tsirkin <address@hidden> wrote:
>
> On Thu, Mar 14, 2019 at 03:30:30PM +0100, Paolo Bonzini wrote:
> > RISC-V targets did not include PCIe ports before the Kconfig transition,
> > and grew them afterwards, but they are nonfunctional because the interrupt
> > controller does not support MSI. This patch restores the situation prior to
> > the introduction of Kconfig; in fact, it will automatically drop devices
> > that require MSI unless the binary includes an MSI-enabled board.
> >
> > Paolo
>
> Reviewed-by: Michael S. Tsirkin <address@hidden>
Thanks for the patch Paolo.
Reviewed-by: Alistair Francis <address@hidden>
Alistair
>
> > Paolo Bonzini (2):
> > kconfig: add CONFIG_MSI
> > kconfig: add dependencies on CONFIG_MSI
> >
> > Kconfig.host | 3 +++
> > Makefile | 3 ++-
> > hw/Kconfig | 1 +
> > hw/intc/Kconfig | 3 +++
> > hw/misc/Kconfig | 4 ++--
> > hw/net/Kconfig | 4 ++--
> > hw/pci-bridge/Kconfig | 6 +++---
> > hw/pci-host/Kconfig | 1 +
> > hw/pci/Kconfig | 4 ++++
> > hw/ppc/Kconfig | 1 +
> > hw/rdma/Kconfig | 3 +++
> > hw/rdma/Makefile.objs | 6 ++----
> > hw/s390x/Kconfig | 1 +
> > 13 files changed, 28 insertions(+), 12 deletions(-)
> > create mode 100644 hw/rdma/Kconfig
> >
> > --
> > 2.20.1
>
- [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI, Paolo Bonzini, 2019/03/14
- [Qemu-devel] [PATCH 1/2] kconfig: add CONFIG_MSI, Paolo Bonzini, 2019/03/14
- [Qemu-devel] [PATCH 2/2] kconfig: add dependencies on CONFIG_MSI, Paolo Bonzini, 2019/03/14
- Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI, Michael S. Tsirkin, 2019/03/14
- Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI,
Alistair Francis <=
- Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI, Andrea Bolognani, 2019/03/15
- Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI, Michael S. Tsirkin, 2019/03/26