Re: [Qemu-devel] [PATCH for-2.11 02/23] tcg: Rearrange ldst label tracking

2017-08-04 Thread Paolo Bonzini
On 04/08/2017 07:44, Richard Henderson wrote: > Dispense with TCGBackendData, as it has never been used for more than > holding a single pointer. Use a define in the cpu/tcg-target.h to > signal requirement for TCGLabelQemuLdst, so that we can drop the no-op > tcg-be-null.h stubs. Rename

[Qemu-devel] [PATCH for-2.11 02/23] tcg: Rearrange ldst label tracking

2017-08-03 Thread Richard Henderson
Dispense with TCGBackendData, as it has never been used for more than holding a single pointer. Use a define in the cpu/tcg-target.h to signal requirement for TCGLabelQemuLdst, so that we can drop the no-op tcg-be-null.h stubs. Rename tcg-be-ldst.h to tcg-ldst.inc.c. Signed-off-by: Richard