age |
author |
revision |
description |
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 |
2005-09-16 |
kaf24 |
6908:3a7c0b00da8a |
Grant-refrence allocation pools and tracking tables should be |
2005-09-16 |
kaf24 |
6907:e1cc553059e1 |
direct_remap_pfn_range() takes a vm_area_struct rather than |
2005-09-16 |
kaf24 |
6906:0f851f965df9 |
distclean target added to root makefile. From rusty. |
2005-09-15 |
cl349 |
6905:fd19e760932d |
Simplify backend flag parsing. |
2005-09-15 |
cl349 |
6904:75fe7890cf01 |
Export block device read-only state into store. |
2005-09-15 |
cl349 |
6903:9d4f4ff1ff77 |
Fix bootloader support some more. |
2005-09-15 |
cl349 |
6902:cedfbb032261 |
merge? |
2005-09-15 |
cl349 |
6901:2dcfb85a95b9 |
Maybe fix running bootloader after reboot. |
2005-09-15 |
kaf24 |
6900:c21f47a03225 |
Start cleaning up grant tables. gnttab_donate now called |
2005-09-15 |
cl349 |
6899:2f5537317988 |
merge? |
2005-09-15 |
cl349 |
6898:e85f93d1ca59 |
Update image handling code for xstransact. |
2005-09-15 |
shand |
6897:753c49dc808c |
Actually update domain info when dom_get() succeeds. |
2005-09-15 |
kaf24 |
6896:c27431cf81f9 |
Fix the libxc Makefile. |
2005-09-15 |
vh249 |
6895:cb518207fc95 |
add support for ipv6 address in choose_vnc_display function |
2005-09-15 |
vh249 |
6894:da550f59e971 |
fix build, strings spanning multiple lines are no longer supported |
2005-09-15 |
cl349 |
6893:e78650eb2cf0 |
merge? |
2005-09-15 |
cl349 |
6892:b47c0ff50cdd |
Don't special case getDomainMemory for ia64. |
2005-09-15 |
cl349 |
6891:6e5cb98eff28 |
Better build fix. |
2005-09-15 |
kaf24 |
6890:19b458d4ba93 |
Like IA32 PAE xenlinux, we also need make VMX guest 1:1 page table PGD |
2005-09-15 |
cl349 |
6889:7ce64f021a2c |
Cleanup timeout code for when socket is already in use. |
2005-09-15 |
cl349 |
6888:6da7a6d8b575 |
Fix build! |
2005-09-15 |
kaf24 |
6887:bdc77b74bf61 |
Remove bad lines from start od script. |
2005-09-15 |
kaf24 |
6886:3233e7ecfa9f |
merge? |
2005-09-15 |
kaf24 |
6885:2f11c5b3c586 |
More build fixes for latest binutils. No 'movl' between |
2005-09-14 |
shand |
6884:bd477fcd32ab |
Deal with domain info going away (handle new error path introduced by |
2005-09-14 |
shand |
6883:36f8c5900e86 |
O_REUSEADDR is not enough to ensure we don't get address in use errors when |
2005-09-14 |
shand |
6882:7985a4d8bae9 |
Make sure xend start doesn't return until xend is ready to accept connections. |
2005-09-14 |
shand |
6881:3a79e8b28999 |
Disable CONFIG_PNPACPI temporarily in the -xen defconfig (it's known not to |
2005-09-14 |
shand |
6880:fb72c78604c6 |
The dom destroy path is doing a dom_get on a non-existent domain to |
2005-09-22 |
djm |
6879:97dbd9524a7e |
Patches and recipe to build an elilo.efi that will boot domain0 with initrd |
2005-09-22 |
djm |
6878:babbdd896024 |
Remove all CONFIG_VTI, VTI now works dynamically |
2005-09-21 |
djm |
6877:d2f2c1c26995 |
Minor change also needed in vcpu.c for guests to own ar.kr's. |
2005-09-21 |
djm |
6876:f064ce67e524 |
Another fix for handling ar.kr's |
2005-09-21 |
djm |
6875:c83307a81602 |
Remove paravirtualization of ar.kr registers (may need hyperprivop for |
2005-09-21 |
djm |
6874:32eea7354dcb |
Xenlinux/ia64 can't use xenlinux/x86 version of drivers/acpi/tables.c |
2005-09-21 |
djm |
6873:0817cde2ca06 |
Build tweaks for xenlinux/ia64 |
2005-09-21 |
djm |
6872:3b6d422fc0be |
Start fleshing out -sparse tree for xenlinux/ia64 |
2005-09-20 |
djm |
6871:4c1c79806874 |
Support files for building xenlinux-ia64 from -sparse tree |
2005-09-20 |
djm |
6870:e608c8118f25 |
Clone of Christian's xen-unstable mkbuildtree patch (cset 6960) |
2005-09-20 |
djm |
6869:8906825d5197 |
Fix dcr.pp and psr.pp support (non-VTI) so pfmon --system-wide works |
2005-09-20 |
djm |
6868:f2309ac2648a |
Get multiple domains working again |
2005-09-19 |
djm |
6867:7f9acc83ffcd |
Merge vcpu phase 2 |
2005-09-18 |
djm |
6866:8d133d172bfd |
Add debug output for pfmon (default off, DEBUG_PFMON in config.h) |
2005-09-18 |
djm |
6865:0e548ff36960 |
Re-enable improved PAL code (time and perfmon work again). PAL code remapped |
2005-09-16 |
djm |
6864:aecdccb1a350 |
Add additional stats to track VHPT saturation |
2005-09-16 |
djm |
6863:b52a48644770 |
PAL cache flush (added during VTI merge) breaks on simulator |
2005-09-16 |
djm |
6862:2556621a7759 |
Comment out DTLB MATCH message as it is more frequent and annoying now |
2005-09-16 |
djm |
6861:7fd1b4d42d94 |
Return rid mangling to previous method (to match hyperprivop.S) |
2005-09-16 |
djm |
6860:9e4fb055be80 |
Script to generate diffs between linux-xen subdirs and real linux |
2005-09-15 |
djm |
6859:6bf96d977ecc |
This patch fixes a severe bug in vtlb, where domU may face machine crash |
2005-09-15 |
djm |
6858:8e7df3b10d85 |
Properly return extents for hypervisor memory ops call |
2005-09-14 |
djm |
6857:55bc6698c889 |
Oops, one hypervisor.h change seems to have unfixed in the merge |
2005-09-14 |
djm |
6856:0833c2337202 |
Add missing include/decl to ia64-specific hypervisor.h |
2005-09-14 |
djm |
6855:c8f873ae3ede |
Add ia64-specific hypervisor.h |
2005-09-14 |
djm |
6854:9af349b055e5 |
Merge latest xen-unstable into xen-ia64-unstable to prep |
2005-09-14 |
kaf24 |
6853:122779b57b40 |
Remove redundant semi-colon from end of DEFINE_RING_TYPES |
2005-09-14 |
cl349 |
6852:1a29e0f5c610 |
merge? |
2005-09-14 |
cl349 |
6851:05d42f7674e8 |
Switch most uses of write over to store. |
2005-09-14 |
cl349 |
6850:40e6dfad4eff |
Explicit test for None. |
2005-09-14 |
cl349 |
6849:1585590ec474 |
More syntactic sugar. |
2005-09-14 |
cl349 |
6848:bc5dbfe729e0 |
Move start_time out of xend dir and use gather/store. |
2005-09-14 |
cl349 |
6847:960d4f6b58b3 |
Support removing nodes from store if value to store is None. |
2005-09-14 |
cl349 |
6846:f92bdd9153f5 |
Add store function. |
2005-09-14 |
cl349 |
6845:d5497a215660 |
Always allow transaction abort. |
2005-09-14 |
cl349 |
6844:eb6fbb3d0a7b |
Add gather function and robustify class methods' failure handling. |
2005-09-14 |
kaf24 |
6843:1184286a2ee6 |
Fix mmapping of PCI resources from userspace. |