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

2022-04-20 Thread Daniel Henrique Barboza
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks, Daniel On 4/8/22 10:13, 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. Si

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

2022-04-08 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 th