WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] pv-on-hvm: Fix unplug logic

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] pv-on-hvm: Fix unplug logic
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Feb 2010 02:15:18 -0800
Delivery-date: Mon, 22 Feb 2010 02:17:06 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1266833140 0
# Node ID 628600e0e3b426a02602600645b2a74c9a1b4c6e
# Parent  845da68515d80d2b5969f6d46cfc5c5b6d7097af
pv-on-hvm: Fix unplug logic

Add the missing part for the dev_unplug parameter in r20847

Signed-off-by: Zhai Edwin <edwin.zhai@xxxxxxxxx>
---
 unmodified_drivers/linux-2.6/platform-pci/platform-pci.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 845da68515d8 -r 628600e0e3b4 
unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
--- a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c  Mon Feb 22 
10:04:22 2010 +0000
+++ b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c  Mon Feb 22 
10:05:40 2010 +0000
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] pv-on-hvm: Fix unplug logic, Xen patchbot-unstable <=