- 07 Oct, 2006 1 commit
-
-
ewan authored
Signed-off-by:
Ewan Mellor <ewan@xensource.com>
-
- 06 Oct, 2006 13 commits
-
-
Alastair Tse authored
1. Int(s) all have to be String(s). 2. Enums are not transmitted as Ints, but as Descriptive Strings. Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
with augmented VM UUIDs with devids. Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
framework Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Example Session: xapi.py vm-list xapi.py host-info xapi.py vm-create xapi.domcfg.py xapi.py vbd-create GentooAPI xapi.vbdcfg.py xapi.py vif-create GentooAPI xapi.vifcfg.py xapi.py vm-start GentooAPI xapi.py vm-shutdown GentooAPI xapi.py vm-delete xapi.py signed-off-by:
Alastair Tse <atse@xensource.com>
-
- 05 Oct, 2006 26 commits
-
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
1. Python XMLRPC does not allow integer keys to structs. 2. Typo with on_suspend and on_preserve 3. Changed all tuples in constants to lists so .index() works. 4. Made get_vcpus_utils to return seconds of CPU time. 5. Fix flawed login in VM.get_record()
-
Alastair Tse authored
* Replaced autostart and autostop with more descriptive on_xend_start and on_xend_stop for the configuration. Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
devices in xm list --long Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=732Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
acnt2 authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
* Added some constants to do with lifecycle management in XendDomain * Added docstrings * Made all private functions prefixed with an underscore (_) * Added lifecycle management in XendDomain which stores configs in SXP format. * Added bits of XenAPI support. * Moved all XendDomainInfo constants to a separate file * Moved most of the domain creation login into XendDomainInfo rather than in module level functions. * Moved to use Xen API compatible reporting of state. * Reorganised methods into logical groups in XendDomain and XendDomainInfo * Moved all domain configuration validation into XendConfig * Removed DevController cruft from the bottom of XendDomainInfo to XendDevices. Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
VM configuration information to allow easy import and export to different file types. Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
[XEND] Refactoring device controllers to its own module so it can be used by both XendConfig and XendDomainInfo. Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
Alastair Tse authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
acnt2 authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
acnt2 authored
Signed-off-by:
Alastair Tse <atse@xensource.com>
-
acnt2 authored
- Replaced str with domstr - Disabled changing domain name while migrating Signed-off-by:
Alastair Tse <atse@xensource.com>
-