From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqgcH-0002UC-DC for qemu-devel@nongnu.org; Fri, 08 May 2015 07:38:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqgcG-0003m2-79 for qemu-devel@nongnu.org; Fri, 08 May 2015 07:38:53 -0400 From: Dimitris Aragiorgis Date: Fri, 8 May 2015 14:38:25 +0300 Message-Id: <1431085109-19677-1-git-send-email-dimara@arrikto.com> Subject: [Qemu-devel] [PATCH 0/4] Some fixes related to scsi-generic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com, qemu-block@nongnu.org Hi all, These four patches make slight changes to the way QEMU handles SCSI generic devices to fix a number of small problems. I am sending them against the master branch, since I don't know if they can be considered bugfixes. Thanks, dimara Dimitris Aragiorgis (4): Fix migration in case of scsi-generic block: Use bdrv_is_sg() everywhere raw-posix: Introduce hdev_is_sg() block: Include qemu-log.o in block-obj-y Makefile.objs | 2 +- block.c | 6 +++--- block/io.c | 2 +- block/iscsi.c | 2 +- block/raw-posix.c | 43 ++++++++++++++++++++++++++++++------------- 5 files changed, 36 insertions(+), 19 deletions(-) -- 1.7.10.4