age |
author |
revision |
description |
2005-09-20 |
emellor |
6969:1c95ad754ad4 |
Mark unused variable as such. |
2005-09-20 |
emellor |
6968:95e589a9b2f6 |
Added debugging message to exception on write. |
2005-09-21 |
kaf24 |
6967:7a45b8ccef01 |
Some cleanup in tpm-related files. |
2005-09-21 |
kaf24 |
6966:b8537442f3d6 |
Removes redundant/unnecessary __vmread/__vmwrite. |
2005-09-21 |
kaf24 |
6965:21e7935b2025 |
Parse vcpus for VMX guest. |
2005-09-21 |
kaf24 |
6964:492fe12a6db4 |
Fix .hgignore and add missing vtpm patch file. |
2005-09-20 |
kaf24 |
6963:1bea937e53cc |
The vmx guest loading is broken from 6925 because of the new |
2005-09-20 |
kaf24 |
6962:d3bc8314b6f5 |
Fix __save_flags() to not complain when smp_processor_id() is used |
2005-09-20 |
cl349 |
6961:659ad553199e |
merge? |
2005-09-20 |
cl349 |
6960:ee8226e15e9f |
Add support to build arch/ia64 xen kernels, also add pre/post link hooks in mkbuildtree. |
2005-09-20 |
kaf24 |
6959:c174ac96a69d |
Fix xenconsole when console page is >= 4GB. |
2005-09-20 |
kaf24 |
6958:9776d03bf108 |
Put_page on vmx_set_cr0 for multiple protected/real mode switch. |
2005-09-20 |
cl349 |
6957:f8e7af29daa1 |
merge? |
2005-09-20 |
cl349 |
6956:a6b72464a042 |
Fix vnc configuration issue for creating vmx guest. |
2005-09-20 |
kaf24 |
6955:750ad97f37b0 |
Split up docs. Signed-off-by: Robb Romans <3r@us.ibm.com> |
2005-09-20 |
kaf24 |
6954:c0796e18b6a4 |
Add 64 bit support to the VTPM Tools plus do some minor cleanups. |
2005-09-20 |
kaf24 |
6953:3ef86b208f9b |
Fix an operand size bug in the VMX MMIO decoder. |
2005-09-20 |
kaf24 |
6952:739154e26fb7 |
Dynamically generate the local apic entries in ACPI MADT table. |
2005-09-19 |
kaf24 |
6951:d1cbfaf804d9 |
Add lomount to 'make uninstall' target. Remove miniterm, |
2005-09-19 |
kaf24 |
6950:ae88715598bf |
Clean up 'make uninstall' target. |
2005-09-19 |
cl349 |
6949:872cf6ee0594 |
merge? |
2005-09-19 |
cl349 |
6948:fc2eade714f9 |
Fix kernel users of xs_write as well. |
2005-09-19 |
cl349 |
6947:2796d45c5835 |
Fire watches once immediately upon registration. |
2005-09-19 |
cl349 |
6946:0a2cc72ee6e4 |
Fix one more usage of xs_write. |
2005-09-19 |
cl349 |
6945:f7a7f8f2e6e4 |
Remove iflag argument to xs_write |
2005-09-19 |
cl349 |
6944:a5d67e3fbff1 |
Make xs_mkdir an xs_rm idempotent. |
2005-09-19 |
kaf24 |
6943:08effcf0385b |
Better gdb server documentation. |
2005-09-19 |
kaf24 |
6942:52d953dcef0e |
Do not build PAE by default. Reverts accidental previous |
2005-09-19 |
kaf24 |
6941:ec01850d0ee9 |
Fix xc_ptrace (live debug, not coredump debug) for 32-bit pae. |
2005-09-19 |
kaf24 |
6940:fc4375af5854 |
Fix gdb build script. |
2005-09-19 |
cl349 |
6939:3133e64d0462 |
merge? |
2005-09-19 |
cl349 |
6938:c0c96a494c76 |
merge? |
2005-09-19 |
emellor |
6937:adbe7d45472b |
Revert accidental commit. |
2005-09-19 |
emellor |
6936:db4a0526d4e5 |
Use DevController.allocateDeviceID rather than using a local variable. |
2005-09-19 |
emellor |
6935:951c8ee275b7 |
Use DevController.allocateDeviceID rather than using a local variable. |
2005-09-19 |
cl349 |
6934:b5bf198f0113 |
Don't do device create on domain recreate. |
2005-09-19 |
cl349 |
6933:5c0ec0b171f0 |
Remove last remaining "import controller" occurences. |
2005-09-19 |
cl349 |
6932:308260e5868c |
merge? |
2005-09-18 |
emellor |
6931:8f9dfc5fb51c |
Add and use XendDomainInfo.getBackendFlags to decouple image.py from the |
2005-09-18 |
emellor |
6930:578a73fdeb2f |
Changed dangerous default parameter values where used to use None instead. |
2005-09-18 |
emellor |
6929:f7a09745ca56 |
Remove the complexity of the config_handlers mechanism in favour of a simple |
2005-09-18 |
emellor |
6928:3dec22f380be |
Added allocateDeviceID, which uses the store to keep track of per-domain, |
2005-09-18 |
emellor |
6927:b67ef34cf91b |
Move definition of xc and xend to avoid confusing pylint. |
2005-09-18 |
emellor |
6926:5007bebba2f5 |
Renamed XendDomainInfo.getTargetMemory to getMemoryTarget, for consistency with |
2005-09-18 |
emellor |
6925:7e8eac6e96c6 |
Replaced the device handling mechanism used by XendDomainInfo. Superficially, |
2005-09-18 |
emellor |
6924: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 |
6923:da5e4c8a0fea |
In all cases, move the creation of a new transaction outside of the block |
2005-09-17 |
emellor |
6922:702e7f173465 |
Remove assignment to unused field memory_target. |
2005-09-17 |
emellor |
6921:191ffe9a9967 |
Use XendDomainInfo.getDomain, getName to decouple XendDomain from the internals |
2005-09-17 |
emellor |
6920:fb1fa3a4106f |
Remove unused restoreFromDB, saveToDB. |
2005-09-17 |
emellor |
6919:8462eff90433 |
Replace XendDomainInfo.setStoreChannel with XendDomainInfo.closeStoreChannel. |
2005-09-17 |
emellor |
6918:b75771a12f79 |
Added getVCpuCount to XendDomainInfo and use that and getName, getDomain, |
2005-09-17 |
emellor |
6917:adbf85204d29 |
Fix indentation. |
2005-09-17 |
emellor |
6916:e517f6599e54 |
Added getTargetMemory, getSsidref methods to XendDomainInfo, and use these and |
2005-09-17 |
emellor |
6915:567debb22ac0 |
Issue warning if doxygen is not installed. |
2005-09-17 |
emellor |
6914:993f52cdb4e4 |
Changed ssidref default to 0 when parsing config file. |
2005-09-17 |
emellor |
6913:11475b60d57c |
Added diagnostic message to exception when TypeError occurs on write. |
2005-09-17 |
emellor |
6912:0b6e06fced6a |
Removed unused getDB method. |
2005-09-17 |
emellor |
6911:cc5d8878fc36 |
Moved xroot variable to not confuse pylint (and me). |
2005-09-17 |
emellor |
6910:10d2067f6016 |
Removed unused impotr and marked some parameters as unused. |