age |
author |
revision |
description |
2005-09-17 |
emellor |
6955:adbf85204d29 |
Fix indentation. |
2005-09-17 |
emellor |
6954:e517f6599e54 |
Added getTargetMemory, getSsidref methods to XendDomainInfo, and use these and |
2005-09-17 |
emellor |
6953:567debb22ac0 |
Issue warning if doxygen is not installed. |
2005-09-17 |
emellor |
6952:993f52cdb4e4 |
Changed ssidref default to 0 when parsing config file. |
2005-09-17 |
emellor |
6951:11475b60d57c |
Added diagnostic message to exception when TypeError occurs on write. |
2005-09-17 |
emellor |
6950:0b6e06fced6a |
Removed unused getDB method. |
2005-09-17 |
emellor |
6949:cc5d8878fc36 |
Moved xroot variable to not confuse pylint (and me). |
2005-09-17 |
emellor |
6948:10d2067f6016 |
Removed unused impotr and marked some parameters as unused. |
2005-09-17 |
emellor |
6947:91f974f7ce97 |
Rename feilds to fields throughout. |
2005-09-17 |
emellor |
6946:4507382c88e5 |
Remove unused import, and unused class TwistedAdapter. Mark one variable as |
2005-09-17 |
emellor |
6945:b6ee902f83f4 |
Added _1,.._5 to dummy-variables, so that we can specify multiple unused |
2005-09-19 |
kaf24 |
6944:619e3d6f01b3 |
Re-indent libxc to avoid hard tabs. Also, fix the PAE |
2005-09-19 |
kaf24 |
6943:cedb89d6b707 |
Fix VMX domains not cleaning up properly, since some page refncts are |
2005-09-19 |
kaf24 |
6942:6fb3b1d9e336 |
The domain structure maintains several shadow mode stats, |
2005-09-18 |
kaf24 |
6941:7e7d93aa4072 |
Trivial gdb build fix from Leendert. |
2005-09-17 |
kaf24 |
6940:8bc44f718714 |
Small cleanup to tpm split driver. |
2005-09-17 |
kaf24 |
6939:03b58a6f498e |
Remove native tpm drivers from the linux sparse tree and replace |
2005-09-16 |
cl349 |
6938:8ff691d008f4 |
Cleanup domain listing on xend start. Fix reaper some more. |
2005-09-16 |
cl349 |
6937:931526414a64 |
Add bindings for xs_get_domain_path(). |
2005-09-16 |
cl349 |
6936:6a48f88101d3 |
Don't run reap() or domain_restarts() as side-effects of refresh. |
2005-09-16 |
cl349 |
6935:edd70af0fb22 |
Move dom0 setup code out of initial_refresh. |
2005-09-16 |
cl349 |
6934:5b56f1646e58 |
Remove pretty random cleanup code in _add_domain. |
2005-09-16 |
cl349 |
6933:4490e39fc322 |
Use "vcpu" when referring to vcpus. |
2005-09-16 |
cl349 |
6932:8cba45a77249 |
Make dom0_enforce_cpus() use vcpu_hotplug rather than directly modifying the sysfs entries. |
2005-09-16 |
cl349 |
6931:a4cf3e17bb25 |
merge? |
2005-09-16 |
cl349 |
6930:ffbc98d735bd |
merge? |
2005-09-16 |
cl349 |
6929:7cccdb49af75 |
Cleanup domain reaper and domain destruction functions. |
2005-09-16 |
cl349 |
6928:aa8943e9b705 |
Fix setStoreChannel(None) - fixes cleanup on destroy. |
2005-09-16 |
cl349 |
6927:a434b5449d59 |
Fix the control panel problem. |
2005-09-16 |
kaf24 |
6926:7fbaf67a0af5 |
Clean up and re-indent netback driver. |
2005-09-16 |
kaf24 |
6925:8bb3f2567b8c |
Clean up and re-indent netfront.c |
2005-09-16 |
kaf24 |
6924:3a7c0b00da8a |
Grant-refrence allocation pools and tracking tables should be |
2005-09-16 |
kaf24 |
6923:e1cc553059e1 |
direct_remap_pfn_range() takes a vm_area_struct rather than |
2005-09-16 |
kaf24 |
6922:0f851f965df9 |
distclean target added to root makefile. From rusty. |
2005-09-15 |
cl349 |
6921:fd19e760932d |
Simplify backend flag parsing. |
2005-09-15 |
cl349 |
6920:75fe7890cf01 |
Export block device read-only state into store. |
2005-09-15 |
cl349 |
6919:9d4f4ff1ff77 |
Fix bootloader support some more. |
2005-09-15 |
cl349 |
6918:cedfbb032261 |
merge? |
2005-09-15 |
cl349 |
6917:2dcfb85a95b9 |
Maybe fix running bootloader after reboot. |
2005-09-15 |
kaf24 |
6916:c21f47a03225 |
Start cleaning up grant tables. gnttab_donate now called |
2005-09-15 |
cl349 |
6915:2f5537317988 |
merge? |
2005-09-15 |
cl349 |
6914:e85f93d1ca59 |
Update image handling code for xstransact. |
2005-09-15 |
shand |
6913:753c49dc808c |
Actually update domain info when dom_get() succeeds. |
2005-09-15 |
kaf24 |
6912:c27431cf81f9 |
Fix the libxc Makefile. |
2005-09-15 |
vh249 |
6911:cb518207fc95 |
add support for ipv6 address in choose_vnc_display function |
2005-09-15 |
vh249 |
6910:da550f59e971 |
fix build, strings spanning multiple lines are no longer supported |
2005-09-15 |
cl349 |
6909:e78650eb2cf0 |
merge? |
2005-09-15 |
cl349 |
6908:b47c0ff50cdd |
Don't special case getDomainMemory for ia64. |
2005-09-15 |
cl349 |
6907:6e5cb98eff28 |
Better build fix. |
2005-09-15 |
kaf24 |
6906:19b458d4ba93 |
Like IA32 PAE xenlinux, we also need make VMX guest 1:1 page table PGD |
2005-09-15 |
cl349 |
6905:7ce64f021a2c |
Cleanup timeout code for when socket is already in use. |
2005-09-15 |
cl349 |
6904:6da7a6d8b575 |
Fix build! |
2005-09-15 |
kaf24 |
6903:bdc77b74bf61 |
Remove bad lines from start od script. |
2005-09-15 |
kaf24 |
6902:3233e7ecfa9f |
merge? |
2005-09-14 |
djm |
6901:55bc6698c889 |
Oops, one hypervisor.h change seems to have unfixed in the merge |
2005-09-14 |
djm |
6900:0833c2337202 |
Add missing include/decl to ia64-specific hypervisor.h |
2005-09-14 |
djm |
6899:c8f873ae3ede |
Add ia64-specific hypervisor.h |
2005-09-14 |
djm |
6898:9af349b055e5 |
Merge latest xen-unstable into xen-ia64-unstable to prep |
2005-09-14 |
djm |
6897:a152b9f27e48 |
Add needed header files that are buried/nested in x86 |
2005-09-14 |
djm |
6896:52d2d5208575 |
Merge latest xen-unstable into xen-ia64-unstable |