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][VT] Enable multi-word DMA mode 2 for the PIIX3 chips

To: "Ian Pratt" <Ian.Pratt@xxxxxxxxxxxx>, "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][VT] Enable multi-word DMA mode 2 for the PIIX3 chipset
From: "Wang, Winston L" <winston.l.wang@xxxxxxxxx>
Date: Wed, 5 Oct 2005 13:51:47 -0700
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 06 Oct 2005 08:49:32 +0000
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWh4uUOKEkrCByqQRqEuj+N/hnwFwn944sg
Thread-topic: [PATCH][VT] Enable multi-word DMA mode 2 for the PIIX3 chipset
Clear device_model_pid when vmx guest shutdown failed.
Without the patch, Installation of guest os Windows XP,Windows 2003 will
be failed and also can not shut down vmx guest os correctly.

Signed-off-by: Winston Wang <winston.l.wang@xxxxxxxxx>

--- tools/python/xen/xend/XendDomainInfo.py.org 2005-10-05
13:45:16.034679872 -0700
+++ tools/python/xen/xend/XendDomainInfo.py     2005-10-05
13:46:52.309043944 -0700
@@ -1089,6 +1089,7 @@

         if self.image:
             try:
+               self.device_model_pid = 0
                 self.image.destroy()
             except:
                 log.exception(

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>