From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] passthrough: fix xsm-related oversight Date: Thu, 31 May 2012 09:03:39 +0100 Message-ID: References: <4FC729B602000078000870EE@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FC729B602000078000870EE@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org On 31/05/2012 07:20, "Jan Beulich" wrote: > Presumably a copy-and-paste mistake, which I also didn't notice while > unifying x86's and ia64's respective domctl implementations. > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser > --- a/xen/drivers/passthrough/iommu.c > +++ b/xen/drivers/passthrough/iommu.c > @@ -625,7 +625,7 @@ int iommu_do_domctl( > break; > } > > - ret = xsm_assign_device(d, domctl->u.assign_device.machine_sbdf); > + ret = xsm_deassign_device(d, domctl->u.assign_device.machine_sbdf); > if ( ret ) > goto deassign_device_out; > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel