age |
author |
revision |
description |
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. |
2005-09-17 |
emellor |
6909:91f974f7ce97 |
Rename feilds to fields throughout. |
2005-09-17 |
emellor |
6908:4507382c88e5 |
Remove unused import, and unused class TwistedAdapter. Mark one variable as |
2005-09-17 |
emellor |
6907:b6ee902f83f4 |
Added _1,.._5 to dummy-variables, so that we can specify multiple unused |
2005-09-19 |
kaf24 |
6906:619e3d6f01b3 |
Re-indent libxc to avoid hard tabs. Also, fix the PAE |
2005-09-19 |
kaf24 |
6905:cedb89d6b707 |
Fix VMX domains not cleaning up properly, since some page refncts are |
2005-09-19 |
kaf24 |
6904:6fb3b1d9e336 |
The domain structure maintains several shadow mode stats, |
2005-09-18 |
kaf24 |
6903:7e7d93aa4072 |
Trivial gdb build fix from Leendert. |
2005-09-17 |
kaf24 |
6902:8bc44f718714 |
Small cleanup to tpm split driver. |
2005-09-17 |
kaf24 |
6901:03b58a6f498e |
Remove native tpm drivers from the linux sparse tree and replace |
2005-09-16 |
cl349 |
6900:8ff691d008f4 |
Cleanup domain listing on xend start. Fix reaper some more. |
2005-09-16 |
cl349 |
6899:931526414a64 |
Add bindings for xs_get_domain_path(). |
2005-09-16 |
cl349 |
6898:6a48f88101d3 |
Don't run reap() or domain_restarts() as side-effects of refresh. |
2005-09-16 |
cl349 |
6897:edd70af0fb22 |
Move dom0 setup code out of initial_refresh. |
2005-09-16 |
cl349 |
6896:5b56f1646e58 |
Remove pretty random cleanup code in _add_domain. |
2005-09-16 |
cl349 |
6895:4490e39fc322 |
Use "vcpu" when referring to vcpus. |
2005-09-16 |
cl349 |
6894:8cba45a77249 |
Make dom0_enforce_cpus() use vcpu_hotplug rather than directly modifying the sysfs entries. |
2005-09-16 |
cl349 |
6893:a4cf3e17bb25 |
merge? |
2005-09-16 |
cl349 |
6892:ffbc98d735bd |
merge? |
2005-09-16 |
cl349 |
6891:7cccdb49af75 |
Cleanup domain reaper and domain destruction functions. |
2005-09-16 |
cl349 |
6890:aa8943e9b705 |
Fix setStoreChannel(None) - fixes cleanup on destroy. |
2005-09-16 |
cl349 |
6889:a434b5449d59 |
Fix the control panel problem. |
2005-09-16 |
kaf24 |
6888:7fbaf67a0af5 |
Clean up and re-indent netback driver. |
2005-09-16 |
kaf24 |
6887:8bb3f2567b8c |
Clean up and re-indent netfront.c |
2005-09-16 |
kaf24 |
6886:3a7c0b00da8a |
Grant-refrence allocation pools and tracking tables should be |
2005-09-16 |
kaf24 |
6885:e1cc553059e1 |
direct_remap_pfn_range() takes a vm_area_struct rather than |
2005-09-16 |
kaf24 |
6884:0f851f965df9 |
distclean target added to root makefile. From rusty. |
2005-09-15 |
cl349 |
6883:fd19e760932d |
Simplify backend flag parsing. |
2005-09-15 |
cl349 |
6882:75fe7890cf01 |
Export block device read-only state into store. |
2005-09-15 |
cl349 |
6881:9d4f4ff1ff77 |
Fix bootloader support some more. |
2005-09-15 |
cl349 |
6880:cedfbb032261 |
merge? |
2005-09-15 |
cl349 |
6879:2dcfb85a95b9 |
Maybe fix running bootloader after reboot. |
2005-09-15 |
kaf24 |
6878:c21f47a03225 |
Start cleaning up grant tables. gnttab_donate now called |
2005-09-15 |
cl349 |
6877:2f5537317988 |
merge? |
2005-09-15 |
cl349 |
6876:e85f93d1ca59 |
Update image handling code for xstransact. |
2005-09-15 |
shand |
6875:753c49dc808c |
Actually update domain info when dom_get() succeeds. |
2005-09-15 |
kaf24 |
6874:c27431cf81f9 |
Fix the libxc Makefile. |
2005-09-15 |
vh249 |
6873:cb518207fc95 |
add support for ipv6 address in choose_vnc_display function |
2005-09-15 |
vh249 |
6872:da550f59e971 |
fix build, strings spanning multiple lines are no longer supported |
2005-09-15 |
cl349 |
6871:e78650eb2cf0 |
merge? |
2005-09-15 |
cl349 |
6870:b47c0ff50cdd |
Don't special case getDomainMemory for ia64. |
2005-09-15 |
cl349 |
6869:6e5cb98eff28 |
Better build fix. |
2005-09-15 |
kaf24 |
6868:19b458d4ba93 |
Like IA32 PAE xenlinux, we also need make VMX guest 1:1 page table PGD |
2005-09-15 |
cl349 |
6867:7ce64f021a2c |
Cleanup timeout code for when socket is already in use. |
2005-09-15 |
cl349 |
6866:6da7a6d8b575 |
Fix build! |
2005-09-15 |
kaf24 |
6865:bdc77b74bf61 |
Remove bad lines from start od script. |
2005-09-15 |
kaf24 |
6864:3233e7ecfa9f |
merge? |
2005-09-14 |
djm |
6863:55bc6698c889 |
Oops, one hypervisor.h change seems to have unfixed in the merge |
2005-09-14 |
djm |
6862:0833c2337202 |
Add missing include/decl to ia64-specific hypervisor.h |
2005-09-14 |
djm |
6861:c8f873ae3ede |
Add ia64-specific hypervisor.h |
2005-09-14 |
djm |
6860:9af349b055e5 |
Merge latest xen-unstable into xen-ia64-unstable to prep |
2005-09-14 |
djm |
6859:a152b9f27e48 |
Add needed header files that are buried/nested in x86 |
2005-09-14 |
djm |
6858:52d2d5208575 |
Merge latest xen-unstable into xen-ia64-unstable |
2005-09-13 |
djm |
6857:6dadf4d93ee3 |
Converge ia64 grant_table API |
2005-09-13 |
djm |
6856:2c823d27cf33 |
Catchup with xen-unstable, add ia64 specifics to tools, and some VTI merge |
2005-09-13 |
djm |
6855:5cd24dd33033 |
Add ia64 header for synch_bitops.h |
2005-09-13 |
djm |
6854:b35215021b32 |
Merge with latest xen-unstable |