On 5 April 2016 at 06:30, Emilio G. Cota <c...@braap.org> wrote: > I'm assuming windows compilers don't support this attribute.
Our windows compiler is gcc, so I would expect it to support attribute aligned, and a quick grep through the sources shows we already use it in several places. > +#define QEMU_CACHELINE (64) Why 64? Does anything bad happen if the host's cache line size turns out to be greater than the value here ? thanks -- PMM