Re: [Qemu-devel] [PATCH v3 for-2.11 00/18] target/s390x: cleanup cpu.h

2017-08-25 Thread David Hildenbrand
On 24.08.2017 14:30, Cornelia Huck wrote: > On Fri, 18 Aug 2017 13:43:35 +0200 > David Hildenbrand wrote: > >> ... now featuring even more cleanups. >> >> cpu.h is accessed outside of target/s390x. It should only contain >> what is expected to be accessed outside of this folder. Therefore, create

Re: [Qemu-devel] [PATCH v3 for-2.11 00/18] target/s390x: cleanup cpu.h

2017-08-24 Thread Cornelia Huck
On Fri, 18 Aug 2017 13:43:35 +0200 David Hildenbrand wrote: > ... now featuring even more cleanups. > > cpu.h is accessed outside of target/s390x. It should only contain > what is expected to be accessed outside of this folder. Therefore, create > internal.h and move a lot to that file. In addit

Re: [Qemu-devel] [PATCH v3 for-2.11 00/18] target/s390x: cleanup cpu.h

2017-08-18 Thread David Hildenbrand
s/PATCH v3/PATCH v2/g :] -- Thanks, David

[Qemu-devel] [PATCH v3 for-2.11 00/18] target/s390x: cleanup cpu.h

2017-08-18 Thread David Hildenbrand
... now featuring even more cleanups. cpu.h is accessed outside of target/s390x. It should only contain what is expected to be accessed outside of this folder. Therefore, create internal.h and move a lot to that file. In addition, introduce kvm-stub.c and kvm_390x.h for kvm specific functions. Ho