age |
author |
revision |
description |
2005-09-23 |
emellor |
7047:1f948a831fdc |
Neaten the configuration parsing code. Add a self parameter to |
2005-09-23 |
emellor |
7046:b2c9acd6fdfc |
Move ImageHandler.create call to initDomain, after the call to xc.domain_create. |
2005-09-23 |
emellor |
7045:5805b47583ba |
Remove unused XendDB.py. |
2005-09-23 |
emellor |
7044:0e2fdfe6b2bc |
Remove unused tempfile.py. Even if anyone were using it, they shouldn't be -- |
2005-09-23 |
emellor |
7043:64e3cab7ab9e |
Fix call with missing parameters. |
2005-09-23 |
kaf24 |
7042:7ff651a39cfc |
Restructure GNTTABOP_map_grant_ref. |
2005-09-23 |
kaf24 |
7041:352151393395 |
Make PAE defs in xg_private.h usable in both 32- and |
2005-09-23 |
emellor |
7040:10d6bda59ea4 |
Add check for speed (takes 33 minutes on my laptop, OUCH!) |
2005-09-23 |
Rusty Russell |
7039:76af1a1df67c |
Make xenstored use tdb, transactions can soft-fail (EAGAIN) |
2005-09-23 |
Rusty Russell |
7038:6aef7d1062bb |
Add check for speed (takes 33 minutes on my laptop, OUCH!) |
2005-09-23 |
kaf24 |
7037:8a757f283fb8 |
Add VGA acceleration support for cirrus logic device model |
2005-09-23 |
kaf24 |
7036:94c6fc048d8e |
Clean up xc_vmx_build(): |
2005-09-22 |
kaf24 |
7035:43edce5b75d6 |
Remove file from sparse tree. |
2005-09-23 |
djm |
7034:eaedc6b4ec0f |
Doh! Cut-paste error of file copy in mkbuildtree-pre breaks build |
2005-09-23 |
djm |
7033:450b1224a6ac |
Remove drivers/acpi/motherboard.c from sparse tree to match |
2005-09-23 |
djm |
7032:60928c906666 |
More getting xenlinux/ia64 to build with drivers from -sparse |
2005-09-23 |
djm |
7031:109a27c1c004 |
Another step towards building xenlinux/ia64 from -sparse |
2005-09-22 |
djm |
7030:7ddfb9a44972 |
Default CONFIG_XEN_PRIVILEGED_GUEST to y for now |
2005-09-22 |
djm |
7029:ecd6b2163193 |
First step toward building drivers/xen for ia64 out of sparse |
2005-09-22 |
djm |
7028:b6ee1d1cdc93 |
Minor drivers/xen changes and includes to support xenlinux/ia64 |
2005-09-22 |
djm |
7027:06d84bf87159 |
Merge latest xen-unstable into xen-ia64-unstable |
2005-09-22 |
emellor |
7026:2f83ff9f6bd2 |
Move variable initialisation out of import section. Remove obsolete save |
2005-09-22 |
emellor |
7025:40a0f049e344 |
Rename XendDomainInfo and DevController.getDomain to getDomid. |
2005-09-22 |
emellor |
7024:f5e33f4d0238 |
Move initDomain out of image.py and into XendDomainInfo. The only thing that |
2005-09-22 |
emellor |
7023:4be4126911dc |
Added diagnostic message when RuntimeError is raised inside XenStore.exists. |
2005-09-22 |
emellor |
7022:10759a44ce3b |
Merged. |
2005-09-22 |
emellor |
7021:eba5afe9aa37 |
A number of changes to get save-restore working again: |
2005-09-22 |
kaf24 |
7020:28db21fb7545 |
Fixes a vtpm timeout problem for slow machines. |
2005-09-22 |
kaf24 |
7019:932aa2b425e8 |
Netfront/back always use grant tables now. This cleans up a |
2005-09-22 |
kaf24 |
7018:ecc77b1c8612 |
Remove defunct usb split driver code. It will get replaced with |
2005-09-22 |
kaf24 |
7017:d7c794130ac5 |
Indentation cleanups in linux driver code. |
2005-09-22 |
emellor |
7016:4cff74aa6246 |
Merged? |
2005-09-22 |
emellor |
7015:7646b18d4b32 |
This patch adds a check in xend that prevents a user from trying to |
2005-09-22 |
emellor |
7014:0f71667deb52 |
VMX guest memory calculation in python code is corrupted by changeset |
2005-09-22 |
emellor |
7013:11cca45a9a79 |
this patch fixes the bug that when "cpu" is not set in config file, |
2005-09-22 |
kaf24 |
7012:8dbcf407a680 |
A more comprehensive fix for mapping shared-ring grant |
2005-09-22 |
kaf24 |
7011:52eb8504be71 |
This fixes the "make check" feature of xenstore to properly compile with |
2005-09-21 |
jbulpin |
7010:a32ee93b3b33 |
Trivial spelling mistake fix. |
2005-09-21 |
kaf24 |
7009:76f4c7ea7602 |
This patch fixes a bug where raise_softirq(SCHEDULE_SOFTIRQ) is called |
2005-09-21 |
kaf24 |
7008:f71bb61e0500 |
Fix mapping of shared ring pages into backend drivers. |
2005-09-21 |
emellor |
7007:55fc0ecc19c3 |
Merge. |
2005-09-21 |
emellor |
7006:9647be59212d |
Split the configuration file parsing and xc dominfo parsing aspects of |
2005-09-21 |
emellor |
7005:19572dec7d3c |
Disable debugging-level output. |
2005-09-21 |
emellor |
7004:a498dab0beef |
Match change to the memory/target value, as it is now in KiB, not bytes. |
2005-09-21 |
emellor |
7003:82bc05411d85 |
Remove unused DEBUG variable, and -d flag. |
2005-09-21 |
emellor |
7002:2eee9f6487ff |
Removed unused getLevel method, and don't use intermediate variable called |
2005-09-21 |
emellor |
7001:79f695037ab7 |
Added diagnostic messages to the RuntimeError exceptions when they occur inside |
2005-09-21 |
emellor |
7000:ba10ee566ab7 |
Lots of minor changes to please pylint, including matching the number of |
2005-09-21 |
emellor |
6999:1196da5782bf |
On one of pyxc_domain_getinfo's error paths, free the block allocated |
2005-09-20 |
emellor |
6998:a35c20d53947 |
Remove unused variables and imports. |
2005-09-20 |
emellor |
6997:3fbefefb54aa |
domain_setmaxmem takes an int, not a long, for the maxmem_kb parameter. The |
2005-09-20 |
emellor |
6996:6d13fd586338 |
Remove extraneous semicolon. |
2005-09-20 |
emellor |
6995:fdc01adc11e0 |
Move definition of xc, to avoid confusing pylint. |
2005-09-20 |
emellor |
6994:b54d922cb897 |
Remove unused import. |
2005-09-20 |
emellor |
6993:90bcdd41dbf7 |
Mark unused variables as such. Remove unused import. |
2005-09-20 |
emellor |
6992:26c6d506a97c |
Move definition of xc variable, to save confusing pylint. |
2005-09-20 |
emellor |
6991:1c95ad754ad4 |
Mark unused variable as such. |
2005-09-20 |
emellor |
6990:95e589a9b2f6 |
Added debugging message to exception on write. |
2005-09-21 |
kaf24 |
6989:7a45b8ccef01 |
Some cleanup in tpm-related files. |
2005-09-21 |
kaf24 |
6988:b8537442f3d6 |
Removes redundant/unnecessary __vmread/__vmwrite. |