From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpGgN-0001dW-L2 for qemu-devel@nongnu.org; Thu, 22 Oct 2015 10:17:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpGgJ-0004s1-L0 for qemu-devel@nongnu.org; Thu, 22 Oct 2015 10:17:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpGgJ-0004rw-FZ for qemu-devel@nongnu.org; Thu, 22 Oct 2015 10:17:27 -0400 Date: Thu, 22 Oct 2015 17:17:18 +0300 From: "Michael S. Tsirkin" Message-ID: <20151022171652-mutt-send-email-mst@redhat.com> References: <1445423133-5119-1-git-send-email-mst@redhat.com> <1445423133-5119-22-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 21/38] vhost: use a function for each call List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: Peter Maydell , Thibaut Collet , Jason Wang , "qemu-devel@nongnu.org" , Paolo Bonzini , =?iso-8859-1?Q?Marc-Andr=E9?= Lureau On Thu, Oct 22, 2015 at 04:09:30PM +0200, Laurent Desnogues wrote: > Hello, > > There are some errors with gcc 4.4.7 due to the use of an anonymous > union in VhostUserMsg in declarations with initialization. Please see > below. > > Thanks. I don't have this system: want to send a patch?