age |
author |
revision |
description |
2005-12-01 |
vhanquez |
8168:6b18f820f6a7 |
Prevent BVT scheduler to be set with a too low ctx_allow by applying |
2005-12-01 |
kaf24 |
8167:f5b119533cc8 |
Define explicit evtchn_port_t type (32 bits) and plumb up |
2005-12-01 |
vhanquez |
8166:d84ffe8f32ae |
fix the console when only XEN_PHYSDEV_ACCESS is Yes. |
2005-12-01 |
smh22 |
8165:dab434c9349c |
Fix migrate. |
2005-12-01 |
kaf24 |
8164:c55ac1858bbc |
Move net split driver onto ring.h generic rings. |
2005-12-01 |
kaf24 |
8163:310746cf9f27 |
ptsname() is applied to the master fd, not the slave fd. |
2005-12-01 |
emellor |
8162:5358eceec5ea |
Merged. |
2005-12-01 |
emellor |
8161:e0d01dd6c4ca |
Move the dom0 ballooning-out code from the xm create handler and into the |
2005-12-01 |
emellor |
8160:2e3051c01757 |
Remove /local when xenstored starts. This stops stale data affecting the |
2005-12-01 |
emellor |
8159:fbbb8a2a6013 |
Work around the fact that the physinfo dom0 call is not implemented for IA64. |
2005-12-01 |
emellor |
8158:e6d64c356d63 |
Added a pages_to_kib function, which converts a page count into a number of |
2005-12-01 |
emellor |
8157:57acbaf6dd29 |
Merged. |
2005-12-01 |
stekloff |
8156:572752a4ed8b |
Remove config.py, it's autogenerated from config.py.in |
2005-11-30 |
rread |
8155:9ff0a75fc3f7 |
Match rename of free_pages field to free_memory |
2005-12-01 |
emellor |
8154:6bc8ceab6dff |
Merged. |
2005-11-30 |
dan |
8153:bd250c4a86cb |
Some tweaks to the restore and migrate tests to expose the consoles of the |
2005-11-30 |
dan |
8152:989896f3bc45 |
Remove useless test 05_create_noroot_noram |
2005-11-30 |
dan |
8151:f4c57a520424 |
Enable console debug dumping so that we submit the oops generated by |
2005-12-01 |
iap10 |
8150:06c3b8e194d7 |
Add a new /proc/xen file called 'capabilities'. Currently, when read in dom0 it will return 'control_d', and be empty when read in a guest. This provides a convenient way to allow the root user to detect whether they're running in a guest or dom0, and e.g. gate whether to start xend. In future, when we add more fine grained capabilities we will add other details into this file. |
2005-12-01 |
iap10 |
8149:82f61375cd74 |
Improve the tls warning message to mention that the best soloution is to install a 'xen-friendly' glibc. |
2005-11-30 |
emellor |
8148:28ce48573771 |
Merged. |
2005-11-30 |
emellor |
8147:6a2acc1cc505 |
Added xm rename command. Improve the argument checking and error reporting. |
2005-11-30 |
emellor |
8146:7c90df7df37e |
Miscellaneous tidying up, no semantic changes. |
2005-11-30 |
emellor |
8145:b7790c2874c4 |
Fix test following uuid format change in changeset 8089. |
2005-11-30 |
emellor |
8144:5dd8073a4f16 |
Move the relocate.setupRelocation code into XendDomain, removing the mutual |
2005-11-30 |
emellor |
8143:a12ec604308f |
Match rename of xm info field from memory to total_memory. |
2005-11-30 |
emellor |
8142:b21b476f5cb7 |
Fix the reporting when this test fails (the eyecatcher variables would not be |
2005-11-30 |
emellor |
8141:69df979de1a7 |
Don't refuse to clean up after a domain death when the buffer is not empty. If |
2005-11-30 |
emellor |
8140:e33f8d664e2d |
Move the translation from pages to MiB out of XendNode and into the xc layer. |
2005-11-30 |
emellor |
8139:341c56e34b0d |
Cope with longs being passed to xstransact.write. |
2005-11-30 |
emellor |
8138:7acd50d945d7 |
Added the errno to the messages printed with the ERR macro. Tidy the use of |
2005-11-30 |
kaf24 |
8137:58d46463413e |
GNTTABOP_map_grant_ref returns error status and handle as |
2005-11-30 |
kaf24 |
8136:ff95b53bd39a |
Public interface cleanups. Widen some fields in public |
2005-11-30 |
kaf24 |
8135:37c09b20a896 |
Remove some vmx header files from Xen public interfaces. |
2005-11-30 |
kaf24 |
8134:590915af8117 |
Fix serial pty creation in qemu-dm. Set raw attributes to |
2005-11-30 |
kaf24 |
8133:73d19afe543c |
We need to do sync when mov_to_cr3 to a value already shadowed. |
2005-11-30 |
kaf24 |
8132:b6dfdbeb2780 |
Add ATA-over-Ethernet as a module to the default 32-bit -xen config |
2005-11-30 |
kaf24 |
8131:72f79d68e86c |
domain_pause duplicates the code from vcpu_pause. Eliminate the |
2005-11-30 |
kaf24 |
8130:3399f4b9396a |
Removes the carriage returns from some of the vtpm |
2005-11-30 |
kaf24 |
8129:d963256dc3e0 |
writable_pl1e in shadow mode is a machine address, so |
2005-11-29 |
smh22 |
8128:ccf76e51e7e6 |
Disable some over-zealous sanity checking for now (can cause major problems |
2005-11-29 |
smh22 |
8127:4268d0ecdde7 |
Fix typo. |
2005-11-29 |
emellor |
8126:8a00d9af3291 |
Tidy and comment use of canonicalise_mode, et al. |
2005-11-29 |
emellor |
8125:74fa88cf3dc7 |
Merged. |
2005-11-29 |
emellor |
8124:b1940475284f |
Increase device timeout to 10 seconds, as restarting a DHCP server takes a few |
2005-11-29 |
emellor |
8123:d1abced7ab7c |
Support facilities for the new DHCP support. |
2005-11-29 |
emellor |
8122:28331cd6d43a |
Added trap for ERR, to get better response from the scripts when they are really |
2005-11-29 |
emellor |
8121:e67cfb40411d |
Replace grep >&/dev/null with grep -q. |
2005-11-29 |
emellor |
8120:e47e953c9e10 |
Added DHCP server support, configured by a dhcp=yes parameter. This will write |
2005-11-29 |
smh22 |
8119:92469b92f768 |
Avoid audit code during live migrate on 32bit since it's not required. |
2005-11-29 |
smh22 |
8118:689315a7ff80 |
Tidy up audit code for PAE plus avoid its use during live migrate where |
2005-11-29 |
smh22 |
8117:37b93f40eb0a |
Cleanup backend block device logic under save/restore; this should |
2005-11-29 |
kaf24 |
8116:450c562b76aa |
Remove shadow32 dead code (it's never built for other than |
2005-11-29 |
kaf24 |
8115:d0ca851445e2 |
Fix vmx guest issue of allowing accessing supervisor page |
2005-11-29 |
kaf24 |
8114:a1e99c0104cb |
Small fix for shadow mode: fix a p.t. limit check. |
2005-11-29 |
kaf24 |
8113:3a54c21b65de |
Clean up a previous qemu workaround where we use |
2005-11-29 |
kaf24 |
8112:3c687c6905e7 |
Fix a race condition for multi-thread qemu dma, where vmx linux guests |
2005-11-29 |
pl |
8111:ec370b3d2df3 |
Fix minor traceback in xen-bugtool when send fails |
2005-11-28 |
rread |
8110:880b02c04656 |
The device sharing check races when more than one file backed vbd is |
2005-11-28 |
rread |
8109:444b968a3e09 |
Make psmouse module builtin. |