[Qemu-devel] [PATCH 08/50] target-i386: make cpu-qom.h not target specific

2016-05-16 Thread Paolo Bonzini
Make X86CPU 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 -

[Qemu-devel] [PATCH 08/50] target-i386: make cpu-qom.h not target specific

2016-04-08 Thread Paolo Bonzini
Make X86CPU 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 -