aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/scripts
Commit message (Expand)AuthorAgeFilesLines
* xend: Remove old vtpm support from xmMatthew Fioravante2012-11-191-20/+0
* tools: Always use sane upstream (`native') python pathsKeir Fraser2009-04-083-3/+0
* Replace VDI.location with a more generic VDI.other_config map. RemoveEwan Mellor2007-03-174-16/+7
* Redefine units of VDI.virtual_size to be bytes, not sectors.Ewan Mellor2007-02-253-4/+4
* [XENAPI] Remove some deprecated fields from the Xen API test script.Alastair Tse2007-01-312-15/+5
* [XEND] Merge VFB support for PV and HVM guests.Alastair Tse2007-01-313-3/+26
* Align vTPM support in the Xen-API, documentation and lib-xenkaf24@localhost.localdomain2007-01-301-8/+0
* [XENAPI] Add an example to start HVM guests via the Xen API.Alastair Tse2007-01-261-0/+173
* [XENAPI] Make server uri easily configurable via ENV or CLI opts.Alastair Tse2007-01-261-11/+84
* [XEND] Preliminary console support in Xen APIAlastair Tse2007-01-251-1/+28
* [XEND] Add debug class to Xen API plus non-standard debug.wait().Alastair Tse2007-01-241-1/+1
* [XENAPI] Make test script attempt to login with blank credentialsAlastair Tse2007-01-241-5/+23
* [XENAPI] Add vif-list to xapi.py scriptAlastair Tse2007-01-241-10/+23
* [XENAPI] Update test scripts to move from VBD.image to creating VDI'sAlastair Tse2007-01-242-22/+60
* Test scripts for Xen API updated to support Async supportAlastair Tse2007-01-242-108/+423
* [XEND] Add simple VCPUs, VBDs, VIFs statistics monitoringAlastair Tse2007-01-241-0/+6
* Add support to list VDIs and SRs in xapi.pyAlastair Tse2007-01-051-25/+70
* [XEND] Re-add vtpm device support in XendConfigAlastair Tse2006-12-011-2/+0
* [XENAPI] Add extra param for VM.start and fix case for printing outAlastair Tse2006-12-011-3/+3
* [XENAPI] Update debugging scripts to support vbd_listAlastair Tse2006-11-302-7/+33
* [XENAPI] Make xapi.py work with modules in /usr/lib/python.Alastair Tse2006-11-101-1/+17
* The attached patch implements more of the Xen-API functionality relatedEwan Mellor2006-11-093-4/+34
* Import 83:b569bb25a8f08a15381b022ee143d7f205976604 from xen-api.hg, minus theEwan Mellor2006-11-011-11/+21
* [XENAPI] Add shell option for xapi.py so it can remember sessions.Alastair Tse2006-10-203-20/+81
* [XEND] Switch to PAM authentication for login sessionsAlastair Tse2006-10-191-5/+8
* [XENAPI] Make vm-destroy consistent with API naming. Moved what isAlastair Tse2006-10-131-25/+22
* [XEND] Fix bugs in vbd_create logic when handling VDIsAlastair Tse2006-10-131-9/+63
* [XEND] XendVDI saves configuration on change.Alastair Tse2006-10-131-0/+12
* [XEND] Updates to SR and VDI implementationsAlastair Tse2006-10-132-4/+66
* [XEND] Adding API stub generation to XendAPI + SR implementation forAlastair Tse2006-10-121-6/+13
* [XEND] Conform to Xen API XMLRPC Wire Protocol CustomisationAlastair Tse2006-10-061-2/+2
* [XENAPI] Adding some rudimentary documentation about what has changed.Alastair Tse2006-10-061-0/+136
* [XENAPI] Support for VBD/VIF info listing in vm-list --longAlastair Tse2006-10-062-15/+81
* [XENAPI] Add missing function names. Proper sub command help messages.Alastair Tse2006-10-061-9/+33
* [XENAPI] Pretty print error messages, insert simple argument parsingAlastair Tse2006-10-061-15/+49
* [XENAPI] Fix wrong vars being extracted from reading python cfgAlastair Tse2006-10-061-3/+3
* [XENAPI] Added hard shutdown (aka. vm-destroy)Alastair Tse2006-10-061-0/+11
* [XENAPI] Example tools to create/destroy/shutdown VMsAlastair Tse2006-10-064-0/+268