age |
author |
revision |
description |
2005-11-23 |
kaf24 |
8003:17b98e15bf78 |
Fix __gpfn_to_mfn() to work correctly when not executed |
2005-11-23 |
kaf24 |
8002:cd6a8d73f529 |
Clean up use of get_pfn_from_mfn(). |
2005-11-23 |
kaf24 |
8001:944cf29d126d |
Move arch-specific portions of grant-table implementation |
2005-11-23 |
sos22 |
8000:6d9ea03c1baa |
Merge. |
2005-11-23 |
sos22 |
7999:9cc161c08b59 |
Merge. |
2005-11-23 |
sos22 |
7998:52bddfb334ae |
Make sure that accesses to the machine_to_phys table all go through |
2005-11-23 |
root |
7997:1d754a4ad350 |
xm-test: add tests for network-attach command |
2005-11-23 |
dan |
7996:092ac41ec8bd |
Add tests for bug #331 |
2005-11-23 |
dan |
7995:4b8599f53bb4 |
Make 04_memset_smallmem differentiate between console run-away and console |
2005-11-23 |
emellor |
7994:6ab21a197549 |
Fix to xm create --help from Ken Grant. |
2005-11-23 |
kaf24 |
7993:6c252ba7a639 |
BUG_ON test for xmalloc alignment should not be excluded |
2005-11-23 |
kaf24 |
7992:be41d7631c2f |
Intel systems with more than 8 CPUs require that the APIC is configured |
2005-11-23 |
kaf24 |
7991:b6ebabe4658a |
Add -Wdeclaration-after-statement to CFLAGS only if the |
2005-11-22 |
smh22 |
7990:393256b2ead0 |
Avoid GPF when attempting to save / restore 64bit guests. More thought |
2005-11-22 |
kaf24 |
7989:c7508abc5b6b |
Add -Wdeclaration-after-statement to Xen and tools build. |
2005-11-22 |
smh22 |
7988:f7bee3cb1bf1 |
Tidy up debugging output. |
2005-11-22 |
smh22 |
7987:72a1421dcf1b |
Better handle page type info becoming incoherent during live migrate. |
2005-11-22 |
emellor |
7986:bc1bfdb35f29 |
Merged. |
2005-11-22 |
emellor |
7985:602aefe7bd48 |
Make it possible to run valgrind on code linked with the libxc libraries. |
2005-11-22 |
kaf24 |
7984:dede6fb4c90e |
When a foreign page is mapped via a grant reference, it |
2005-11-22 |
kaf24 |
7983:13b2e5c94595 |
Ignore live flag on PAE/64-bit migrations, rather than |
2005-11-22 |
kaf24 |
7982:060a6634d9ec |
SHADOW_CONTROL_OP_OFF should be checkign whether shadow mode |
2005-11-22 |
kaf24 |
7981:faf5c318f9b0 |
Fix the zombie domain when destroying 2.6 linux vmx guest. |
2005-11-21 |
rread |
7980:f8af1ac29ecb |
Build the USB boot keyboard and mouse drivers as modules, so the real |
2005-11-21 |
smh22 |
7979:f612aec588e2 |
Fix syntax error. |
2005-11-21 |
emellor |
7978:c1c8da6f2afe |
Merged. |
2005-11-21 |
emellor |
7977:f546d8697b0e |
Misc fixes for breakage when moving to new Python/C interface style. |
2005-11-21 |
kgrant |
7976:b2364dc83d1f |
use help in create.py for "xm help create" |
2005-11-21 |
xenrtd |
7975:14886c68f254 |
Catch parsing errors in xm create. |
2005-11-21 |
emellor |
7974:11a06dd44a8d |
Merged. |
2005-11-21 |
emellor |
7973:87b520c30cb2 |
As with xs.c, change the module interface to match the current Python/C |
2005-11-21 |
emellor |
7972:52f80621b889 |
Tidy use of module / package names. |
2005-11-21 |
emellor |
7971:f72da8799418 |
Remove many unnecessary uses of keyword arguments, to reduce complexity. |
2005-11-21 |
smh22 |
7970:eaec9512f618 |
Remove unnecessary assert. |
2005-11-21 |
emellor |
7969:976e53674e84 |
Merged. |
2005-11-21 |
emellor |
7968:fbd3f3cb6f65 |
Return the changed path as an argument to the watch callback. This is useful |
2005-11-21 |
kaf24 |
7967:52020caa244f |
Change semantics of gnttab_transfer to take the page away |
2005-11-21 |
emellor |
7966:e336e186e5f9 |
Merged. |
2005-11-21 |
emellor |
7965:c07d5bab4c2b |
Fix removal of use of scheduler, broken earlier today by mismerge. |
2005-11-21 |
emellor |
7964:27a2cb379c8f |
Merged. |
2005-11-21 |
emellor |
7963:dd50b17dc60f |
Changes check for "udev", so that it works on debian sid (that does not |
2005-11-20 |
emellor |
7962:44d96609ea71 |
Added document to collate information regarding distro-specific |
2005-11-20 |
dykman |
7961:83bc047bb346 |
1) "brctl show" has no parameters. |
2005-11-20 |
dan |
7960:1e3042a93904 |
First stab at a xend-config.sxp man page. |
2005-11-21 |
kaf24 |
7959:ff18a169e866 |
Update the memory_op() hypercall. Add two new subcommands, to |
2005-11-21 |
smh22 |
7958:bdab22f56efe |
Fix 'belt + braces' check in xc_linux_save and improve error handling |
2005-11-21 |
kaf24 |
7957:112a769787d2 |
Linux swiotlb now uses correct method for determining if any RAM |
2005-11-21 |
kaf24 |
7956:eaaee5f43c67 |
Mute error message on SMP resume if a secondary CPU is |
2005-11-21 |
emellor |
7955:340effeb64b5 |
Merged. |
2005-11-21 |
emellor |
7954:6738fd14cb58 |
Replace initialiser for readonly parameter in xshandle_init that should never |
2005-11-21 |
kaf24 |
7953:0add9fbe93ab |
Fix grant-table transfer implementation. Also fix transfer |
2005-11-21 |
emellor |
7952:675862d22347 |
Merged. |
2005-11-21 |
emellor |
7951:a0b0da36fda3 |
Removed, now unused. |
2005-11-21 |
emellor |
7950:64e43d615167 |
Append the new device config to our internal structure, in device_create. This |
2005-11-21 |
emellor |
7949:8fb11d28df0f |
Catch RuntimeError inside initDomain, for better handling of out-of-memory, etc. |
2005-11-21 |
emellor |
7948:c7a46ec8d4df |
Remove last remaining use of scheduler.py, so we can remove the whole module. |
2005-11-21 |
emellor |
7947:52a3c06be4f8 |
Downgrade debug message to level "trace". |
2005-11-21 |
emellor |
7946:d88b33abf533 |
Added another test. Fix the existing tests to close the written config file |
2005-11-21 |
emellor |
7945:4f7b4ca2e30c |
Added reset method to Opts so that create.parseCommandLine can be used more than |
2005-11-21 |
emellor |
7944:508bc376c1dd |
Remove whole piles of cruft from the connection layer. The only thing that was |