age |
author |
revision |
description |
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. |
2005-09-21 |
kaf24 |
6987:21e7935b2025 |
Parse vcpus for VMX guest. |
2005-09-21 |
kaf24 |
6986:492fe12a6db4 |
Fix .hgignore and add missing vtpm patch file. |
2005-09-20 |
kaf24 |
6985:1bea937e53cc |
The vmx guest loading is broken from 6925 because of the new |
2005-09-20 |
kaf24 |
6984:d3bc8314b6f5 |
Fix __save_flags() to not complain when smp_processor_id() is used |
2005-09-20 |
cl349 |
6983:659ad553199e |
merge? |
2005-09-20 |
cl349 |
6982:ee8226e15e9f |
Add support to build arch/ia64 xen kernels, also add pre/post link hooks in mkbuildtree. |
2005-09-20 |
kaf24 |
6981:c174ac96a69d |
Fix xenconsole when console page is >= 4GB. |
2005-09-20 |
kaf24 |
6980:9776d03bf108 |
Put_page on vmx_set_cr0 for multiple protected/real mode switch. |
2005-09-20 |
cl349 |
6979:f8e7af29daa1 |
merge? |
2005-09-20 |
cl349 |
6978:a6b72464a042 |
Fix vnc configuration issue for creating vmx guest. |
2005-09-20 |
kaf24 |
6977:750ad97f37b0 |
Split up docs. Signed-off-by: Robb Romans <3r@us.ibm.com> |
2005-09-20 |
kaf24 |
6976:c0796e18b6a4 |
Add 64 bit support to the VTPM Tools plus do some minor cleanups. |
2005-09-20 |
kaf24 |
6975:3ef86b208f9b |
Fix an operand size bug in the VMX MMIO decoder. |
2005-09-20 |
kaf24 |
6974:739154e26fb7 |
Dynamically generate the local apic entries in ACPI MADT table. |
2005-09-19 |
kaf24 |
6973:d1cbfaf804d9 |
Add lomount to 'make uninstall' target. Remove miniterm, |
2005-09-19 |
kaf24 |
6972:ae88715598bf |
Clean up 'make uninstall' target. |
2005-09-19 |
cl349 |
6971:872cf6ee0594 |
merge? |
2005-09-19 |
cl349 |
6970:fc2eade714f9 |
Fix kernel users of xs_write as well. |
2005-09-19 |
cl349 |
6969:2796d45c5835 |
Fire watches once immediately upon registration. |
2005-09-19 |
cl349 |
6968:0a2cc72ee6e4 |
Fix one more usage of xs_write. |
2005-09-19 |
cl349 |
6967:f7a7f8f2e6e4 |
Remove iflag argument to xs_write |
2005-09-19 |
cl349 |
6966:a5d67e3fbff1 |
Make xs_mkdir an xs_rm idempotent. |
2005-09-19 |
kaf24 |
6965:08effcf0385b |
Better gdb server documentation. |
2005-09-19 |
kaf24 |
6964:52d953dcef0e |
Do not build PAE by default. Reverts accidental previous |
2005-09-19 |
kaf24 |
6963:ec01850d0ee9 |
Fix xc_ptrace (live debug, not coredump debug) for 32-bit pae. |
2005-09-19 |
kaf24 |
6962:fc4375af5854 |
Fix gdb build script. |
2005-09-19 |
cl349 |
6961:3133e64d0462 |
merge? |
2005-09-19 |
cl349 |
6960:c0c96a494c76 |
merge? |
2005-09-19 |
emellor |
6959:adbe7d45472b |
Revert accidental commit. |
2005-09-19 |
emellor |
6958:db4a0526d4e5 |
Use DevController.allocateDeviceID rather than using a local variable. |
2005-09-19 |
emellor |
6957:951c8ee275b7 |
Use DevController.allocateDeviceID rather than using a local variable. |
2005-09-19 |
cl349 |
6956:b5bf198f0113 |
Don't do device create on domain recreate. |
2005-09-19 |
cl349 |
6955:5c0ec0b171f0 |
Remove last remaining "import controller" occurences. |
2005-09-19 |
cl349 |
6954:308260e5868c |
merge? |
2005-09-18 |
emellor |
6953:8f9dfc5fb51c |
Add and use XendDomainInfo.getBackendFlags to decouple image.py from the |
2005-09-18 |
emellor |
6952:578a73fdeb2f |
Changed dangerous default parameter values where used to use None instead. |
2005-09-18 |
emellor |
6951:f7a09745ca56 |
Remove the complexity of the config_handlers mechanism in favour of a simple |
2005-09-18 |
emellor |
6950:3dec22f380be |
Added allocateDeviceID, which uses the store to keep track of per-domain, |
2005-09-18 |
emellor |
6949:b67ef34cf91b |
Move definition of xc and xend to avoid confusing pylint. |
2005-09-18 |
emellor |
6948:5007bebba2f5 |
Renamed XendDomainInfo.getTargetMemory to getMemoryTarget, for consistency with |
2005-09-18 |
emellor |
6947:7e8eac6e96c6 |
Replaced the device handling mechanism used by XendDomainInfo. Superficially, |
2005-09-18 |
emellor |
6946:e703abaf6e3d |
Add behaviour to the remove methods to remove the transaction's path itself. This allows us to write Remove(path) to remove the specified path rather than having to slice the path ourselves. |
2005-09-18 |
emellor |
6945:da5e4c8a0fea |
In all cases, move the creation of a new transaction outside of the block |
2005-09-17 |
emellor |
6944:702e7f173465 |
Remove assignment to unused field memory_target. |
2005-09-17 |
emellor |
6943:191ffe9a9967 |
Use XendDomainInfo.getDomain, getName to decouple XendDomain from the internals |
2005-09-17 |
emellor |
6942:fb1fa3a4106f |
Remove unused restoreFromDB, saveToDB. |
2005-09-17 |
emellor |
6941:8462eff90433 |
Replace XendDomainInfo.setStoreChannel with XendDomainInfo.closeStoreChannel. |
2005-09-17 |
emellor |
6940:b75771a12f79 |
Added getVCpuCount to XendDomainInfo and use that and getName, getDomain, |
2005-09-17 |
emellor |
6939:adbf85204d29 |
Fix indentation. |
2005-09-17 |
emellor |
6938:e517f6599e54 |
Added getTargetMemory, getSsidref methods to XendDomainInfo, and use these and |
2005-09-17 |
emellor |
6937:567debb22ac0 |
Issue warning if doxygen is not installed. |
2005-09-17 |
emellor |
6936:993f52cdb4e4 |
Changed ssidref default to 0 when parsing config file. |
2005-09-17 |
emellor |
6935:11475b60d57c |
Added diagnostic message to exception when TypeError occurs on write. |
2005-09-17 |
emellor |
6934:0b6e06fced6a |
Removed unused getDB method. |
2005-09-17 |
emellor |
6933:cc5d8878fc36 |
Moved xroot variable to not confuse pylint (and me). |
2005-09-17 |
emellor |
6932:10d2067f6016 |
Removed unused impotr and marked some parameters as unused. |
2005-09-17 |
emellor |
6931:91f974f7ce97 |
Rename feilds to fields throughout. |
2005-09-17 |
emellor |
6930:4507382c88e5 |
Remove unused import, and unused class TwistedAdapter. Mark one variable as |
2005-09-17 |
emellor |
6929:b6ee902f83f4 |
Added _1,.._5 to dummy-variables, so that we can specify multiple unused |
2005-09-19 |
kaf24 |
6928:619e3d6f01b3 |
Re-indent libxc to avoid hard tabs. Also, fix the PAE |
2005-09-19 |
kaf24 |
6927:cedb89d6b707 |
Fix VMX domains not cleaning up properly, since some page refncts are |
2005-09-19 |
kaf24 |
6926:6fb3b1d9e336 |
The domain structure maintains several shadow mode stats, |
2005-09-18 |
kaf24 |
6925:7e7d93aa4072 |
Trivial gdb build fix from Leendert. |
2005-09-17 |
kaf24 |
6924:8bc44f718714 |
Small cleanup to tpm split driver. |
2005-09-17 |
kaf24 |
6923:03b58a6f498e |
Remove native tpm drivers from the linux sparse tree and replace |
2005-09-16 |
cl349 |
6922:8ff691d008f4 |
Cleanup domain listing on xend start. Fix reaper some more. |
2005-09-16 |
cl349 |
6921:931526414a64 |
Add bindings for xs_get_domain_path(). |
2005-09-16 |
cl349 |
6920:6a48f88101d3 |
Don't run reap() or domain_restarts() as side-effects of refresh. |
2005-09-16 |
cl349 |
6919:edd70af0fb22 |
Move dom0 setup code out of initial_refresh. |
2005-09-16 |
cl349 |
6918:5b56f1646e58 |
Remove pretty random cleanup code in _add_domain. |
2005-09-16 |
cl349 |
6917:4490e39fc322 |
Use "vcpu" when referring to vcpus. |
2005-09-16 |
cl349 |
6916:8cba45a77249 |
Make dom0_enforce_cpus() use vcpu_hotplug rather than directly modifying the sysfs entries. |
2005-09-16 |
cl349 |
6915:a4cf3e17bb25 |
merge? |
2005-09-16 |
cl349 |
6914:ffbc98d735bd |
merge? |
2005-09-16 |
cl349 |
6913:7cccdb49af75 |
Cleanup domain reaper and domain destruction functions. |
2005-09-16 |
cl349 |
6912:aa8943e9b705 |
Fix setStoreChannel(None) - fixes cleanup on destroy. |
2005-09-16 |
cl349 |
6911:a434b5449d59 |
Fix the control panel problem. |
2005-09-16 |
kaf24 |
6910:7fbaf67a0af5 |
Clean up and re-indent netback driver. |
2005-09-16 |
kaf24 |
6909:8bb3f2567b8c |
Clean up and re-indent netfront.c |