[PATCH for-7.2 v2 0/2] ppc/pnv: fix root port QOM parenting

Daniel Henrique Barboza posted 2 patches 1 year, 8 months ago
Failed in applying to current master (apply log)
hw/pci-host/pnv_phb.c | 88 +++++++++++++++++++++++--------------------
1 file changed, 47 insertions(+), 41 deletions(-)
[PATCH for-7.2 v2 0/2] ppc/pnv: fix root port QOM parenting
Posted by Daniel Henrique Barboza 1 year, 8 months ago
Hi,

Second version removes pnv_phb_attach_root_port() in patch 2 as
suggested by Cedric.

The patches are based on ppc-7.2:

https://gitlab.com/danielhb/qemu/-/tree/ppc-7.2

Changes from v1:
- patch 2:
  - removed pnv_phb_attach_root_port() as suggested by Cedric

v1 link: https://lists.gnu.org/archive/html/qemu-devel/2022-08/msg02811.html

Daniel Henrique Barboza (2):
  ppc/pnv: consolidate pnv_parent_*_fixup() helpers
  ppc/pnv: fix QOM parenting of user creatable root ports

 hw/pci-host/pnv_phb.c | 88 +++++++++++++++++++++++--------------------
 1 file changed, 47 insertions(+), 41 deletions(-)

-- 
2.37.2
Re: [PATCH for-7.2 v2 0/2] ppc/pnv: fix root port QOM parenting
Posted by Daniel Henrique Barboza 1 year, 8 months ago
Applied to gitlab.com/danielhb/qemu/tree/ppc-7.2. Thanks,


Daniel

On 8/19/22 06:47, Daniel Henrique Barboza wrote:
> Hi,
> 
> Second version removes pnv_phb_attach_root_port() in patch 2 as
> suggested by Cedric.
> 
> The patches are based on ppc-7.2:
> 
> https://gitlab.com/danielhb/qemu/-/tree/ppc-7.2
> 
> Changes from v1:
> - patch 2:
>    - removed pnv_phb_attach_root_port() as suggested by Cedric
> 
> v1 link: https://lists.gnu.org/archive/html/qemu-devel/2022-08/msg02811.html
> 
> Daniel Henrique Barboza (2):
>    ppc/pnv: consolidate pnv_parent_*_fixup() helpers
>    ppc/pnv: fix QOM parenting of user creatable root ports
> 
>   hw/pci-host/pnv_phb.c | 88 +++++++++++++++++++++++--------------------
>   1 file changed, 47 insertions(+), 41 deletions(-)
>