From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 2/8] KVM: x86 emulator: use aligned variants of SSE register ops Date: Tue, 04 Sep 2012 15:13:35 +0300 Message-ID: <5045F06F.5030101@redhat.com> References: <1346283020-22385-1-git-send-email-minipli@googlemail.com> <1346283020-22385-3-git-send-email-minipli@googlemail.com> <5045EF86.4080600@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Mathias Krause Return-path: In-Reply-To: <5045EF86.4080600@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 09/04/2012 03:09 PM, Avi Kivity wrote: > On 08/30/2012 02:30 AM, Mathias Krause wrote: >> As the the compiler ensures that the memory operand is always aligned >> to a 16 byte memory location, > > I'm not sure it does. Is V4SI aligned? Do we use alignof() to > propagate the alignment to the vcpu allocation code? We actually do. But please rebase the series against next, I got some conflicts while applying. -- error compiling committee.c: too many arguments to function