Re: [Qemu-devel] [PATCH 12/17] s390x: Prepare cpu.h for emulation

2011-03-29 Thread Alexander Graf
On 28.03.2011, at 16:54, Peter Maydell wrote: > On 24 March 2011 15:58, Alexander Graf wrote: >> diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h > > Minor nits only. > >> -FPReg fregs[16]; /* FP registers */ >> +CPU_DoubleU fregs[16]; /* FP registers */ > > These changes mean tha

Re: [Qemu-devel] [PATCH 12/17] s390x: Prepare cpu.h for emulation

2011-03-28 Thread Peter Maydell
On 24 March 2011 15:58, Alexander Graf wrote: > diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h Minor nits only. > -    FPReg fregs[16]; /* FP registers */ > +    CPU_DoubleU fregs[16]; /* FP registers */ These changes mean that the FPReg typedef in this file is no longer used, so you migh