From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lyon Subject: Re: scsi host passthru not working after upgrade to 4.1.0 Date: Wed, 27 Apr 2011 10:41:18 +0100 Message-ID: References: <20110415101453.GB32595@reaktio.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20110415101453.GB32595@reaktio.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: =?ISO-8859-1?Q?Pasi_K=E4rkk=E4inen?= Cc: xen-devel@lists.xensource.com, xen-users List List-Id: xen-devel@lists.xenproject.org On Fri, Apr 15, 2011 at 11:14 AM, Pasi K=E4rkk=E4inen wrote: > On Thu, Apr 14, 2011 at 10:50:04AM +0100, Andrew Lyon wrote: >> Hi, >> >> I've just upgraded to 4.1.0 from 4.0.1 and found that scsi host >> passthru is no longer working: >> >> xm create xen-win2008r2.cfg >> Using config file "./xen-win2008r2.cfg". >> Error: invalid literal for int() with base 10: 'host0' >> >> The syntax in the guest is: >> >> vscsi=3D['/dev/st0,host'] >> >> xen-scsibk is compiled as a module and loaded successfully. >> >> Kernel is 2.6.38 xenified using suse patches, not pv_ops. >> > > More xm/xend stuff.. added xen-devel to CC list. > > -- Pasi > > Hi, I've updated my config files for use with the xl toolstack but scsi passthru no longer seems to work, with 4.0.1 and xm toolstack the following line worked to pass thru the entire scsi controller to a windows guest: vscsi=3D['/dev/st0,host'] Is this no longer supported? Andy