Re: [Qemu-devel] [PATCH] translate: remove file translate-all.h

2014-02-26 Thread Xuebing wang
Hi Peter/Paolo, Thanks for replying. 1) I am wondering if some slight refactoring (in the sense of superficial change of moving things around) can make tcg/translationblock/cpu/exec/memory/softmmu more understandable, especially for new engineers. My goal is to explore the possibility of im

Re: [Qemu-devel] [PATCH] translate: remove file translate-all.h

2014-02-26 Thread Paolo Bonzini
Il 26/02/2014 10:55, Peter Maydell ha scritto: On 26 February 2014 09:25, Xuebing Wang wrote: This patch does below: - Move the declaration of 2 translate functions from translate-all.h into include/exec/exec-all.h - remove file translate-all.h "translate-all.h" => "exec/exec-all.h" ca

Re: [Qemu-devel] [PATCH] translate: remove file translate-all.h

2014-02-26 Thread Peter Maydell
On 26 February 2014 09:25, Xuebing Wang wrote: > This patch does below: > - Move the declaration of 2 translate functions from translate-all.h into > include/exec/exec-all.h > - remove file translate-all.h > > "translate-all.h" => "exec/exec-all.h" can be done by: > git grep -w "translate-

[Qemu-devel] [PATCH] translate: remove file translate-all.h

2014-02-26 Thread Xuebing Wang
This patch does below: - Move the declaration of 2 translate functions from translate-all.h into include/exec/exec-all.h - remove file translate-all.h "translate-all.h" => "exec/exec-all.h" can be done by: git grep -w "translate-all.h" | cut -d: -f1 | xargs sed -i 's/\/exec\/exec-all.h