Re: [Qemu-devel] [RFC PATCH 08/11] softmmu: make do_unaligned_access extern

2014-05-13 Thread Paolo Bonzini
Il 13/05/2014 08:53, Andreas Färber ha scritto: > +void do_unaligned_access(CPUAlphaState *env, target_ulong addr, > + int is_write, int is_user, uintptr_t retaddr); > + > #include "exec/exec-all.h" > > #endif /* !defined (__CPU_ALPHA_H__) */ [snip] Have you considered

Re: [Qemu-devel] [RFC PATCH 08/11] softmmu: make do_unaligned_access extern

2014-05-12 Thread Andreas Färber
Am 08.05.2014 18:09, schrieb Paolo Bonzini: > We will reference it from more files in the next patch. > > Signed-off-by: Paolo Bonzini > --- > target-alpha/cpu.h | 3 +++ > target-alpha/mem_helper.c | 4 ++-- > target-mips/cpu.h | 3 +++ > target-mips/op_helper.c| 8 ++-

[Qemu-devel] [RFC PATCH 08/11] softmmu: make do_unaligned_access extern

2014-05-08 Thread Paolo Bonzini
We will reference it from more files in the next patch. Signed-off-by: Paolo Bonzini --- target-alpha/cpu.h | 3 +++ target-alpha/mem_helper.c | 4 ++-- target-mips/cpu.h | 3 +++ target-mips/op_helper.c| 8 ++-- target-sparc/cpu.h | 4 target-sparc/ldst_he