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-devel

[Xen-devel] [PATCH] [VTD] Fix some dmar bugs

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] [VTD] Fix some dmar bugs
From: "Han, Weidong" <weidong.han@xxxxxxxxx>
Date: Tue, 29 Jul 2008 17:12:39 +0800
Delivery-date: Tue, 29 Jul 2008 02:13:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjxWz9+Sfz1dN5nSh6c60kTGKjHbw==
Thread-topic: [Xen-devel] [PATCH] [VTD] Fix some dmar bugs
In acpi_parse_one_drhd(), remove return directly when only one
INCLUDE_ALL check fails, so that avoid memory leak. In addition, remove
"dmaru->scope.devices_cnt == 0 && !dmaru->include_all" check, due to
PCI-PCI bridges are not counted. 

BTW, this patch fixes bug #1307.


Signed-off-by: Weidong Han <weidong.han@xxxxxxxxx>

Attachment: dmar-fix.patch
Description: dmar-fix.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [VTD] Fix some dmar bugs, Han, Weidong <=