Re: [Qemu-devel] [PATCH v2 05/29] tcg: Assert fixed_reg is read-only

2019-05-01 Thread Alex Bennée
Richard Henderson writes: > 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. > > Reviewed-by: David Hildenbrand > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée

[Qemu-devel] [PATCH v2 05/29] tcg: Assert fixed_reg is read-only

2019-04-30 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. Reviewed-by: David Hildenbrand Signed-off-by: Richard Henderson --- tcg/tcg.c | 87 +