commit | f08b617018e424134a0a012b08253d567c62f7ee | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Mar 28 19:42:10 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 05 16:10:33 2014 +0200 |
tree | 1f72a2dae3031c4d06bc301c8413c524ca24ef07 | |
parent | 1d854765dfdf9649c129af6d27e308fc638ede58 [diff] |
softmmu: introduce cpu_ldst.h 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>