Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | softmmu: introduce cpu_ldst.h | Paolo Bonzini | 2014-06-05 | 1 | -0/+1 |
| | | | | | | | | | | This will collect all load and store helpers soon. For now it is just a replacement for softmmu_exec.h, which this patch stops including directly, but we also include it where this will be necessary in order to simplify the next patch. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | target-arm: move arm_*_code to a separate file | Paolo Bonzini | 2014-06-05 | 1 | -0/+47 |
These will soon require cpu_ldst.h, so move them out of cpu.h. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |