aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Added host.logging, to hold server-side logging configuration.Ewan Mellor2007-01-302-0/+101
* [XEND] Fix bootable flag bypass in XendConfigAlastair Tse2007-01-302-5/+5
* [XEND] Unparsable VLAN numbers should default to -1Alastair Tse2007-01-302-2/+8
* Set the log level back to WARN, reverting accidentally committed change.Ewan Mellor2007-01-301-1/+1
* Added host.other_config.Ewan Mellor2007-01-304-3/+132
* Remove XEN_API_CPU_FEATURE enum.Ewan Mellor2007-01-301-14/+0
* Remove VM.actions_after_suspend, which never made any sense.Ewan Mellor2007-01-303-64/+0
* Remove the CPU feature handling, unimplementable as it stands.Ewan Mellor2007-01-308-901/+0
* Move the io bandwidth fields from PIF onto a new PIF_metrics class.Ewan Mellor2007-01-2910-80/+530
* Fix documentation so that the connection objects (PIF, VBD, and VIF) areEwan Mellor2007-01-296-138/+0
* Added missing PBD-related C bindings.Ewan Mellor2007-01-293-0/+474
* Added modelling and C bindings for the PBD class. PBDs are the analogue ofEwan Mellor2007-01-294-4/+49
* Update doc-comments.Ewan Mellor2007-01-291-3/+12
* Remove the VDI.parent and VDI.children fields -- this needs more thinking out,Ewan Mellor2007-01-294-77/+3
* Rename VM.otherConfig to VM.other_config, for consistency with the other fields,Ewan Mellor2007-01-293-23/+74
* Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was neverEwan Mellor2007-01-2911-420/+8
* Added TASK_HANDLE_INVALID to the messages file.Ewan Mellor2007-01-281-1/+4
* Tidy up the VBD API calls.Ewan Mellor2007-01-281-30/+19
* Match recent changes to the task class in XenAPI with the get_record call here.Ewan Mellor2007-01-281-2/+1
* Fix bootloader handling.Ewan Mellor2007-01-281-1/+3
* Fix the handling of MESSAGE_METHOD_UNKNOWN, MESSAGE_PARAMETER_COUNT_MISMATCH,Ewan Mellor2007-01-281-6/+9
* Add task.allowed_operations field, and task.cancel message. TheEwan Mellor2007-01-282-10/+22
* Made task.name_* read-only (these are set by Xend) and drop task.eta.Ewan Mellor2007-01-281-22/+4
* Make session.this_host and session.this_user ROrun -- they are implicitly setEwan Mellor2007-01-281-3/+0
* Added a VBD.bootable flag.Ewan Mellor2007-01-285-39/+119
* Fix interface_name() after change of definition for the vlan field.Ewan Mellor2007-01-281-1/+1
* Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitlyEwan Mellor2007-01-287-117/+145
* Fix 'xm create' and 'xm start' when SEDF scheduler is used.kfraser@localhost.localdomain2007-01-291-10/+13
* Fix firmware compile on Solaris.kaf24@localhost.localdomain2007-01-283-3/+8
* To avoid problems (hang) when doing migration, the Console Controllerkaf24@localhost.localdomain2007-01-281-0/+2
* Allow 'xm create' to set scheduling parameters.kaf24@localhost.localdomain2007-01-281-0/+3
* Reject xm sched-* comands for other than the in-use scheduler.kaf24@localhost.localdomain2007-01-281-0/+13
* Fix xentop error return code if passed unrecognised options.kaf24@localhost.localdomain2007-01-281-2/+4
* [HVM] Allow HVM guest to request invalidation of foreign mappings viakaf24@localhost.localdomain2007-01-274-24/+54
* [HVM] Fix some BIOS build warnings.kaf24@localhost.localdomain2007-01-263-4/+2
* [TCGBIOS] Fix some makefile issues.kaf24@localhost.localdomain2007-01-262-18/+16
* Remove the test functions from HVM highmem 32-bit BIOS.kaf24@localhost.localdomain2007-01-264-115/+15
* [HVM] Add TCG BIOS extensions to the high memory area along withkaf24@localhost.localdomain2007-01-2614-12/+2907
* This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code iskaf24@localhost.localdomain2007-01-2618-14/+960
* [XEND] Hook in utilisation statistics into Xen API calls.Alastair Tse2007-01-264-19/+30
* [XEND] Floats for not need to be stringified in Xen API.Alastair Tse2007-01-261-2/+1
* [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
* Replace mlock() calls with lock_pages().kaf24@localhost.localdomain2007-01-261-9/+9
* 32-on-64: New set_address_size domctl for switching to compat mode.kaf24@localhost.localdomain2007-01-261-12/+8
* [XEND] Add missing ConsoleController.pyAlastair Tse2007-01-261-0/+29
* Support transparant gunzipping in the readnotes utility.Emmanuel Ackaouy2007-01-251-2/+12
* libxc domain builder rewrite, linux builderEmmanuel Ackaouy2007-01-252-2/+129
* libxc domain builder rewrite, core bits.Emmanuel Ackaouy2007-01-259-0/+2917
* libxc header fixups.Emmanuel Ackaouy2007-01-251-49/+69