age |
author |
revision |
description |
2006-10-28 |
Ewan Mellor |
12189:cc6f0a3596fc |
Raise an exception if blkdev_name_to_number fails, to improve the error message. |
2006-10-05 |
kfraser |
12188:f9446aa6c786 |
[XM] Fix 'xm help' when called on a command-name prefix. |
2006-10-28 |
Ewan Mellor |
12187:07d3c36df515 |
[XEND] Fix pygrub when run server-side on a domain with blktap disks. |
2006-10-05 |
Ewan Mellor |
12186:21406b5bc520 |
Import the Xend portion of xen-unstable changeset 11704:a95dfbc8dca8ecddcb9be51d78f446b0fa461892. |
2006-10-04 |
kaf24 |
12185:81a80d86f77f |
[XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU. |
2006-10-03 |
Alastair Tse |
12184:8a0274d6eebc |
[XM] Fix rmlabel filename assignment |
2006-10-03 |
Alastair Tse |
12183:3cccc8697a13 |
[XM] Fix missing security check in block-attach |
2006-10-28 |
Ewan Mellor |
12182:faaa8256558b |
These are the proposed changes to XenD that adapt vTPM handling to the |
2006-10-28 |
Ewan Mellor |
12181:5bef3f695b55 |
uint64_t replaced with int64_t everywhere. |
2006-10-28 |
Ewan Mellor |
12180:819e93d30ce2 |
The structure fields should be exactly as documented, including case matching. |
2006-10-28 |
Ewan Mellor |
12179:b6dc7eecff33 |
Implement new VTPM model. |
2006-10-28 |
Ewan Mellor |
12178:4ea1097252a1 |
The get_by_name_label functions return a set, not a singleton, because names |
2006-10-28 |
Ewan Mellor |
12177:5cccc3ed0b1e |
Fix marshalling to and from record_opts. |
2006-10-28 |
Ewan Mellor |
12176:de00775e39da |
Fix freeing of records, when the given pointer is NULL. |
2006-10-28 |
Ewan Mellor |
12175:0db0c19d3386 |
Fix the handling of sets in the interface -- expecting a pointer to X to serve |
2006-10-28 |
Ewan Mellor |
12174:1697ee515e46 |
The on-wire names for the fields should be exactly as documented, including |
2006-10-28 |
Ewan Mellor |
12173:f884e94474ba |
Tidy. |
2006-10-28 |
Ewan Mellor |
12172:01b1cbe3fedc |
Tidy. |
2006-10-27 |
Ewan Mellor |
12171:6ea9cc7a95d3 |
Remove VTPM-related values, now obsolete. |
2006-10-26 |
Ewan Mellor |
12170:9a6d5e7b636f |
Remove the get_all method from most classes -- we'd like people to be able to |
2006-10-26 |
Ewan Mellor |
12169:9adcaf73fae2 |
Replace the datamodel graph eps with a dot file. |
2006-10-26 |
Ewan Mellor |
12168:d0d6f230f1d4 |
Fix VTPM bindings -- ints in the model are uint64_t at the C binding level. |
2006-10-26 |
Ewan Mellor |
12167:8f090c551b09 |
Implement new PIF-based network model, and match movement of I/O-statistics. |
2006-10-26 |
Ewan Mellor |
12166:de31d79add5e |
Implement VDI.resize message. |
2006-10-26 |
Ewan Mellor |
12165:4b0326c75c5b |
Implement HostCPU.{vendor,speed,modelname}. |
2006-10-26 |
Ewan Mellor |
12164:caf35cfcdda0 |
Implement new VMX feature flag. |
2006-10-26 |
Ewan Mellor |
12163:eeb7d71c0281 |
Added HostCPU.{vendor,speed,modelname}. |
2006-10-26 |
Ewan Mellor |
12162:ea32c4e70a8b |
Added VMX feature flag. |
2006-10-26 |
Ewan Mellor |
12161:cdd926419883 |
New PIF class. |
2006-10-26 |
Ewan Mellor |
12160:84fe4d413d59 |
Remove get_record_internal -- it's not needed at the binding level. |
2006-10-26 |
Ewan Mellor |
12159:ab69ecc1d172 |
Rename VTPM.type to VTPM.driver, to match the libxen bindings. |
2006-10-26 |
Ewan Mellor |
12158:d94dec09558a |
Fix network model by moving Network.NIC and Network.VLAN onto a new PIF class. |
2006-10-26 |
Ewan Mellor |
12157:d1b8acfaf9be |
Rename get_by_label to get_by_name_label everywhere -- this was always the |
2006-10-26 |
Ewan Mellor |
12156:5cd2a642eff6 |
Added VDI.resize method. |
2006-10-26 |
Ewan Mellor |
12155:3ca584553972 |
Make all Ref Sets DynamicRO -- they are implied by the existence of an instance |
2006-10-25 |
Ewan Mellor |
12154:2ec35abfd9a2 |
Datamodel changes adding some basic vTPM extensions to the API that |
2006-10-25 |
Ewan Mellor |
12153:0bf7d37bcfdb |
Fix preamble -- get_by_short_name is now called get_by_name_label. |
2006-10-25 |
Ewan Mellor |
12152:a2d6e4a53e7a |
Import Xen Management API Draft, 0.4.3, from |
2006-10-25 |
Ewan Mellor |
12151:3d4a027bd04b |
C bindings adding some basic vTPM extensions to the API that |
2006-10-25 |
Ewan Mellor |
12150:6e78bed60b85 |
The session class has a lower-case S -- fix the C bindings to match. |
2006-10-27 |
Alastair Tse |
12149:b87603c00fee |
Some updates to the README fixing the kernel.hvm devices config |
2006-10-27 |
Alastair Tse |
12148:57f59959aa80 |
[XEND] Fix some missing variables in XendDomain caught by pylint. |
2006-10-27 |
Alastair Tse |
12147:808f5aa6dbb0 |
[XEND] Fix missing SR references in XendAPI |
2006-10-26 |
Alastair Tse |
12146:f7f8f0038920 |
A survey of all the supported configuration options in Xend and also |
2006-10-26 |
Alastair Tse |
12145:df5431b2b519 |
[XEND] Add more API implementations, add sched_id_get to xc. |
2006-11-01 |
Ewan Mellor |
12144:1f790f5fcdbb |
Import 83:b569bb25a8f08a15381b022ee143d7f205976604 from xen-api.hg, minus the |
2006-10-20 |
Alastair Tse |
12143:336fd2e8745b |
[XENAPI] Add shell option for xapi.py so it can remember sessions. |
2006-10-20 |
Alastair Tse |
12142:73cd81de36ea |
[XEND] Fix KB allocation in XendStorageRepository |
2006-10-19 |
Alastair Tse |
12141:7ae6323db2f8 |
[XEND] Remove mistake of not checking xenstore's name entry for Dom0 |
2006-10-19 |
Alastair Tse |
12140:f0c7f258c19e |
[XEND] Add some docstrings about XendAuthSessions |
2006-10-19 |
Alastair Tse |
12139:f895b7c94f10 |
[XM] Fix TypeError in exception handler if there is no res_label. |
2006-10-19 |
Alastair Tse |
12138:6173a6f5de2b |
[XEND] Switch to PAM authentication for login sessions |
2006-10-18 |
kfraser |
12137:e295ad19deed |
[ACM] Fix the resource representations in the resource_label |
2006-10-19 |
Alastair Tse |
12136:0a1a5b2072a3 |
[SOLARIS] Xen daemons are managed separately, so we need a way to start |
2006-10-19 |
Alastair Tse |
12135:2732e3f94e2e |
[SOLARIS] The hotplug scripts live in a different place on Solaris. |
2006-10-19 |
Alastair Tse |
12134:6a4ac637d8db |
[SOLARIS] The hotplug scripts live in a different place on Solaris. |