On 7/29/21 2:46 AM, Richard Henderson wrote: > Move this code from tcg/tcg.h to its own header. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/exec/memopidx.h | 55 +++++++++++++++++++++++++++++++++++++++++ > include/tcg/tcg.h | 39 +---------------------------- > 2 files changed, 56 insertions(+), 38 deletions(-) > create mode 100644 include/exec/memopidx.h
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>