Re: [PATCH 01/17] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port

2022-01-05 Thread Daniel Henrique Barboza
On 1/3/22 05:24, Cédric Le Goater wrote: On 12/28/21 20:37, Daniel Henrique Barboza wrote: When creating a pnv_phb3_root_port using the command line, the first root port is created successfully, but the second fails with the following error: qemu-system-ppc64: -device pnv-phb3-root-port,bus=

Re: [PATCH 01/17] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port

2022-01-04 Thread Daniel Henrique Barboza
On 1/3/22 05:24, Cédric Le Goater wrote: On 12/28/21 20:37, Daniel Henrique Barboza wrote: When creating a pnv_phb3_root_port using the command line, the first root port is created successfully, but the second fails with the following error: qemu-system-ppc64: -device pnv-phb3-root-port,bus=

Re: [PATCH 01/17] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port

2022-01-03 Thread Cédric Le Goater
On 12/28/21 20:37, Daniel Henrique Barboza wrote: When creating a pnv_phb3_root_port using the command line, the first root port is created successfully, but the second fails with the following error: qemu-system-ppc64: -device pnv-phb3-root-port,bus=phb3-root.0,id=pcie.3: Can't add chassis slot

[PATCH 01/17] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port

2021-12-28 Thread Daniel Henrique Barboza
When creating a pnv_phb3_root_port using the command line, the first root port is created successfully, but the second fails with the following error: qemu-system-ppc64: -device pnv-phb3-root-port,bus=phb3-root.0,id=pcie.3: Can't add chassis slot, error -16 This error comes from the realize() fun