debuggers.hg
changeset 3748:e8b4923ca943
bitkeeper revision 1.1159.212.122 (420813205N6xleek-CEt8_zMptvY9w)
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Tue Feb 08 01:17:20 2005 +0000 (2005-02-08) |
parents | 9e80fc0dcac5 d683070e3e97 |
children | 0703289cadc8 |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Tue Feb 08 01:04:49 2005 +0000 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Tue Feb 08 01:17:20 2005 +0000 1.3 @@ -1337,6 +1337,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)