]> Git Repo - qemu.git/commit
cpu: move endian-dependent load/store functions to cpu-all.h
authorPaolo Bonzini <[email protected]>
Fri, 27 Jun 2014 06:33:38 +0000 (08:33 +0200)
committerPaolo Bonzini <[email protected]>
Thu, 19 May 2016 14:42:28 +0000 (16:42 +0200)
commita7d6039cb35592683ecc56d2b37817da2d2f8b00
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 <[email protected]>
include/exec/cpu-all.h
include/exec/cpu-common.h
include/exec/memory.h
include/exec/poison.h
This page took 0.02709 seconds and 4 git commands to generate.