age |
author |
revision |
description |
2005-08-11 |
kaf24 |
6100:bf98996dded2 |
Separate out VMCS host state initialization from the rest |
2005-08-11 |
kaf24 |
6099:d1034eae9708 |
Improved error reporting on vmlaunch/vmresume failure. |
2005-08-11 |
kaf24 |
6098:c9bbfb42ba84 |
Fix config file parsing for VMX domains. |
2005-08-11 |
kaf24 |
6097:a5994e258f77 |
This patch addresses Rustys' [1]suggestions. Most visibly: |
2005-08-11 |
kaf24 |
6096:2f75dac09365 |
Fix handling of memory holes for Xen heap and domain 0 |
2005-08-11 |
kaf24 |
6095:9d0120a5aa45 |
Clean up event-channel notification code in Xen. |
2005-08-11 |
kaf24 |
6094:37ac3cf33506 |
Fix where "!" operator used in Bitwise operation. |
2005-08-11 |
kaf24 |
6093:10b395bc465e |
More time fixes. Now time is set properly in domU's, and |
2005-08-11 |
twilkie |
6092:0761551e993a |
Added support for abbreviated xm sub commands |
2005-08-11 |
kaf24 |
6091:a64ac7fafbf0 |
PAE page directories must be below 4GB. Based on a patch |
2005-08-11 |
kaf24 |
6090:d95ea17567c6 |
The following patch provides x86_64 SMP support for xen linux. Many, |
2005-08-11 |
kaf24 |
6089:c66cac10524a |
Since Xend doesn't use twisted anymore, remove the references from the |
2005-08-11 |
kaf24 |
6088:464c521c6f0e |
Remove qemu-vgaram-bin. It's not used any more. |
2005-08-11 |
kaf24 |
6087:3229cda2d6f1 |
The attached patch fixes the xm list command, which very |
2005-08-10 |
cl349 |
6086:2caa8e1e2111 |
merge? |
2005-08-10 |
cl349 |
6085:a5c488cd3627 |
merge? |
2005-08-10 |
cl349 |
6084:3d470e8d41f0 |
Make xenconsole more friendly when invoked directly. |
2005-08-10 |
iap10 |
6083:c7b1c9b5e024 |
Enable reiserfs in x86_64 domU kernel |
2005-08-10 |
iap10 |
6082:14aa0818c1ca |
Install libxenstore in /usr/lib64 for 64 bit builds |
2005-08-10 |
kaf24 |
6081:662c9d34b3c7 |
Small time fixes. |
2005-08-10 |
kaf24 |
6080:49671266459c |
Fix wallclock initialisation in domain0. |
2005-08-10 |
kaf24 |
6079:4fa90e2a3257 |
Fix domain0 builder for PAE. |
2005-08-10 |
kaf24 |
6078:839d3ac75da3 |
Fix 64-bit __get_user() on 32-bit x86. Needed for PAE. |
2005-08-10 |
kaf24 |
6077:5dae4ecedb0c |
Fix stupid typo in previous checkin (stopped time.c |
2005-08-10 |
kaf24 |
6076:7c9513a80026 |
Fix time handling on x86/64. |
2005-08-10 |
twilkie |
6075:50e57636bdd8 |
Fix simple index error in error handling. Now reports correct domain name in error message. |
2005-08-10 |
kaf24 |
6074:d74e320900fd |
merge |
2005-08-10 |
kaf24 |
6073:e87001315978 |
dma_map_single can't sleep since it may be called with locks held, or |
2005-08-10 |
cl349 |
6072:66e6479d9ab8 |
merge? |
2005-08-10 |
cl349 |
6071:ee68821f4e9c |
Make xen daemon startup more robust. |
2005-08-10 |
kaf24 |
6070:878ba6d3954e |
Add padding to allocation bitmap. Should fix page fault |
2005-08-10 |
kaf24 |
6069:d77208361929 |
The following patch adds cramfs support to domU kernels so cramfs based |
2005-08-10 |
cl349 |
6068:66b81b6c096c |
Initialize the xenstore MFN for VMX domains |
2005-08-09 |
cl349 |
6067:5a683386dc58 |
merge? |
2005-08-09 |
cl349 |
6066:389e76fbfdbd |
Do not suppress errors on writes outside transactions. |
2005-08-09 |
kaf24 |
6065:38c7c25b3cb9 |
Directly including ../tools breaks building in separate object tree, |
2005-08-09 |
kaf24 |
6064:f40c6650152e |
Add missing LGPL license notice to python sources |
2005-08-09 |
kaf24 |
6063:95d2bbf6a273 |
PAE PMDs must be made writable before freeing. |
2005-08-09 |
kaf24 |
6062:356b14d5ffc8 |
merge |
2005-08-09 |
kaf24 |
6061:2379e795ca69 |
merge |
2005-08-09 |
kaf24 |
6060:f01ba22e044c |
When building in separate object directory entry.o fails building |
2005-08-09 |
twilkie |
6059:12deebfb7f87 |
Updates to SV. New look. Removed and simplified lots of files. |
2005-08-09 |
cl349 |
6058:4125b9fea242 |
merge? |
2005-08-09 |
cl349 |
6057:3cd4f2c38aaf |
The following patch is a major restructuring of main.py to be more straight forward, and remove as much code as possible. |
2005-08-09 |
kaf24 |
6056:a1f7e01b0990 |
Fixes for x86/64 writable pagetables, including SMP |
2005-08-09 |
cl349 |
6055:663f0fb1e444 |
Restore suspend/resume calls for the control interface on suspend/resume. |
2005-08-09 |
cl349 |
6054:6915b98bb384 |
Don't expose xenstore daemon-only permission bits through python bindings. |
2005-08-08 |
kaf24 |
6053:0229efe8ffe4 |
Simple fix to getdomaininfo cpu_time calculation for |
2005-08-08 |
kaf24 |
6052:08bc755fe796 |
Fix page_to_phys() macro as suggested by Gerd. |
2005-08-08 |
kaf24 |
6051:dcb2b7a1c621 |
That one is obviously needed to make pae xen-linux work with |
2005-08-08 |
kaf24 |
6050:f586b9ecd474 |
Fix x86/64 xenlinux build. Remove stupid patch. |
2005-08-08 |
kaf24 |
6049:d4e19aca1f72 |
Fix signedness issue in xenlinux timer interrupt handler. |
2005-08-08 |
kaf24 |
6048:2360c4d7bb2f |
Really fix the x86/64 build. Get rid of push/pop from |
2005-08-08 |
kaf24 |
6047:7d84bc707736 |
Fix the x86/64 build. |
2005-08-08 |
kaf24 |
6046:61af128313c8 |
Remove dead file. |
2005-08-08 |
kaf24 |
6045:704e6cc4a684 |
Remove dead files. |
2005-08-08 |
kaf24 |
6044:6fc0b68b0a9c |
Fix both Xen and XenLinux to correctly handle 64-bit |
2005-08-08 |
kaf24 |
6043:a9ee400a5da9 |
1) More testing: include tests which I forgot in previous patch, remove |
2005-08-08 |
kaf24 |
6042:b60643391488 |
Fix hw_resend_irq() -- IRQ_PENDING must be propagated back |
2005-08-08 |
kaf24 |
6041:41ceeb6828b5 |
The attached patch adds -Werror to HOSTCFLAGS in Config.mk, makes |