Wang, Winston L
2005-Oct-05 20:51 UTC
[Xen-devel] [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@intel.com> --- 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@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Oct-05 22:11 UTC
[Xen-devel] Re: [PATCH][VT] Enable multi-word DMA mode 2 for the PIIX3 chipset
On 5 Oct 2005, at 21:51, Wang, Winston L wrote:> 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.I don''t see that variable referenced anywhere in the python tools! And the email subject line in no way matches the patch. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Wang, Winston L
2005-Oct-05 23:05 UTC
[Xen-devel] RE: [PATCH][VT] Enable multi-word DMA mode 2 for the PIIX3 chipset
Sorry, please discard it for now and I need retest the againest the latest code, Thanks, Wang, Winston L wrote:> 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@intel.com> > > --- 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@lists.xensource.com http://lists.xensource.com/xen-devel