Re: [PATCH v2 27/28] tcg: Update docs/devel/tcg-ops.rst for temporary changes

2023-02-23 Thread Peter Maydell
On Wed, 22 Feb 2023 at 23:32, Richard Henderson wrote: > > Rewrite the sections which talked about 'local temporaries'. > Remove some assumptions which no longer hold. > > Signed-off-by: Richard Henderson > --- > docs/devel/tcg-ops.rst | 103 + > 1 file ch

[PATCH v2 27/28] tcg: Update docs/devel/tcg-ops.rst for temporary changes

2023-02-22 Thread Richard Henderson
Rewrite the sections which talked about 'local temporaries'. Remove some assumptions which no longer hold. Signed-off-by: Richard Henderson --- docs/devel/tcg-ops.rst | 103 + 1 file changed, 54 insertions(+), 49 deletions(-) diff --git a/docs/devel/tcg-o