From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYtkr-0004lc-HF for qemu-devel@nongnu.org; Mon, 28 May 2012 02:48:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYtkp-0001Li-UO for qemu-devel@nongnu.org; Mon, 28 May 2012 02:48:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYtkp-0001LV-Mn for qemu-devel@nongnu.org; Mon, 28 May 2012 02:48:35 -0400 Message-ID: <4FC31FBF.1090200@redhat.com> Date: Mon, 28 May 2012 08:48:31 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1338008201-29078-1-git-send-email-ronniesahlberg@gmail.com> <1338008201-29078-5-git-send-email-ronniesahlberg@gmail.com> <4FC22830.4090705@suse.de> In-Reply-To: <4FC22830.4090705@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 4/4] ISCSI: If the device we open is a SMC device, then force the use of sg. We dont have any medium changer emulation so only passthrough via real sg or scsi-generic via iscsi would work anyway. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org, Ronnie Sahlberg Il 27/05/2012 15:12, Andreas F=E4rber ha scritto: >> > Modified to also do the same for tapes, applied to scsi-next branch = for 1.2. > Paolo, it seems you haven't pushed scsi-next since then. Yeah, I have a pending push request for scsi-next, so I'm waiting till Anthony applies it before pushing 1.2-only patches (I wasn't expecting parallel 1.1/1.2 development for SCSI). > I hope you've > also shortened the subject to a humanly bearable length? Yes. :) Paolo