age |
author |
revision |
description |
2006-10-20 |
kfraser |
12178:e3c70530cb28 |
[XEND] Remove lazy import of signal module. |
2006-11-01 |
Ewan Mellor |
12177:4441715c9a67 |
Import the Xend parts of xen-unstable changeset |
2006-10-20 |
Ewan Mellor |
12176:f3be4922cc8b |
Import the Xend portion of xen-unstable changeset |
2006-10-28 |
Ewan Mellor |
12175:cc6f0a3596fc |
Raise an exception if blkdev_name_to_number fails, to improve the error message. |
2006-10-05 |
kfraser |
12174:f9446aa6c786 |
[XM] Fix 'xm help' when called on a command-name prefix. |
2006-10-28 |
Ewan Mellor |
12173:07d3c36df515 |
[XEND] Fix pygrub when run server-side on a domain with blktap disks. |
2006-10-05 |
Ewan Mellor |
12172:21406b5bc520 |
Import the Xend portion of xen-unstable changeset 11704:a95dfbc8dca8ecddcb9be51d78f446b0fa461892. |
2006-10-04 |
kaf24 |
12171:81a80d86f77f |
[XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU. |
2006-10-03 |
Alastair Tse |
12170:8a0274d6eebc |
[XM] Fix rmlabel filename assignment |
2006-10-03 |
Alastair Tse |
12169:3cccc8697a13 |
[XM] Fix missing security check in block-attach |
2006-10-28 |
Ewan Mellor |
12168:faaa8256558b |
These are the proposed changes to XenD that adapt vTPM handling to the |
2006-10-28 |
Ewan Mellor |
12167:5bef3f695b55 |
uint64_t replaced with int64_t everywhere. |
2006-10-28 |
Ewan Mellor |
12166:819e93d30ce2 |
The structure fields should be exactly as documented, including case matching. |
2006-10-28 |
Ewan Mellor |
12165:b6dc7eecff33 |
Implement new VTPM model. |
2006-10-28 |
Ewan Mellor |
12164:4ea1097252a1 |
The get_by_name_label functions return a set, not a singleton, because names |
2006-10-28 |
Ewan Mellor |
12163:5cccc3ed0b1e |
Fix marshalling to and from record_opts. |
2006-10-28 |
Ewan Mellor |
12162:de00775e39da |
Fix freeing of records, when the given pointer is NULL. |
2006-10-28 |
Ewan Mellor |
12161:0db0c19d3386 |
Fix the handling of sets in the interface -- expecting a pointer to X to serve |
2006-10-28 |
Ewan Mellor |
12160:1697ee515e46 |
The on-wire names for the fields should be exactly as documented, including |
2006-10-28 |
Ewan Mellor |
12159:f884e94474ba |
Tidy. |
2006-10-28 |
Ewan Mellor |
12158:01b1cbe3fedc |
Tidy. |
2006-10-27 |
Ewan Mellor |
12157:6ea9cc7a95d3 |
Remove VTPM-related values, now obsolete. |
2006-10-26 |
Ewan Mellor |
12156:9a6d5e7b636f |
Remove the get_all method from most classes -- we'd like people to be able to |
2006-10-26 |
Ewan Mellor |
12155:9adcaf73fae2 |
Replace the datamodel graph eps with a dot file. |
2006-10-26 |
Ewan Mellor |
12154:d0d6f230f1d4 |
Fix VTPM bindings -- ints in the model are uint64_t at the C binding level. |
2006-10-26 |
Ewan Mellor |
12153:8f090c551b09 |
Implement new PIF-based network model, and match movement of I/O-statistics. |
2006-10-26 |
Ewan Mellor |
12152:de31d79add5e |
Implement VDI.resize message. |
2006-10-26 |
Ewan Mellor |
12151:4b0326c75c5b |
Implement HostCPU.{vendor,speed,modelname}. |
2006-10-26 |
Ewan Mellor |
12150:caf35cfcdda0 |
Implement new VMX feature flag. |
2006-10-26 |
Ewan Mellor |
12149:eeb7d71c0281 |
Added HostCPU.{vendor,speed,modelname}. |