From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG2DP-0005Ar-OF for qemu-devel@nongnu.org; Tue, 08 May 2018 08:59:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG2DL-00024b-Q1 for qemu-devel@nongnu.org; Tue, 08 May 2018 08:59:35 -0400 Received: from mail-qt0-x244.google.com ([2607:f8b0:400d:c0d::244]:40737) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fG2DL-00024Q-Lm for qemu-devel@nongnu.org; Tue, 08 May 2018 08:59:31 -0400 Received: by mail-qt0-x244.google.com with SMTP id h2-v6so40821480qtp.7 for ; Tue, 08 May 2018 05:59:31 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= References: <1525376963-79623-1-git-send-email-mst@redhat.com> <1525376963-79623-14-git-send-email-mst@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Tue, 8 May 2018 09:59:27 -0300 MIME-Version: 1.0 In-Reply-To: <1525376963-79623-14-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 13/67] vhost-scsi: drop an unused include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, Paolo Bonzini , Fam Zheng On 05/03/2018 04:50 PM, Michael S. Tsirkin wrote: > No reason for vhost-scsi to pull in migration headers directly. > > Signed-off-by: Michael S. Tsirkin Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé > --- > hw/scsi/vhost-scsi-common.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/scsi/vhost-scsi-common.c b/hw/scsi/vhost-scsi-common.c > index 77e9897..e2a5828 100644 > --- a/hw/scsi/vhost-scsi-common.c > +++ b/hw/scsi/vhost-scsi-common.c > @@ -17,7 +17,6 @@ > > #include "qemu/osdep.h" > #include "qemu/error-report.h" > -#include "migration/migration.h" > #include "hw/virtio/vhost.h" > #include "hw/virtio/vhost-scsi-common.h" > #include "hw/virtio/virtio-scsi.h" >