Re: [PATCH 12/17] ppc/pnv: introduce PnvPHB4 'pec' property

2022-01-14 Thread Cédric Le Goater
On 1/13/22 20:29, Daniel Henrique Barboza wrote: This property will track the owner PEC of this PHB. For now it's redundant since we can retrieve the PEC via phb->stack->pec but it will not be redundant when we get rid of the stack device. Signed-off-by: Daniel Henrique Barboza Reviewed-by:

[PATCH 12/17] ppc/pnv: introduce PnvPHB4 'pec' property

2022-01-13 Thread Daniel Henrique Barboza
This property will track the owner PEC of this PHB. For now it's redundant since we can retrieve the PEC via phb->stack->pec but it will not be redundant when we get rid of the stack device. Signed-off-by: Daniel Henrique Barboza --- hw/pci-host/pnv_phb4.c | 20 +++-