From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhai, Edwin" Subject: [PATCH] [HVM] Fix unplug logic Date: Sat, 20 Feb 2010 13:35:03 +0800 Message-ID: <4B7F7487.9040405@intel.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030109050207030809020601" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Xen Developers , "Zhai, Edwin" List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------030109050207030809020601 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Add the missing part for the dev_unplug parameter in r20847 Signed-off-by: Zhai Edwin -- best rgds, edwin --------------030109050207030809020601 Content-Type: text/plain; name="pvdrv_unplug_fix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pvdrv_unplug_fix.patch" 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"; --------------030109050207030809020601 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------030109050207030809020601--