Re: [PATCH 5/9] target/ppc: make vhyp get_pate method take lpid and return success

2022-02-15 Thread Cédric Le Goater
On 2/15/22 04:16, Nicholas Piggin wrote: In prepartion for implementing a full partition table option for vhyp, update the get_pate method to take an lpid and return a success/fail indicator. The spapr implementation currently just asserts lpid is always 0 and always return success. Signed-off-

[PATCH 5/9] target/ppc: make vhyp get_pate method take lpid and return success

2022-02-14 Thread Nicholas Piggin
In prepartion for implementing a full partition table option for vhyp, update the get_pate method to take an lpid and return a success/fail indicator. The spapr implementation currently just asserts lpid is always 0 and always return success. Signed-off-by: Nicholas Piggin --- hw/ppc/spapr.c