aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* New domain builder arch_setup hook clean up.kfraser@localhost.localdomain2007-02-022-26/+19
* libxc: Domain builder must align initial virtual mapping to 4MBkfraser@localhost.localdomain2007-02-022-1/+6
* Added default for the vcpus_params key.Ewan Mellor2007-02-021-0/+1
* Added host.dmesg method.Ewan Mellor2007-02-024-3/+48
* Remove VM_power_state value ShuttingDown. This should be indicated withEwan Mellor2007-02-023-7/+1
* Remove some obsolete constants (XEN_API_DRIVER_TYPE, XEN_API_BOOT_TYPE).Ewan Mellor2007-02-021-9/+1
* Improved the example to show creation of a VNC console, and the differenceEwan Mellor2007-02-011-19/+67
* Added support for maps inside structs, so that we can send the HVM boot paramsEwan Mellor2007-02-011-38/+106
* Make the string->string map and int->float map allocation functions set theEwan Mellor2007-02-012-4/+8
* Clean up some cruft.Ewan Mellor2007-02-011-6/+0
* Treat the empty string as an absent UUID, not an invalid one. Fix to_sxpEwan Mellor2007-02-011-14/+32
* Return the stored vcpus_params if the domain is not running.Ewan Mellor2007-02-011-1/+1
* Fix Solaris build - use $(MAKE) not make.john.levon@sun.com2007-02-011-1/+1
* Fix SDL option for HVM domains.Ewan Mellor2007-02-011-34/+36
* Fix handling of HVM boot.Ewan Mellor2007-02-011-3/+10
* Fix merge conflict between new HVM console handling and new HVM boot handling.Ewan Mellor2007-02-011-7/+7
* Fix HVM save/restore wrt console handling.Ewan Mellor2007-02-011-0/+3
* MergeTim Deegan2007-02-0112-73/+237
|\
| * Use the new xen-python-path to set PYTHONPATH, rather than trying to do it inEwan Mellor2007-02-012-21/+3
| * Break out the Python path interrogation into a separate script. This has theEwan Mellor2007-02-013-17/+48
| * Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params.Ewan Mellor2007-02-017-35/+186
* | [PYGRUB] Invoke pygrub with TERM=vt100Tim Deegan2007-02-012-2/+7
|/
* Copy the definition of DOM0_UUID into XenDomain so that we don't need to importEwan Mellor2007-02-012-2/+4
* [TOOLS] Remove a debug message which is spamming the logs during liveIan Campbell2007-02-011-2/+0
* MergeTim Deegan2007-01-3117-137/+845
|\
| * mergeEmmanuel Ackaouy2007-01-3112-42/+498
| |\
| | * [XEND] Fix typos in vfb/vnc detect in image.pyAlastair Tse2007-01-311-3/+3
| | * [XENAPI] Add VDI.location support and test c prog for HVM test.Alastair Tse2007-01-315-5/+459
| | * [XENAPI] Remove some deprecated fields from the Xen API test script.Alastair Tse2007-01-312-15/+5
| | * [XEND] Use VDI.location rather than VDI.image_uri/uri for Xen APIAlastair Tse2007-01-312-7/+10
| | * [XEND] Make sure other_config is by default an empty string map.Alastair Tse2007-01-311-2/+2
| | * [XEND] Make VBD.bootable in XendConfig kept as int.Alastair Tse2007-01-311-6/+6
| | * [XEND] Hide other_config from console and vfb SXP to prevent stringAlastair Tse2007-01-311-1/+6
| | * [XEND] Fix VCPU_params to return string map.Alastair Tse2007-01-312-3/+7
| * | [TOOLS] Fix typos which breaks readnotes transparent gunzipping ...Emmanuel Ackaouy2007-01-311-2/+2
| |/
| * [XEND] Merge VFB support for PV and HVM guests.Alastair Tse2007-01-319-92/+345
| * [XEND] Make python-pam warning only appear if using XenAPIAlastair Tse2007-01-311-5/+4
* | [HVM] Save/restore: clean up the new hypercall interfaceTim Deegan2007-01-314-49/+60
|/
* [HVM] Save/restore: save shared-info pfn and re-map it on restoreTim Deegan2007-01-312-9/+23
* [TOOLS] Fix foreign header build breakage.Ian Campbell2007-01-314-11/+10
* Added VM_metrics class, taking some of the fields from VM. Make VM.static_maxEwan Mellor2007-01-307-41/+648
* pygrub: fsimage binding must free objects with PyObject_DEL, not PyMem_DEL.Keir Fraser2007-01-301-2/+2
* Fix XendNode when no host state is saved.Ewan Mellor2007-01-301-0/+1
* Fix typo, as suggested by Stefan Berger.Ewan Mellor2007-01-301-1/+1
* Remove the VTPM.instance field from the bindings.Ewan Mellor2007-01-301-1/+0
* Added task.session field.Ewan Mellor2007-01-303-9/+25
* Added VM.is_control_domain field.Ewan Mellor2007-01-303-1/+35
* Align vTPM support in the Xen-API, documentation and lib-xenkaf24@localhost.localdomain2007-01-306-83/+128
* Older versions of as86 (<=0.16.0) require macro arguments to be bracketed.kaf24@localhost.localdomain2007-01-301-19/+19
* Added backreference from PIF_metrics to PIF, and added a uuid to the sessionEwan Mellor2007-01-301-2/+7