Re: [PATCH v3 1/8] s390/sclp: get machine once during read scp/cpu info

2020-06-22 Thread Cornelia Huck
On Thu, 18 Jun 2020 18:22:51 -0400 Collin Walling wrote: > Functions within read scp/cpu info will need access to the machine > state. Let's make a call to retrieve the machine state once and > pass the appropriate data to the respective functions. > > Signed-off-by: Collin Walling > Reviewed-b

Re: [PATCH v3 1/8] s390/sclp: get machine once during read scp/cpu info

2020-06-19 Thread Janosch Frank
On 6/19/20 12:22 AM, Collin Walling wrote: > Functions within read scp/cpu info will need access to the machine > state. Let's make a call to retrieve the machine state once and > pass the appropriate data to the respective functions. > > Signed-off-by: Collin Walling > Reviewed-by: David Hildenb

[PATCH v3 1/8] s390/sclp: get machine once during read scp/cpu info

2020-06-18 Thread Collin Walling
Functions within read scp/cpu info will need access to the machine state. Let's make a call to retrieve the machine state once and pass the appropriate data to the respective functions. Signed-off-by: Collin Walling Reviewed-by: David Hildenbrand Reviewed-by: Thomas Huth --- hw/s390x/sclp.c |