From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH 2/2 V2] kvm tools: Add virtio-9p Date: Thu, 19 May 2011 12:32:11 +0300 Message-ID: <1305797531.17877.16.camel@lappy> References: <1305759775-14510-1-git-send-email-levinsasha928@gmail.com> <1305759775-14510-2-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: penberg@kernel.org, mingo@elte.hu, asias.hejun@gmail.com, prasadjoshi124@gmail.com, kvm@vger.kernel.org To: Cyrill Gorcunov Return-path: Received: from mail-wy0-f174.google.com ([74.125.82.174]:56652 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932629Ab1ESJcP (ORCPT ); Thu, 19 May 2011 05:32:15 -0400 Received: by wya21 with SMTP id 21so1819385wya.19 for ; Thu, 19 May 2011 02:32:14 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2011-05-19 at 09:02 +0400, Cyrill Gorcunov wrote: > > +} __attribute__((aligned (8))); > > + > > Hi Sasha, could you enlighten me, why do we need > __attribute__((aligned (8))) here at all? Probably packed are to be > used instead? Yup, You're right. -- Sasha.