From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fq1O1-0007vU-1q for qemu-devel@nongnu.org; Wed, 15 Aug 2018 15:23:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fq1Nw-0002H9-1Y for qemu-devel@nongnu.org; Wed, 15 Aug 2018 15:23:16 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:54396 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fpxuM-0006Kx-ER for qemu-devel@nongnu.org; Wed, 15 Aug 2018 11:40:27 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A2DA64023132 for ; Wed, 15 Aug 2018 15:40:14 +0000 (UTC) References: <20180808114830.7169-1-quintela@redhat.com> <20180808114830.7169-17-quintela@redhat.com> From: Thomas Huth Message-ID: <31fe45e7-0a0e-ae2f-bbdf-2d5168b79f4a@redhat.com> Date: Wed, 15 Aug 2018 17:40:10 +0200 MIME-Version: 1.0 In-Reply-To: <20180808114830.7169-17-quintela@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 16/22] virtio: split vhost-user-blk bits from virtio-pci List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela , qemu-devel@nongnu.org Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com On 08/08/2018 01:48 PM, Juan Quintela wrote: > Signed-off-by: Juan Quintela > --- > hw/virtio/Makefile.objs | 1 + > hw/virtio/vhost-user-blk-pci.c | 88 ++++++++++++++++++++++++++++++++++ > hw/virtio/virtio-pci.c | 60 ----------------------- > 3 files changed, 89 insertions(+), 60 deletions(-) > create mode 100644 hw/virtio/vhost-user-blk-pci.c Reviewed-by: Thomas Huth