qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-7.2 v3 00/11] enable pnv-phb user created devices
@ 2022-08-10 10:05 Daniel Henrique Barboza
  2022-08-10 10:05 ` [PATCH for-7.2 v3 01/11] ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties Daniel Henrique Barboza
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Daniel Henrique Barboza @ 2022-08-10 10:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, clg, fbarrat, Daniel Henrique Barboza

Hi,

This new version contains a new patch (11) to handle the QOM parenting
of user created root ports. A small change in patch 5 was made as well
based on Frederic's comments.

The series is based on top of the ppc-7.2 branch:

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

Changes from v2:
- patch 5: avoid parenting the PHB to NULL
- patch 11 (new):
   - fix QOM parenting of user created root ports
- v2 link: https://lists.gnu.org/archive/html/qemu-devel/2022-08/msg00505.html

Daniel Henrique Barboza (11):
  ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties
  ppc/pnv: add phb-id/chip-id PnvPHB4RootBus properties
  ppc/pnv: set root port chassis and slot using Bus properties
  ppc/pnv: add helpers for pnv-phb user devices
  ppc/pnv: turn chip8->phbs[] into a PnvPHB* array
  ppc/pnv: enable user created pnv-phb for powernv8
  ppc/pnv: add PHB4 helpers for user created pnv-phb
  ppc/pnv: enable user created pnv-phb powernv9
  ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs
  ppc/pnv: user creatable pnv-phb for powernv10
  ppc/pnv: fix QOM parenting of user creatable root ports

 hw/pci-host/pnv_phb.c          | 178 +++++++++++++++++++++++++++++----
 hw/pci-host/pnv_phb3.c         |  50 +++++++++
 hw/pci-host/pnv_phb4.c         |  51 ++++++++++
 hw/pci-host/pnv_phb4_pec.c     |   6 +-
 hw/ppc/pnv.c                   |  30 +++++-
 include/hw/pci-host/pnv_phb3.h |   9 +-
 include/hw/pci-host/pnv_phb4.h |  10 ++
 include/hw/ppc/pnv.h           |   6 +-
 8 files changed, 312 insertions(+), 28 deletions(-)

-- 
2.36.1



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-08-10 14:25 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 10:05 [PATCH for-7.2 v3 00/11] enable pnv-phb user created devices Daniel Henrique Barboza
2022-08-10 10:05 ` [PATCH for-7.2 v3 01/11] ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties Daniel Henrique Barboza
2022-08-10 10:05 ` [PATCH for-7.2 v3 02/11] ppc/pnv: add phb-id/chip-id PnvPHB4RootBus properties Daniel Henrique Barboza
2022-08-10 10:05 ` [PATCH for-7.2 v3 03/11] ppc/pnv: set root port chassis and slot using Bus properties Daniel Henrique Barboza
2022-08-10 10:05 ` [PATCH for-7.2 v3 04/11] ppc/pnv: add helpers for pnv-phb user devices Daniel Henrique Barboza
2022-08-10 13:16   ` Cédric Le Goater
2022-08-10 10:05 ` [PATCH for-7.2 v3 05/11] ppc/pnv: turn chip8->phbs[] into a PnvPHB* array Daniel Henrique Barboza
2022-08-10 13:28   ` Cédric Le Goater
2022-08-10 10:05 ` [PATCH for-7.2 v3 06/11] ppc/pnv: enable user created pnv-phb for powernv8 Daniel Henrique Barboza
2022-08-10 13:32   ` Cédric Le Goater
2022-08-10 13:34   ` Cédric Le Goater
2022-08-10 10:05 ` [PATCH for-7.2 v3 07/11] ppc/pnv: add PHB4 helpers for user created pnv-phb Daniel Henrique Barboza
2022-08-10 13:32   ` Cédric Le Goater
2022-08-10 10:05 ` [PATCH for-7.2 v3 08/11] ppc/pnv: enable user created pnv-phb powernv9 Daniel Henrique Barboza
2022-08-10 13:33   ` Cédric Le Goater
2022-08-10 10:05 ` [PATCH for-7.2 v3 09/11] ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs Daniel Henrique Barboza
2022-08-10 13:37   ` Cédric Le Goater
2022-08-10 10:05 ` [PATCH for-7.2 v3 10/11] ppc/pnv: user creatable pnv-phb for powernv10 Daniel Henrique Barboza
2022-08-10 13:37   ` Cédric Le Goater
2022-08-10 10:05 ` [PATCH for-7.2 v3 11/11] ppc/pnv: fix QOM parenting of user creatable root ports Daniel Henrique Barboza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).