commit | 416bf936864f16caad6993b9ebd452fb34f801bd | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 15 13:49:25 2016 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 19 13:08:05 2016 +0200 |
tree | 405827be726e67ce173a3e0daebe0883902e72d1 | |
parent | ffa3a3c6c1e5fc7df0ba7a618018be1260db4b33 [diff] |
target-mips: make cpu-qom.h not target specific Make MIPSCPU 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 <pbonzini@redhat.com>