Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI

2019-03-26 Thread Paolo Bonzini
On 26/03/19 13:57, Michael S. Tsirkin 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.

Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI

2019-03-26 Thread Michael S. Tsirkin
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

Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI

2019-03-15 Thread Andrea Bolognani
On Thu, 2019-03-14 at 15:30 +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 introd

Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI

2019-03-14 Thread Palmer Dabbelt
On Thu, 14 Mar 2019 10:30:20 PDT (-0700), alistai...@gmail.com wrote: On Thu, Mar 14, 2019 at 10:09 AM Michael S. Tsirkin 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,

Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI

2019-03-14 Thread Alistair Francis
On Thu, Mar 14, 2019 at 10:09 AM Michael S. Tsirkin 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 d

Re: [Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI

2019-03-14 Thread Michael S. Tsirkin
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

[Qemu-devel] [PATCH 0/2] kconfig: add fine-grained dependencies for MSI

2019-03-14 Thread Paolo Bonzini
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 t