Re: [PATCH 0/2] Remove PCIE root bridge LSI on powernv

2022-04-06 Thread Frederic Barrat
On 06/04/2022 09:52, Michael S. Tsirkin wrote: On Mon, Mar 21, 2022 at 04:33:55PM +0100, Frederic Barrat wrote: The powernv8/powernv9/powernv10 machines allocate a LSI for their root port bridge, which is not the case on real hardware. The default root port implementation in qemu requests a

Re: [PATCH 0/2] Remove PCIE root bridge LSI on powernv

2022-04-06 Thread Michael S. Tsirkin
On Mon, Mar 21, 2022 at 04:33:55PM +0100, Frederic Barrat wrote: > The powernv8/powernv9/powernv10 machines allocate a LSI for their root > port bridge, which is not the case on real hardware. The default root > port implementation in qemu requests a LSI. Since the powernv > implementation derives

[PATCH 0/2] Remove PCIE root bridge LSI on powernv

2022-03-21 Thread Frederic Barrat
The powernv8/powernv9/powernv10 machines allocate a LSI for their root port bridge, which is not the case on real hardware. The default root port implementation in qemu requests a LSI. Since the powernv implementation derives from it, that's where the LSI is coming from. This series fixes it, so