|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] [HVM] Fix unplug logic
Add the missing part for the dev_unplug parameter in r20847
Signed-off-by: Zhai Edwin <edwin.zhai@xxxxxxxxx>
--
best rgds,
edwin
Index: tip/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
===================================================================
--- tip.orig/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
+++ tip/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
@@ -332,7 +332,7 @@ static int check_platform_magic(struct d
}
/* Fall through */
case 0:
- outw(0xf, XEN_IOPORT_UNPLUG);
+ outw(unplug, XEN_IOPORT_UNPLUG);
break;
default:
err = "unknown I/O protocol version";
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] [HVM] Fix unplug logic,
Zhai, Edwin <=
|
|
|
|
|