On Mon, 16 May 2016 17:35:47 +0200 Paolo Bonzini <pbonz...@redhat.com> wrote:
> Make S390XCPU an opaque type within cpu-qom.h, and move all definitions > of private methods, as well as all type definitions that require knowledge > of the layout to cpu.h. This helps making files independent of NEED_CPU_H > if they only need to pass around CPU pointers. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > target-s390x/cpu-qom.h | 45 +-------------------------------------------- > target-s390x/cpu.h | 47 ++++++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 47 insertions(+), 45 deletions(-) Acked-by: Cornelia Huck <cornelia.h...@de.ibm.com>