aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/xend/XendVnet.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix exporting vnet config to xenstore.mjw@wray-m-3.hpl.hp.com2006-02-101-1/+1
| | | | | | Signed-off-by: Mike Wray <mike.wray@hp.com>
* Move XendVnet from using DBMap etc to using xstransact. This is the lastemellor@ewan2005-10-021-27/+29
| | | | | | | dependency upon xsnode, xsobj, and xsresource, so these can all go. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* "Added."ewan@linford.intra2005-09-111-1/+1
|
* Fix vnets in xm.cl349@firebug.cl.cam.ac.uk2005-08-261-16/+42
| | | | | | | | | The removal of 'xm call' to call a xend interface function directly made the xend vnet functions inaccessible. This patch adds those functions to xm and fixes the persistence in XmVnet to use xenstore. Signed-off-by: Mike Wray <mike.wray@hp.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* Add missing LGPL license notice to python sourceskaf24@firebug.cl.cam.ac.uk2005-08-091-1/+16
| | | | | | | | that didn't have them. Signed-off-by: Mike Wray <mike.wray@hp.com>
* bitkeeper revision 1.1662.1.21 (42a80585xAt7ZrRcqmCRm3HvTrL7Mg)cl349@firebug.cl.cam.ac.uk2005-06-091-11/+11
| | | | | | | | Many files: Switch to xenstore for storing persistent information. Signed-off-by: Mike Wray <mike.wray@hp.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* bitkeeper revision 1.1159.1.162 (414b0c7eCPgG8brLgsKH1SwrQz7JJQ)mjw@wray-m-3.hpl.hp.com2004-09-171-1/+1
| | | | | Fix args to vnet control command.
* bitkeeper revision 1.1159.1.114 (4136e932LBZ1uaMs2kLCvyBHOfuxTQ)mjw@wray-m-3.hpl.hp.com2004-09-021-4/+7
| | | | | Trap vifctl errors and warn.
* bitkeeper revision 1.1108.1.12 (40ffee27o1VPDwZVRgzbC8H1a0rrLQ)mjw@wray-m-3.hpl.hp.com2004-07-221-18/+84
| | | | | Small fix in error handling.
* bitkeeper revision 1.1026.1.8 (40e1b09foCFBM0EuIgrSA1uLJrWuzA)mjw@wray-m-3.hpl.hp.com2004-06-291-0/+69
Restructuring the python code and libs - first stage.