cpu: move endian-dependent load/store functions to cpu-all.h
commita7d6039cb35592683ecc56d2b37817da2d2f8b00
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Jun 2014 06:33:38 +0000 (27 08:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:28 +0000 (19 16:42 +0200)
tree79f67949e7a02d202d1e877e412b2b72e8b838ed
parent741da0d38b40b143724de320f4ed599402eece07
cpu: move endian-dependent load/store functions to cpu-all.h

Disentangle cpu-common.h and memory.h from NEED_CPU_H.  Prototypes are
not defined for !NEED_CPU_H, so remove them from poison.h too.  Only
macros need poisoning.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/exec/cpu-all.h
include/exec/cpu-common.h
include/exec/memory.h
include/exec/poison.h