aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Fix 'xm list' long output to skip legacy 'cpus'.kfraser@localhost.localdomain2007-03-271-1/+3
* hvm: Remove access to QEMU monitor in VNC serverkfraser@localhost.localdomain2007-03-272-0/+13
* In order to allow building as non-root with a non-default CC (whichkfraser@localhost.localdomain2007-03-271-3/+3
* Do not issue a warning on XendDomainInfo.recreate for dom0 -- this is normalEwan Mellor2007-03-271-2/+3
* Fix some fields so that they are declared as read-only (always should haveEwan Mellor2007-03-271-13/+19
* Fix typo in VIF_metrics_methods in XenAPITom Wilkie2007-03-271-1/+1
* Fix the default for the is_a_template flag.Ewan Mellor2007-03-271-1/+1
* Fix xm network-attach via XenAPI re: paused domain stateTom Wilkie2007-03-261-1/+2
* Fix up xm vcpu-pin via XenAPI, change types of new VM Metrics feildsTom Wilkie2007-03-263-9/+9
* Make 06_destroy_dom0_neg pass with xm via XenAPI.Tom Wilkie2007-03-261-1/+1
* Fix xm info etc since changes to Session in XenAPITom Wilkie2007-03-262-6/+10
* Add option to xm create to skip DTD checks.Tom Wilkie2007-03-262-5/+17
* Add autodetect to xm create for xml filesTom Wilkie2007-03-263-24/+56
* Convert XendPIFMetrics into an autoplug class.Ewan Mellor2007-03-272-18/+10
* Convert XendVMMetrics into an autoplug class. Tidy up our destroy methodsEwan Mellor2007-03-272-43/+20
* Added network.other_config map. To make this easier, add a new automaticEwan Mellor2007-03-276-50/+210
* Trivial tidyup.Ewan Mellor2007-03-271-1/+1
* This patch replaces tab with 4 whitespaces in xensec_gen/main.py.Ewan Mellor2007-03-261-134/+134
* Don't set memory_dynamic_max when xm mem-set is called. Save the VMEwan Mellor2007-03-261-5/+2
* Fix xm mem-set on non-running domains. Closes bug #934.Ewan Mellor2007-03-261-2/+2
* Fix the xm mem-max command. Closes bug #933.Ewan Mellor2007-03-261-4/+6
* Make 05_block_attach_and_dettach_device_repeatedly_pos pass on xm via XenAPITom Wilkie2007-03-261-1/+2
* Fix vbd_create etc, add devices to paused domainsTom Wilkie2007-03-261-3/+4
* [HVM] Intercept ACPI pm-timer registersTim Deegan2007-03-261-230/+13
* 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