As suggested by Paolo: That part of tcg/tcg-runtime.c probably should be moved to user-exec.c, and user-exec.c should in turn be in accel/tcg.
in http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg03657.html also update MAINTAINERS accordingly. Regards, Phil. Philippe Mathieu-Daudé (4): tcg: move user-exec tcg: move tcg-runtime to accel/tcg/ tcg: move atomic_template.h to accel/tcg/ tcg: restrict i386 regs definitions Thomas Huth (1): tcg: Move softmmu_template.h to the accel/tcg/ folder Makefile.target | 6 +++--- atomic_template.h => accel/tcg/atomic_template.h | 0 softmmu_template.h => accel/tcg/softmmu_template.h | 0 {tcg => accel/tcg}/tcg-runtime.h | 0 {tcg => accel/tcg}/tcg-runtime.c | 0 user-exec-stub.c => accel/tcg/user-exec-stub.c | 0 user-exec.c => accel/tcg/user-exec.c | 18 +++++++++--------- MAINTAINERS | 4 +--- accel/tcg/Makefile.objs | 4 ++++ 9 files changed, 17 insertions(+), 15 deletions(-) rename atomic_template.h => accel/tcg/atomic_template.h (100%) rename softmmu_template.h => accel/tcg/softmmu_template.h (100%) rename {tcg => accel/tcg}/tcg-runtime.h (100%) rename {tcg => accel/tcg}/tcg-runtime.c (100%) rename user-exec-stub.c => accel/tcg/user-exec-stub.c (100%) rename user-exec.c => accel/tcg/user-exec.c (100%) Based-on: 20170911204936.5020-1-f4...@amsat.org -- 2.14.1