Re: [Qemu-devel] [PATCH 02/38] tcg: Assert fixed_reg is read-only

2019-04-23 Thread David Hildenbrand
On 20.04.19 09:34, Richard Henderson wrote: > The only fixed_reg is cpu_env, and it should not be modified > during any TB. Therefore code that tries to special-case moves > into a fixed_reg is dead. Remove it. > > Signed-off-by: Richard Henderson > --- > tcg/tcg.c | 85 +++

[Qemu-devel] [PATCH 02/38] tcg: Assert fixed_reg is read-only

2019-04-20 Thread Richard Henderson
The only fixed_reg is cpu_env, and it should not be modified during any TB. Therefore code that tries to special-case moves into a fixed_reg is dead. Remove it. Signed-off-by: Richard Henderson --- tcg/tcg.c | 85 +-- 1 file changed, 38 inser