age |
author |
revision |
description |
2005-11-21 |
emellor |
7996:11a06dd44a8d |
Merged. |
2005-11-21 |
emellor |
7995:87b520c30cb2 |
As with xs.c, change the module interface to match the current Python/C |
2005-11-21 |
emellor |
7994:52f80621b889 |
Tidy use of module / package names. |
2005-11-21 |
emellor |
7993:f72da8799418 |
Remove many unnecessary uses of keyword arguments, to reduce complexity. |
2005-11-21 |
smh22 |
7992:eaec9512f618 |
Remove unnecessary assert. |
2005-11-21 |
emellor |
7991:976e53674e84 |
Merged. |
2005-11-21 |
emellor |
7990:fbd3f3cb6f65 |
Return the changed path as an argument to the watch callback. This is useful |
2005-11-21 |
kaf24 |
7989:52020caa244f |
Change semantics of gnttab_transfer to take the page away |
2005-11-21 |
emellor |
7988:e336e186e5f9 |
Merged. |
2005-11-21 |
emellor |
7987:c07d5bab4c2b |
Fix removal of use of scheduler, broken earlier today by mismerge. |
2005-11-21 |
emellor |
7986:27a2cb379c8f |
Merged. |
2005-11-21 |
emellor |
7985:dd50b17dc60f |
Changes check for "udev", so that it works on debian sid (that does not |
2005-11-20 |
emellor |
7984:44d96609ea71 |
Added document to collate information regarding distro-specific |
2005-11-20 |
dykman |
7983:83bc047bb346 |
1) "brctl show" has no parameters. |
2005-11-20 |
dan |
7982:1e3042a93904 |
First stab at a xend-config.sxp man page. |
2005-11-21 |
kaf24 |
7981:ff18a169e866 |
Update the memory_op() hypercall. Add two new subcommands, to |
2005-11-21 |
smh22 |
7980:bdab22f56efe |
Fix 'belt + braces' check in xc_linux_save and improve error handling |
2005-11-21 |
kaf24 |
7979:112a769787d2 |
Linux swiotlb now uses correct method for determining if any RAM |
2005-11-21 |
kaf24 |
7978:eaaee5f43c67 |
Mute error message on SMP resume if a secondary CPU is |
2005-11-21 |
emellor |
7977:340effeb64b5 |
Merged. |
2005-11-21 |
emellor |
7976:6738fd14cb58 |
Replace initialiser for readonly parameter in xshandle_init that should never |
2005-11-21 |
kaf24 |
7975:0add9fbe93ab |
Fix grant-table transfer implementation. Also fix transfer |
2005-11-21 |
emellor |
7974:675862d22347 |
Merged. |
2005-11-21 |
emellor |
7973:a0b0da36fda3 |
Removed, now unused. |
2005-11-21 |
emellor |
7972:64e43d615167 |
Append the new device config to our internal structure, in device_create. This |
2005-11-21 |
emellor |
7971:8fb11d28df0f |
Catch RuntimeError inside initDomain, for better handling of out-of-memory, etc. |
2005-11-21 |
emellor |
7970:c7a46ec8d4df |
Remove last remaining use of scheduler.py, so we can remove the whole module. |
2005-11-21 |
emellor |
7969:52a3c06be4f8 |
Downgrade debug message to level "trace". |
2005-11-21 |
emellor |
7968:d88b33abf533 |
Added another test. Fix the existing tests to close the written config file |
2005-11-21 |
emellor |
7967:4f7b4ca2e30c |
Added reset method to Opts so that create.parseCommandLine can be used more than |