qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: "Cédric Le Goater" <clg@kaod.org>,
	qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [PATCH 1/5] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
Date: Wed, 22 Dec 2021 15:11:45 -0300	[thread overview]
Message-ID: <fe6d1afb-4cf2-a066-6526-cc1e9d5013a7@gmail.com> (raw)
In-Reply-To: <20211222063817.1541058-2-clg@kaod.org>



On 12/22/21 03:38, Cédric Le Goater wrote:
> The POWER8 processors with a NVLink logic unit have 4 PHB3 devices per
> chip.
> 
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
> ---

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>

>   hw/ppc/pnv.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c
> index 29ee0d0f08b4..9de8b8353014 100644
> --- a/hw/ppc/pnv.c
> +++ b/hw/ppc/pnv.c
> @@ -1314,7 +1314,7 @@ static void pnv_chip_power8nvl_class_init(ObjectClass *klass, void *data)
>   
>       k->chip_cfam_id = 0x120d304980000000ull;  /* P8 Naples DD1.0 */
>       k->cores_mask = POWER8_CORE_MASK;
> -    k->num_phbs = 3;
> +    k->num_phbs = 4;
>       k->core_pir = pnv_chip_core_pir_p8;
>       k->intc_create = pnv_chip_power8_intc_create;
>       k->intc_reset = pnv_chip_power8_intc_reset;
> 


  reply	other threads:[~2021-12-22 18:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-22  6:38 [PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs Cédric Le Goater
2021-12-22  6:38 ` [PATCH 1/5] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL Cédric Le Goater
2021-12-22 18:11   ` Daniel Henrique Barboza [this message]
2021-12-22  6:38 ` [PATCH 2/5] ppc/pnv: Remove PHB4 reset handler Cédric Le Goater
2021-12-22 18:12   ` Daniel Henrique Barboza
2021-12-22  6:38 ` [PATCH 3/5] ppc/pnv: Remove the PHB4 "device-id" property Cédric Le Goater
2021-12-22 18:12   ` Daniel Henrique Barboza
2021-12-22  6:38 ` [PATCH 4/5] ppc/pnv: Attach PHB3 root port device when defaults are enabled Cédric Le Goater
2021-12-22 18:13   ` Daniel Henrique Barboza
2021-12-22  6:38 ` [PATCH 5/5] ppc/pnv: Attach PHB4 " Cédric Le Goater
2021-12-22 18:13   ` Daniel Henrique Barboza
2021-12-22 18:16 ` [PATCH 0/5] ppc/pnv: Preliminary cleanups before user created PHBs Daniel Henrique Barboza
2022-01-04  7:43 ` Cédric Le Goater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe6d1afb-4cf2-a066-6526-cc1e9d5013a7@gmail.com \
    --to=danielhb413@gmail.com \
    --cc=clg@kaod.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).