Re: [PATCH v8 1/7] powerpc/pseries: Define common functions for RTAS sequence calls

2025-03-11 Thread Haren Myneni
On Wed, 2025-03-12 at 10:55 +0530, Mukesh Kumar Chaurasiya wrote: > On Tue, Mar 11, 2025 at 03:50:42PM -0700, Haren Myneni wrote: > > The RTAS call can be normal where retrieves the data form the > > hypervisor once or sequence based RTAS call which has to > > issue multiple times until the complet

Re: [PATCH v8 1/7] powerpc/pseries: Define common functions for RTAS sequence calls

2025-03-11 Thread Mukesh Kumar Chaurasiya
On Tue, Mar 11, 2025 at 03:50:42PM -0700, Haren Myneni wrote: > The RTAS call can be normal where retrieves the data form the > hypervisor once or sequence based RTAS call which has to > issue multiple times until the complete data is obtained. For > some of these sequence RTAS calls, the OS should

[PATCH v8 1/7] powerpc/pseries: Define common functions for RTAS sequence calls

2025-03-11 Thread Haren Myneni
The RTAS call can be normal where retrieves the data form the hypervisor once or sequence based RTAS call which has to issue multiple times until the complete data is obtained. For some of these sequence RTAS calls, the OS should not interleave calls with different input until the sequence is compl