Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Xen: Changelog

[xen-4.1-testing] passthrough: fix xsm-related oversight

 

 

Xen changelog RSS feed   Index | Next | Previous | View Threaded


patchbot at xen

Jul 19, 2012, 4:44 PM

Post #1 of 1 (30 views)
Permalink
[xen-4.1-testing] passthrough: fix xsm-related oversight

# HG changeset patch
# User Jan Beulich <jbeulich [at] suse>
# Date 1342709359 -3600
# Node ID a1087bfe2c5c04c2dd375626af264c9fe1910eaf
# Parent 3ce155e77f39d0c3cc787c1cc3d6bab1ef45a1dc
passthrough: fix xsm-related oversight

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 <jbeulich [at] suse>
Acked-by: Keir Fraser <keir [at] xen>
xen-unstable changeset: 25432:d7318231cfe3
xen-unstable date: Thu May 31 10:18:52 2012 +0200
---


diff -r 3ce155e77f39 -r a1087bfe2c5c xen/arch/x86/domctl.c
--- a/xen/arch/x86/domctl.c Mon Jul 09 10:30:44 2012 +0100
+++ b/xen/arch/x86/domctl.c Thu Jul 19 15:49:19 2012 +0100
@@ -873,7 +873,7 @@ long arch_do_domctl(
break;
}

- ret = xsm_assign_device(d, domctl->u.assign_device.machine_bdf);
+ ret = xsm_deassign_device(d, domctl->u.assign_device.machine_bdf);
if ( ret )
goto deassign_device_out;


_______________________________________________
Xen-changelog mailing list
Xen-changelog [at] lists
http://lists.xensource.com/xen-changelog

Xen changelog RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.