From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaL4A-0006y3-0i for qemu-devel@nongnu.org; Fri, 11 Sep 2015 05:56:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaL46-0000hr-QI for qemu-devel@nongnu.org; Fri, 11 Sep 2015 05:56:21 -0400 References: <1436788726-20590-1-git-send-email-kraxel@redhat.com> <55F2830C.1000308@msgid.tls.msk.ru> <1441962833.29362.16.camel@redhat.com> <55F29D9C.6080504@msgid.tls.msk.ru> From: Paolo Bonzini Message-ID: <55F2A53F.8060400@redhat.com> Date: Fri, 11 Sep 2015 11:56:15 +0200 MIME-Version: 1.0 In-Reply-To: <55F29D9C.6080504@msgid.tls.msk.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio-vga: enable for i386 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , Gerd Hoffmann Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On 11/09/2015 11:23, Michael Tokarev wrote: > Ok, applied this one to -trivial (with a commit comment :) > > The other 2 are actually 2 incarnations of the same patch, > http://patchwork.ozlabs.org/patch/494250/ > > Since the replies hasn't been seen at qemu-trivial@ I haven't > found the replies. Now I did, and it looks like the patch > needs some more work ;) I think the sys/ioctl.h issue has been fixed now: $ grep -Fr ioctl.h include/standard-headers/ $ Paolo