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] Adjust 23931:6a9466e1753d.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Adjust 23931:6a9466e1753d.
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Sat, 08 Oct 2011 07:55:11 +0100
Delivery-date: Fri, 07 Oct 2011 23:56:00 -0700
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 Jan Beulich <jbeulich@xxxxxxxx>
# Date 1318003027 -7200
# Node ID 0c2bfd1f9c6822fbd23af0043f83d93be976323c
# Parent  6a9466e1753df115a91d32214af124f04a99cfdd
Adjust 23931:6a9466e1753d.

Committed a stale patch - this was missing from what was actually acked.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
---


diff -r 6a9466e1753d -r 0c2bfd1f9c68 xen/drivers/passthrough/vtd/dmar.c
--- a/xen/drivers/passthrough/vtd/dmar.c        Fri Oct 07 17:50:50 2011 +0200
+++ b/xen/drivers/passthrough/vtd/dmar.c        Fri Oct 07 17:57:07 2011 +0200
@@ -557,7 +557,7 @@
         if ( !pci_known_segment(rmrr->segment) )
             i = UINT_MAX;
 
-        for ( i = 0; i < rmrru->scope.devices_cnt; i++ )
+        for ( ; i < rmrru->scope.devices_cnt; i++ )
         {
             b = PCI_BUS(rmrru->scope.devices[i]);
             d = PCI_SLOT(rmrru->scope.devices[i]);

_______________________________________________
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] Adjust 23931:6a9466e1753d., Xen patchbot-unstable <=