age |
author |
revision |
description |
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. |
2005-11-28 |
kaf24 |
8108:36ab34f1c31e |
Bundle vcpu_time and vcpu_info structures together into a single |
2005-11-28 |
dan |
8107:85eef527ba74 |
Fix isConsoleDead() to actually run a command on the DomU, since a dead |
2005-11-28 |
emellor |
8106:243265ade404 |
Merged. |
2005-11-28 |
emellor |
8105:7638cf95b63c |
Change uuid string format to match that outputted by Xen. |
2005-11-28 |
emellor |
8104:d8786656ebab |
Use StringIO to simplify string_iterator here. Altered the up-front |
2005-11-28 |
emellor |
8103:d5368f7fda5d |
Added README.xen-bugtool. |
2005-11-28 |
cl349 |
8102:82e48750542c |
Move mk-symlinks target into tools/Rules.mk. |
2005-11-28 |
kaf24 |
8101:a90691f5207c |
Hardcode many cpu features for x86/64 -- we know 64-bit |
2005-11-28 |
kaf24 |
8100:5ea875b72e0a |
In alloc_vcpu_struct, after doing a memset on the new allocated vcpu, we |
2005-11-28 |
kaf24 |
8099:66e16c4685f5 |
Remove bogus extra unmap_domain_page() call in |
2005-11-28 |
Michael Fetterman |
8098:b3f8d3158a1c |
merge |
2005-11-28 |
Michael Fetterman |
8097:7363637e2721 |
merge |
2005-11-28 |
Michael Fetterman |
8096:48aaa39eaa7e |
minor printf and log message rework in the shadow code. |
2005-11-28 |
Michael Fetterman |
8095:9971d8d1f631 |
Allow __gpfn_to_mfn() to automatically deal with translated domains != current. |
2005-11-23 |
Michael Fetterman |
8094:af3e4a594e4c |
Fix regexp in install scripts so it works with sed. |
2005-11-23 |
Michael Fetterman |
8093:f61b8d362fc4 |
Avoid ccache and distcc for x86-64 compilation of ia32/syscall32.c |
2005-11-28 |
kaf24 |
8092:367b9ca30e88 |
arch/xen/kernel/fixup.c -> arch/xen/i386/kernel/fixup.c |
2005-11-28 |
kaf24 |
8091:2eb868d02f0f |
Simplify boot_vcpu() implementation. |
2005-11-28 |
emellor |
8090:a20a9ec0e510 |
Change uses of \s within sed regexps -- some versions of sed do not support this |
2005-11-28 |
emellor |
8089:c5ee3b6f25b3 |
Added xen-bugtool, an application that collects various system logs and can |
2005-11-27 |
emellor |
8088:eb1169f92d81 |
Set a console limit, in order to detect runaways. |
2005-11-27 |
emellor |
8087:9964f27fd80b |
Fix console handling; saveLog call was broken if ConsoleError occurred. |
2005-11-27 |
emellor |
8086:85a1a57320a6 |
Remove keyword from call to xc.domain_setmaxmem; keyword support for this call |
2005-11-27 |
emellor |
8085:f37f1c9ec2ec |
Merged. |
2005-11-27 |
emellor |
8084:b67f9f21fd9c |
Change the console handling, to remove the loop and timeout if a console fails |
2005-11-27 |
emellor |
8083:4195392fba06 |
Use the getId method to tidy up simple call to domid. |
2005-11-27 |
emellor |
8082:86a2e2645e40 |
Remove looping from handling of xm domid. This command should now work first |
2005-11-27 |
emellor |
8081:4f12ed3342dc |
Mark 03_network_attach_detach as XFAIL. There are known bugs in the network |
2005-11-27 |
emellor |
8080:ea2875ca5a66 |
Restore 05_create_noroot, as this test now seems to work, and remove |
2005-11-27 |
emellor |
8079:2c54b2f0a676 |
Remove some Makefile cruft. |
2005-11-27 |
emellor |
8078:c08cfaf353c6 |
Added device-sharing checks for loopback-mounted files. The existing |
2005-11-27 |
emellor |
8077:cfcf9212a90b |
Renable FAIL call that was disabled back when block-attach did not work. |
2005-11-26 |
emellor |
8076:895a9ca1b0a6 |
Write the error message and the hotplug-status=busy in the same transaction, to |
2005-11-26 |
smh22 |
8075:bf09a8db5bb4 |
Fix formatting. |
2005-11-26 |
smh22 |
8074:486f4c9e1c22 |
Fix save/restore and migrate on x86_64. |
2005-11-26 |
kaf24 |
8073:001ba14fbb1b |
More cleanups to the pmd-shared patch. |
2005-11-26 |
kaf24 |
8072:b05e1c4bc31b |
Clean the arch_memory_op() for-loop header. |
2005-11-26 |
smh22 |
8071:5d95ab80f290 |
Fix x86_64 build. |
2005-11-26 |
emellor |
8070:b9181b1c576f |
Merged. |
2005-11-26 |
emellor |
8069:3c21a174e8fc |
Fix the unpause_basic test. The console will appear to have failed, given the |
2005-11-26 |
emellor |
8068:9981fa5ba62b |
Fix the 06_block-list_checkremove test. The use of string.find was invalid |
2005-11-26 |
emellor |
8067:f710753a4026 |
Added a comment. |
2005-11-25 |
emellor |
8066:43e25c2653ee |
Also, make a small tweak to the 12_block_attach test so that we don't leave |
2005-11-25 |
emellor |
8065:8c3ed250366c |
Check when using physical devices that the device is not already in use. Using |
2005-11-25 |
emellor |
8064:701ec436d5ad |
Only write a success node when coming online, not going offline. Delete the |
2005-11-25 |
emellor |
8063:801c6363501b |
Only write a success node when coming online, not going offline. |
2005-11-25 |
emellor |
8062:3c01d53e383d |
Don't issue the iptables diagnostic when removing entries. Depending upon your |
2005-11-25 |
emellor |
8061:4f25a6b49445 |
Match rename of parameters to match the corresponding hotplug events. This |
2005-11-25 |
emellor |
8060:84cf3d018bea |
Fix handling of devid_end when devid is an integer, but not present as a device. |