Re: [Qemu-devel] [RFC 5/8] aie: add module for Atomic Instruction Emulation
On Fri, May 08, 2015 at 17:02:11 -0400, Emilio G. Cota wrote: > +++ b/aie.c (snip) > +static inline void *aie_entry_init(unsigned long index) > +{ > +AIEEntry *entry; > + > +entry = qemu_memalign(64, sizeof(*entry)); > +tiny_set_init(&entry->ts); > +qemu_mutex_init(&entry->lock); >
[Qemu-devel] [RFC 5/8] aie: add module for Atomic Instruction Emulation
Signed-off-by: Emilio G. Cota --- Makefile.target| 1 + aie.c | 52 include/qemu/aie.h | 48 translate-all.c| 2 ++ 4 files changed, 103 insertions(+) create mode 100644 a