age |
author |
revision |
description |
2005-10-03 |
emellor |
7176:d79ab87e27b8 |
Cope with missing configuration information inside the configuration method. |
2005-10-03 |
emellor |
7175:fc97109eb28e |
Remove the reason code from the destroy action -- the reason is only of value |
2005-10-03 |
emellor |
7174:5db9a237f8ce |
Move the import for XendError, and use a bare import, not a from...import. |
2005-10-04 |
emellor |
7173:96cc6aa196b6 |
Merged. |
2005-10-04 |
emellor |
7172:9c6b39746b78 |
Fix localhost live migration. We were overvigorously wiping out the store |
2005-10-04 |
emellor |
7171:a6154af4fc43 |
Use the domain ID to refer to backends, not the UUID. This means that a new |
2005-10-04 |
kaf24 |
7170:549325dfa161 |
Export some more symbols. |
2005-10-04 |
emellor |
7169:625c75a223fe |
Cope with missing configuration information inside the configuration method. |
2005-10-04 |
emellor |
7168:7f42935cb4b0 |
Move the import for XendError, and use a bare import, not a from...import. |
2005-10-04 |
emellor |
7167:0e1838de9db8 |
Move XendDomainInfo.{create,recreate,parseConfig} to the top level of the |
2005-10-04 |
emellor |
7166:c70829a6edac |
Remove the reason code from the destroy action -- the reason is only of value |
2005-10-04 |
emellor |
7165:600f3d2b78d6 |
Remove the reason code from the destroy action -- the reason is only of value |
2005-10-04 |
emellor |
7164:e6e5f22d19f8 |
Remove the reason parameter from XendDomain.destroy -- it is useless. Accept |
2005-10-04 |
emellor |
7163:cc9988317416 |
Added method XendDomain.privilegedDomain and use that inside DevController to |
2005-10-03 |
jrb44 |
7162:716a0d177ffa |
Possible fix for the SEDF scheduler assertion problem. |
2005-10-03 |
kaf24 |
7161:85f92475b943 |
Create new vcpu_op() hypercall. Replaces old boot_vcpu() |
2005-10-03 |
kaf24 |
7160:dd87869f877c |
Allow adjustment of the size of TPM transfer buffers |
2005-10-03 |
kaf24 |
7159:a9dce0ffc901 |
x86/64 was using the plain i386 version of the microcode |
2005-10-03 |
kaf24 |
7158:bf6119a58655 |
Do not pickle vcpu state on save/restore. We can construct |
2005-10-03 |
kaf24 |
7157:f22fba673196 |
Dynamically allocate mmu_update array in |
2005-10-02 |
emellor |
7156:bb03b43404bb |
The stopgap in changeset 7152:a73ab0ddf990 was broken -- revert the change to |
2005-10-02 |
vh249 |
7155:5fbc42383481 |
remove useless ptep_establish_new function (called set_pte_at now) |
2005-10-02 |
emellor |
7154:d443f03f8be0 |
Merged. |
2005-10-02 |
emellor |
7153:70d5bfbf23d4 |
Move XendVnet from using DBMap etc to using xstransact. This is the last |
2005-10-02 |
emellor |
7152:a73ab0ddf990 |
Call refresh in the domain_lookup and domain_lookup_by_name methods. This |
2005-10-02 |
emellor |
7151:486f1c3e7805 |
Fix call to XendCheckpoint.restore, since that method no longer needs a |
2005-09-30 |
kaf24 |
7150:9d047fb99e38 |
Also send xenbus notifications using evtchn as handle. It's |
2005-09-30 |
kaf24 |
7149:78e1e94e4088 |
xencons must notify via evtchn. It can't use the irq as the |
2005-09-30 |
emellor |
7148:9918d8c3e116 |
Merge. |
2005-09-30 |
emellor |
7147:244f1aa98d30 |
Add the config file parsing for the on_{poweroff,reboot,crash} options, so that |