Re: [RFC v2 05/13] target/s390x: start moving TCG-only code to tcg/

2021-04-20 Thread Claudio Fontana
On 4/20/21 3:16 PM, David Hildenbrand wrote: > On 20.04.21 12:36, Claudio Fontana wrote: >> move everything related to translate, as well as HELPER code in tcg/ >> >> mmu_helper.c stays put for now, as it contains both TCG and KVM code. >> > > How hard would it be to split that up as well? > >> T

Re: [RFC v2 05/13] target/s390x: start moving TCG-only code to tcg/

2021-04-20 Thread David Hildenbrand
On 20.04.21 12:36, Claudio Fontana wrote: move everything related to translate, as well as HELPER code in tcg/ mmu_helper.c stays put for now, as it contains both TCG and KVM code. How hard would it be to split that up as well? The internal.h file is renamed to s390x-internal.h, because of