aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* hvm hap: Add hap option to user's manual.kfraser@localhost.localdomain2007-04-021-0/+4
* Fix bad behaviour of xm when calling event.next(), by adding a different errorEwan Mellor2007-03-291-2/+15
* Added asynchronous event notification through the Xen-API. Added a new command,Ewan Mellor2007-03-291-0/+120
* Added network.other_config map. To make this easier, add a new automaticEwan Mellor2007-03-271-0/+140
* Fix VM.resume/suspend docs.Ewan Mellor2007-03-261-3/+3
* Mark host. and PIF.metrics fields as ROrun, to match VIF, VM, and VBD.Ewan Mellor2007-03-261-4/+4
* Added C bindings and docs for recent addition VM.set_VCPUs_number_live.Ewan Mellor2007-03-251-0/+35
* Remove stillborn DTD section, in favour of an upcoming new doc for the xmEwan Mellor2007-03-251-11/+0
* Add a last_updated field to every metrics class.Ewan Mellor2007-03-231-0/+198
* Replace VDI.location with a more generic VDI.other_config map. RemoveEwan Mellor2007-03-171-23/+128
* Add boot option to allow console I/O to be placed into ring bufferkfraser@localhost.localdomain2007-03-151-0/+5
* Match recent removal of VM.VCPUs_policy.Ewan Mellor2007-03-141-67/+0
* docs: update some todo items.kfraser@localhost.localdomain2007-03-131-9/+2
* Added an VM_HVM_REQUIRED error code, and use it on VM.start.Ewan Mellor2007-03-101-1/+11
* Replace VM.platform_{std_VGA,serial,localtime,clock_offset,enable_audio} withEwan Mellor2007-03-101-191/+28
* Simple fix to the man page for xm block-attach.kfraser@localhost.localdomain2007-03-101-1/+1
* dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order.kfraser@localhost.localdomain2007-03-091-4/+4
* Remove VDI.set_SR -- this was always unimplemented, and pretty mad.Ewan Mellor2007-03-091-35/+1
* Fancy headings.Ewan Mellor2007-03-092-2/+3
* Move the booting description out of the VM class description into the VMEwan Mellor2007-03-092-34/+17
* Remove the word "Additional" from all the RPC subheadings -- we include allEwan Mellor2007-03-091-23/+23
* Added section on references vs UUIDs.Ewan Mellor2007-03-091-8/+38
* Changed the example of linked references (Set(Ref(x)) <-> Ref(y)) to use VM andEwan Mellor2007-03-091-8/+8
* Added {VIF,VBD}.{plug,unplug} methods. Docs and C bindings -- Xend to follow.Ewan Mellor2007-03-081-0/+130
* Added VM_BAD_POWER_STATE error code to VM.hard_shutdown.Ewan Mellor2007-03-081-2/+4
* Remove crashdump.create -- this doesn't make sense.Ewan Mellor2007-03-081-58/+26
* dump-core: always use elfclass64 format to support x86_32pae.kfraser@localhost.localdomain2007-03-071-4/+10
* Fix missing bits of the docs from cset 14020, and match that change by removingEwan Mellor2007-02-271-101/+0
* Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs andEwan Mellor2007-02-271-0/+273
* Added some more fields to host_cpu.Ewan Mellor2007-02-271-20/+22
* Remove unused network.default_{gateway,netmask}.Ewan Mellor2007-02-261-134/+0
* Redefine units of VDI.virtual_size to be bytes, not sectors.Ewan Mellor2007-02-251-1/+1
* Added host.capabilities field.Ewan Mellor2007-02-251-0/+33
* Replace VM.tools_version with a richer VM_guest_metrics class.Ewan Mellor2007-02-251-33/+378
* Added documentation and C bindings for VBD/VIF.status_detail, status_code, andEwan Mellor2007-02-251-0/+198
* Added a VM.domid field.Ewan Mellor2007-02-251-0/+33
* Added host.API_version_{major,minor,vendor,vendor_implementation} fields.Ewan Mellor2007-02-251-0/+132
* Added VBD. and VIF.qos_supported_algorithms fields, with C bindings, XendEwan Mellor2007-02-211-3/+69
* dump-core: documentation on its format.Keir Fraser2007-02-241-0/+225
* Added host.supported_bootloaders field.Ewan Mellor2007-02-201-0/+33
* Remove host.create and host.destroy -- these never made any sense.Ewan Mellor2007-02-201-64/+0
* Added modelling and C bindings for VIF/VBD QoS parameter setting. No XendEwan Mellor2007-02-201-0/+414
* Split the VIF I/O statistics fields out into a VIF_metrics class. ImplementEwan Mellor2007-02-201-27/+174
* Split the VBD I/O statistics out into a VBD_metrics class. Document theEwan Mellor2007-02-201-27/+174
* Added Console.other_config to the docs (Xend already has this).Ewan Mellor2007-02-201-0/+140
* Rename Console.uri to location. Xend already uses the latter.Ewan Mellor2007-02-201-4/+4
* Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto theEwan Mellor2007-02-201-101/+1
* Replace the X_HANDLE_INVALID error codes with a single HANDLE_INVALID thatEwan Mellor2007-02-201-126/+6
* Added host.dmesg method.Ewan Mellor2007-02-021-1/+33
* Remove VM_power_state value ShuttingDown. This should be indicated withEwan Mellor2007-02-021-1/+0