On 4/14/23 17:10, Fabiano Rosas wrote:
Harsh Prateek Bora <hars...@linux.ibm.com> writes:
A bit vague on the subject line. I would expect to see some mention to
nested at least.
Sure, will update subject line to include mention of
[h_enter|spapr_exit]_nested routines.
The bits in cr reg are grouped into eight 4-bit fields represented
by env->crf[8] and the related calculations should be abstracted to
keep the calling routines simpler to read. This is a step towards
cleaning up the [h_enter|spapr_exit]_nested calls for better readability.
Signed-off-by: Harsh Prateek Bora <hars...@linux.ibm.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>
Thanks!