From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azlgX-0007Ba-IO for qemu-devel@nongnu.org; Mon, 09 May 2016 09:57:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azlgT-00026z-QT for qemu-devel@nongnu.org; Mon, 09 May 2016 09:57:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azlgT-00026f-LR for qemu-devel@nongnu.org; Mon, 09 May 2016 09:57:17 -0400 References: <1462798061-30382-1-git-send-email-stefanha@redhat.com> From: Paolo Bonzini Message-ID: <57309739.9020902@redhat.com> Date: Mon, 9 May 2016 15:57:13 +0200 MIME-Version: 1.0 In-Reply-To: <1462798061-30382-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RESEND PATCH v3 0/8] libqos: use standard virtio headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: marc.mari.barcelo@gmail.com, jsnow@redhat.com On 09/05/2016 14:47, Stefan Hajnoczi wrote: > v2: > * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc] > > This patch series eliminates code duplication in libqos virtio. > include/standard-headers/ contains the Linux virtio header files so we don't > need to define our own version of the structs and constants. I still dream of having qtests written in Python; I agree that for now this makes sense. Paolo