Re: [Qemu-devel] [PATCH RFC 2/5] target/s390x: move a couple of functions to cpu.c

2017-08-11 Thread Thomas Huth
On 11.08.2017 09:46, David Hildenbrand wrote: > Signed-off-by: David Hildenbrand > --- > target/s390x/cpu.c | 80 + > target/s390x/cpu.h | 88 > +++--- > 2 files changed, 90 insertions(+), 78 deletion

Re: [Qemu-devel] [PATCH RFC 2/5] target/s390x: move a couple of functions to cpu.c

2017-08-11 Thread Richard Henderson
On 08/11/2017 12:46 AM, David Hildenbrand wrote: > Signed-off-by: David Hildenbrand > --- > target/s390x/cpu.c | 80 + > target/s390x/cpu.h | 88 > +++--- > 2 files changed, 90 insertions(+), 78 delet

[Qemu-devel] [PATCH RFC 2/5] target/s390x: move a couple of functions to cpu.c

2017-08-11 Thread David Hildenbrand
Signed-off-by: David Hildenbrand --- target/s390x/cpu.c | 80 + target/s390x/cpu.h | 88 +++--- 2 files changed, 90 insertions(+), 78 deletions(-) diff --git a/target/s390x/cpu.c b/target/s390x/cpu.c