age |
author |
revision |
description |
2007-01-29 |
Ewan Mellor |
13734:66c2a4085863 |
Added missing PBD-related C bindings. |
2007-01-29 |
Ewan Mellor |
13733:049d9022653c |
Added modelling and C bindings for the PBD class. PBDs are the analogue of |
2007-01-29 |
Ewan Mellor |
13732:7d64bdc7a300 |
Tidy-ups; no semantic-change. |
2007-01-29 |
Ewan Mellor |
13731:f7b6ce00426b |
Remove VIF.name from the documentation, matching recent change to Xend. |
2007-01-29 |
Ewan Mellor |
13730:090079c988d1 |
Update doc-comments. |
2007-01-29 |
Ewan Mellor |
13729:66dda30190a2 |
Remove the VDI.parent and VDI.children fields -- this needs more thinking out, |
2007-01-29 |
Ewan Mellor |
13728:ae881e7b0c5e |
Rename VM.otherConfig to VM.other_config, for consistency with the other fields, |
2007-01-29 |
Ewan Mellor |
13727:bb15af2c2b4a |
Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was never |
2007-01-28 |
Ewan Mellor |
13726:9db1847845d6 |
Document TASK_HANDLE_INVALID. |
2007-01-28 |
Ewan Mellor |
13725:a403d70fc94c |
Added TASK_HANDLE_INVALID to the messages file. |
2007-01-28 |
Ewan Mellor |
13724:c2f1bb01bca3 |
Tidy up the VBD API calls. |
2007-01-28 |
Ewan Mellor |
13723:044c57d0fef2 |
Match recent changes to the task class in XenAPI with the get_record call here. |
2007-01-28 |
Ewan Mellor |
13722:5b973d94bc00 |
Fix bootloader handling. |
2007-01-28 |
Ewan Mellor |
13721:a7fc9cc9a51f |
Fix the handling of MESSAGE_METHOD_UNKNOWN, MESSAGE_PARAMETER_COUNT_MISMATCH, |
2007-01-28 |
Ewan Mellor |
13720:58344c358aa0 |
Add task.allowed_operations field, and task.cancel message. The |
2007-01-28 |
Ewan Mellor |
13719:9521974ea1fa |
Made task.name_* read-only (these are set by Xend) and drop task.eta. |
2007-01-28 |
Ewan Mellor |
13718:207ee547b193 |
Make session.this_host and session.this_user ROrun -- they are implicitly set |
2007-01-28 |
Ewan Mellor |
13717:1e88f0b736b5 |
Added a VBD.bootable flag. |
2007-01-28 |
Ewan Mellor |
13716:4651595d9502 |
Fix interface_name() after change of definition for the vlan field. |
2007-01-28 |
Ewan Mellor |
13715:f40528773629 |
Document new error codes VLAN_TAG_INVALID and PIF_IS_PHYSICAL. |
2007-01-28 |
Ewan Mellor |
13714:5e1c7022d4ad |
Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitly |
2007-01-27 |
Ewan Mellor |
13713:ea3c75204555 |
Integrate the Xen-API doc into the build. |
2007-01-27 |
Ewan Mellor |
13712:965cdfff68b0 |
Minor tidy-up. |
2007-01-30 |
shand |
13711:6e3decbd3e56 |
[HVM] When guest explicitly modifies the TSC, update platform timers |
2007-01-29 |
Christian Limpach |
13710:5e3b47bcc311 |
[linux] Delay making the VCPUOP_initialise calls until the cpu is brought up |
2007-01-29 |
kfraser |
13709:effa38a30a5c |
Remove unused implementation of vsprintf(). |
2007-01-29 |
kfraser |
13708:e7ceed4ebcd9 |
Remove little-endian assumption from library code. |
2007-01-29 |
Tim Deegan |
13707:21d6135f522f |
Merge |
2007-01-29 |
Tim Deegan |
13706:99d36a153024 |
[HVM] Save/restore cleanups: don't save state for downed vcpus. |
2007-01-29 |
kfraser |
13705:44eb80f50725 |
Remove unused noth/hton endian conversion macros. |