commit | d61d1b20610e4655d7846e4cb43d22188e935f5f | [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 16:41:34 2016 +0200 |
tree | 91fe66a1d0aec5e6f279d6ac03334e0f1189bc5f | |
parent | e6005f66f9431ff499679bd4ddd6e7628bd73c28 [diff] |
target-sparc: make cpu-qom.h not target specific Make SPARCCPU 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>