debuggers.hg
changeset 3747:d683070e3e97
bitkeeper revision 1.1159.223.78 (42081302-eWxmHBN6T8FdRJD5VvsOg)
This very simple patch is really just cosmetic. It "fixes" xend so that
it doesn't report restart as: "WARNING (XendDomainInfo:1038) Unknown
config field restart" in the xend.log. I'm not sure who should sign off
on this, but the patch is attached.
From: "B.G. Bruce" <bgb@nt-nv.com>
Signed-off-by: ian@xensource.com
This very simple patch is really just cosmetic. It "fixes" xend so that
it doesn't report restart as: "WARNING (XendDomainInfo:1038) Unknown
config field restart" in the xend.log. I'm not sure who should sign off
on this, but the patch is attached.
From: "B.G. Bruce" <bgb@nt-nv.com>
Signed-off-by: ian@xensource.com
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Tue Feb 08 01:16:50 2005 +0000 (2005-02-08) |
parents | d2e0edbc060d |
children | e8b4923ca943 41be211173f0 |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Mon Feb 07 19:11:33 2005 +0000 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Tue Feb 08 01:16:50 2005 +0000 1.3 @@ -1227,6 +1227,7 @@ add_config_handler('memory', vm_fiel 1.4 add_config_handler('cpu', vm_field_ignore) 1.5 add_config_handler('cpu_weight', vm_field_ignore) 1.6 add_config_handler('console', vm_field_ignore) 1.7 +add_config_handler('restart', vm_field_ignore) 1.8 add_config_handler('image', vm_field_ignore) 1.9 add_config_handler('device', vm_field_ignore) 1.10 add_config_handler('backend', vm_field_ignore)