aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Added documentation and C bindings for VM.migrate call.ewan@localhost.localdomain2007-04-161-0/+41
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added host.enabled flag.ewan@localhost.localdomain2007-04-161-0/+33
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation, C bindings, and test for VM_metrics.VCPUs_flags.Ewan Mellor2007-04-131-0/+33
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation and C bindings for VBD. and VIF.runtime_properties.Ewan Mellor2007-04-121-0/+66
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add documentation and C bindings for VM.add_to_VCPUs_params_live,Ewan Mellor2007-04-111-0/+105
| | | | | | VM.set_memory_dynamic_{min,max}_live. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation and bindings for host_cpu.features.Ewan Mellor2007-04-111-1/+34
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added docs and bindings for VM_metrics.state.Ewan Mellor2007-04-101-0/+33
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added docs and bindings for VM.{send_trigger,send_sysrq}.Ewan Mellor2007-04-101-0/+75
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Avoid using the multicol package.Ewan Mellor2007-04-102-17/+11
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation, C bindings, and a test for VM_metrics.{start_time,Ewan Mellor2007-04-091-0/+99
| | | | | | | | VCPUs_CPU,VCPUs_params}. Changed VM_metrics.start_time to be a DateTime, not an integer. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Make host.sched_policy read-only. Added docs, bindings, and a test forEwan Mellor2007-04-091-0/+66
| | | | | | host.cpu_configuration and host.sched_policy. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added bindings and documentation for host.send_debug_keys and host.get_log.Ewan Mellor2007-04-091-0/+66
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add bindings and docs for the host.dmesg_clear call.Ewan Mellor2007-04-081-0/+32
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added copyright statement.Ewan Mellor2007-04-051-2/+10
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Update the datamodel class diagram, and use neato rather than dot, which givesEwan Mellor2007-04-053-17/+34
| | | | | | a much better result. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Update cover text. API version 0.9.0.Ewan Mellor2007-04-057-24/+34
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Remove task.error_code -- it's redundant, as we can use the first element ofEwan Mellor2007-04-051-33/+0
| | | | | | task.error_info instead. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Expose the method-listing call as host.list_methods.Ewan Mellor2007-04-041-0/+21
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Remove docs and bindings for unimplemented VDI.resize and VDI.snapshot.Ewan Mellor2007-04-041-67/+0
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Remove docs and bindings for unimplemented SR.{create,destroy,clone}.Ewan Mellor2007-04-041-92/+12
| | | | | | Implement PBD class, matching existing docs and bindings. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* hvm hap: Add hap option to user's manual.kfraser@localhost.localdomain2007-04-021-0/+4
| | | | Signed-off-by: Wei Huang <wei.huang2@amd.com>
* Fix bad behaviour of xm when calling event.next(), by adding a different errorEwan Mellor2007-03-291-2/+15
| | | | | | code (SESSION_NOT_REGISTERED). Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added asynchronous event notification through the Xen-API. Added a new command,Ewan Mellor2007-03-291-0/+120
| | | | | | | xm event-monitor, a new test program for the C bindings, and new bindings themselves. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added network.other_config map. To make this easier, add a new automaticEwan Mellor2007-03-271-0/+140
| | | | | | | plumbing facility from the XendNetwork class into XendAPI (credit to Tom Wilkie for the idea). Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Fix VM.resume/suspend docs.Ewan Mellor2007-03-261-3/+3
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Mark host. and PIF.metrics fields as ROrun, to match VIF, VM, and VBD.Ewan Mellor2007-03-261-4/+4
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added C bindings and docs for recent addition VM.set_VCPUs_number_live.Ewan Mellor2007-03-251-0/+35
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Remove stillborn DTD section, in favour of an upcoming new doc for the xmEwan Mellor2007-03-251-11/+0
| | | | | | create DTD. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add a last_updated field to every metrics class.Ewan Mellor2007-03-231-0/+198
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Replace VDI.location with a more generic VDI.other_config map. RemoveEwan Mellor2007-03-171-23/+128
| | | | | | | | VDI.sector_size. Xend work by Tom Wilkie <tom.wilkie@gmail.com>. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add boot option to allow console I/O to be placed into ring bufferkfraser@localhost.localdomain2007-03-151-0/+5
| | | | | | | | | This option allows console I/O to be placed into the hypervisor console ring buffer. When enabled, all output to the console device will be reflected in the ring buffer. When disabled (the default), only hypervisor output is available from the ring buffer. Signed-off-by: Ben Thomas <ben@virtualiron.com>
* Match recent removal of VM.VCPUs_policy.Ewan Mellor2007-03-141-67/+0
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* docs: update some todo items.kfraser@localhost.localdomain2007-03-131-9/+2
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Added an VM_HVM_REQUIRED error code, and use it on VM.start.Ewan Mellor2007-03-101-1/+11
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Replace VM.platform_{std_VGA,serial,localtime,clock_offset,enable_audio} withEwan Mellor2007-03-101-191/+28
| | | | | | | | | | | | | a single VM.platform String -> String Map. Propogate this change through to XendDomainInfo and image so that the backwards compatibility is handled by XendConfig. Make PCI_bus a read-write field. Added C bindings for these changes also. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Simple fix to the man page for xm block-attach.kfraser@localhost.localdomain2007-03-101-1/+1
| | | | | | | | It currently says to use "ro" or "rw" for the mode, when it seems, empirically, to take "r" or "w" for the mode, respectively. Update the man page to reflect that. Signed-off-by: Chris Lalancette <clalance@redhat.com>
* dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order.kfraser@localhost.localdomain2007-03-091-4/+4
| | | | | | | | | | | So far the order isn't specified and may be random in theory. But sorted array is requested by crash utility for efficient search. Fortunately it is the case except ia64 full virtualized domain. Update document such that those array must be sorted and fix the ia64 full virtualized domain case. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
* Remove VDI.set_SR -- this was always unimplemented, and pretty mad.Ewan Mellor2007-03-091-35/+1
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Fancy headings.Ewan Mellor2007-03-092-2/+3
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Move the booting description out of the VM class description into the VMEwan Mellor2007-03-092-34/+17
| | | | | | Lifecycle section of the doc. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Remove the word "Additional" from all the RPC subheadings -- we include allEwan Mellor2007-03-091-23/+23
| | | | | | the methods now, not just the non-accessors. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added section on references vs UUIDs.Ewan Mellor2007-03-091-8/+38
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Changed the example of linked references (Set(Ref(x)) <-> Ref(y)) to use VM andEwan Mellor2007-03-091-8/+8
| | | | | | VIFs rather than VM and VMGroups, now that we've deleted VMGroups. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added {VIF,VBD}.{plug,unplug} methods. Docs and C bindings -- Xend to follow.Ewan Mellor2007-03-081-0/+130
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added VM_BAD_POWER_STATE error code to VM.hard_shutdown.Ewan Mellor2007-03-081-2/+4
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Remove crashdump.create -- this doesn't make sense.Ewan Mellor2007-03-081-58/+26
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* dump-core: always use elfclass64 format to support x86_32pae.kfraser@localhost.localdomain2007-03-071-4/+10
| | | | | | Without this patch xen dump-core format can't handle over 4GB case. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
* Fix missing bits of the docs from cset 14020, and match that change by removingEwan Mellor2007-02-271-101/+0
| | | | | | the similar fields on host_metrics, PIF_metrics, and VM_guest_metrics. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs andEwan Mellor2007-02-271-0/+273
| | | | | | | bindings for many of the get_all methods elsewhere that Xend already implemented. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added some more fields to host_cpu.Ewan Mellor2007-02-271-20/+22
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>