Re: [PATCH v3 2/6] ppc/spapr: Add ibm,errinjct RTAS call handler
Nikhil Kumar Singh <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 20/05/26 15:24, Narayana Murty N wrote:
> + sphb = QLIST_FIRST(&spapr->phbs);
> + if (!sphb) {
> + goto param_error_exit;
> + }
Hi Narayana,
By using QLIST_FIRST(&spapr->phbs), are we assuming or hardcoding this
to the first PHB?
Thanks
~ Nikhil