aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Create the new VM with the default crash behaviour set.Ewan Mellor2007-03-261-1/+1
* Replace tabs with spaces.Ewan Mellor2007-03-261-8/+8
* Added I/O debugging mode.Ewan Mellor2007-03-261-0/+12
* Fix memory values -- they should be in bytes.Ewan Mellor2007-03-261-4/+4
* Tidy up use of stdout vs stderr.Ewan Mellor2007-03-261-11/+15
* Fix the VM.is_a_template flag for domain 0.Ewan Mellor2007-03-263-2/+6
* Implement session.last_active, session.this_host, session.get_record,Ewan Mellor2007-03-264-21/+256
* Added C bindings and docs for recent addition VM.set_VCPUs_number_live.Ewan Mellor2007-03-252-0/+24
* Workaround buggy GCCs wrt strftime.Ewan Mellor2007-03-231-1/+11
* Don't use the client-side shortcut for get_uuid calls -- we need to keepEwan Mellor2007-03-2321-24/+204
* Ignore exceptions in the get_all_methods call.Ewan Mellor2007-03-231-3/+6
* Add VM.set_memory_dynamic_*_live methods, and use those in xm mem-set.Ewan Mellor2007-03-233-7/+47
* Release the domains_lock properly when get_dev_property_by_uuid fails.Ewan Mellor2007-03-231-7/+9
* Fix rebooting domains problem with new internal memory storageTom Wilkie2007-03-231-6/+8
* Add a last_updated field to every metrics class.Ewan Mellor2007-03-2316-52/+219
* Implement parsing of datetimes.Ewan Mellor2007-03-231-10/+33
* Fix typos.Ewan Mellor2007-03-232-2/+2
* Replace tabs with spaces.Ewan Mellor2007-03-2327-86/+85
* Fix state in xm list; add state to VM_metrics class.Ewan Mellor2007-03-233-1/+41
* Fix xenapi_create re: Multiple VIFs for test 04_restore_withdevices_posEwan Mellor2007-03-231-4/+8
* Make xm save / restore talk XenAPI; add save / restore to VM class.Ewan Mellor2007-03-232-11/+34
* Remove xc_shadow toolTim Deegan2007-03-232-74/+2
* Implemented host.get_PIFs.Ewan Mellor2007-03-222-0/+7
* Fix the parsing of the is_a_template and auto_power_on flags. Don't try toEwan Mellor2007-03-221-5/+3
* Fix the handling of the transient flag.Ewan Mellor2007-03-222-26/+52
* Remove duplicate memory values from the SXP.Ewan Mellor2007-03-221-12/+1
* Fix VM.is_a_template.Ewan Mellor2007-03-221-4/+3
* Match the name change for the QCoW SR.Ewan Mellor2007-03-221-1/+1
* Fixes to XendQCoWStorageRepo to match recent API changes, and fix the refreshingEwan Mellor2007-03-221-19/+4
* Add VM_metrics.start_time, and use this to implement xm uptime through theEwan Mellor2007-03-223-3/+12
* Update VM's VCPU handling to match the documentation wrt VCPUs_max andEwan Mellor2007-03-227-98/+321
* Fix marshalling of Xen-API maps with non-string keys.Ewan Mellor2007-03-221-2/+3
* [TOOLS] libxc: Fix x86 build.Ian Campbell2007-03-221-0/+1
* Merge with xenppc-unstable-merge.hgkfraser@localhost.localdomain2007-03-213-14/+15
|\
| * Change xm dmesg -c so that it prints out the current buffer as well as clearingEwan Mellor2007-03-213-14/+15
* | Merge with xen-unstable.hg.Hollis Blanchard2007-03-2190-1745/+3679
|\|
| * Raise an exception in xm_block_detach if using Xen-API and it fails -- thisEwan Mellor2007-03-201-1/+2
| * Fix xm network-list through the Xen-API for managed domains.Ewan Mellor2007-03-201-1/+2
| * Fix xm block-list through the Xen-API for managed domains.Ewan Mellor2007-03-201-1/+7
| * Make xm trigger talk XenAPI; add send_trigger to VM class.Ewan Mellor2007-03-202-3/+14
| * Make xm debug-keys talk XenAPI; Add send_debug_keys to hostEwan Mellor2007-03-202-2/+16
| * Change the eyecatcher to be case-insensitive, so that "Internal error" isEwan Mellor2007-03-202-4/+4
| * Tidy the error message from getDomains when using the Xen-API and no domainEwan Mellor2007-03-201-1/+3
| * Have xm-test wait for the network device to detach. This is an asynchronousEwan Mellor2007-03-201-0/+19
| * Fix sxp2xml translation to handle maxmem.Ewan Mellor2007-03-201-1/+5
| * Add VIF.runtime_properties dictionary, and use that to implement xm network-listEwan Mellor2007-03-203-41/+147
| * Fix parameter to XendInvalidDomain.Ewan Mellor2007-03-201-1/+1
| * Fix exception handling when xmlrpclib.Fault is raised, in legacy mode.Ewan Mellor2007-03-201-3/+6
| * Fix xm create -c.Ewan Mellor2007-03-201-1/+1
| * Add VBD.runtime_properties dictionary, and use that to implement xm block-listEwan Mellor2007-03-204-33/+145