age |
author |
revision |
description |
2005-09-19 |
emellor |
6974:db4a0526d4e5 |
Use DevController.allocateDeviceID rather than using a local variable. |
2005-09-19 |
emellor |
6973:951c8ee275b7 |
Use DevController.allocateDeviceID rather than using a local variable. |
2005-09-19 |
cl349 |
6972:b5bf198f0113 |
Don't do device create on domain recreate. |
2005-09-19 |
cl349 |
6971:5c0ec0b171f0 |
Remove last remaining "import controller" occurences. |
2005-09-19 |
cl349 |
6970:308260e5868c |
merge? |
2005-09-18 |
emellor |
6969:8f9dfc5fb51c |
Add and use XendDomainInfo.getBackendFlags to decouple image.py from the |
2005-09-18 |
emellor |
6968:578a73fdeb2f |
Changed dangerous default parameter values where used to use None instead. |
2005-09-18 |
emellor |
6967:f7a09745ca56 |
Remove the complexity of the config_handlers mechanism in favour of a simple |
2005-09-18 |
emellor |
6966:3dec22f380be |
Added allocateDeviceID, which uses the store to keep track of per-domain, |
2005-09-18 |
emellor |
6965:b67ef34cf91b |
Move definition of xc and xend to avoid confusing pylint. |
2005-09-18 |
emellor |
6964:5007bebba2f5 |
Renamed XendDomainInfo.getTargetMemory to getMemoryTarget, for consistency with |
2005-09-18 |
emellor |
6963:7e8eac6e96c6 |
Replaced the device handling mechanism used by XendDomainInfo. Superficially, |
2005-09-18 |
emellor |
6962: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 |
6961:da5e4c8a0fea |
In all cases, move the creation of a new transaction outside of the block |
2005-09-17 |
emellor |
6960:702e7f173465 |
Remove assignment to unused field memory_target. |
2005-09-17 |
emellor |
6959:191ffe9a9967 |
Use XendDomainInfo.getDomain, getName to decouple XendDomain from the internals |
2005-09-17 |
emellor |
6958:fb1fa3a4106f |
Remove unused restoreFromDB, saveToDB. |
2005-09-17 |
emellor |
6957:8462eff90433 |
Replace XendDomainInfo.setStoreChannel with XendDomainInfo.closeStoreChannel. |
2005-09-17 |
emellor |
6956:b75771a12f79 |
Added getVCpuCount to XendDomainInfo and use that and getName, getDomain, |
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 |
2005-09-13 |
djm |
6895:6dadf4d93ee3 |
Converge ia64 grant_table API |
2005-09-13 |
djm |
6894:2c823d27cf33 |
Catchup with xen-unstable, add ia64 specifics to tools, and some VTI merge |
2005-09-13 |
djm |
6893:5cd24dd33033 |
Add ia64 header for synch_bitops.h |
2005-09-13 |
djm |
6892:b35215021b32 |
Merge with latest xen-unstable |
2005-09-09 |
djm |
6891:d4d880fcef28 |
Xen-ia64-specific changes to adapt to recent xen-unstable changes |
2005-09-09 |
djm |
6890:b2f4823b6ff0 |
Merge (only) xen-ia64-unstable with latest xen-unstable |
2005-09-08 |
djm |
6889:10b1d30d3f66 |
Transform double mapping to single mapping on vti domain. |
2005-09-08 |
djm |
6888:0c1f966af47e |
Temporary patch to return dom0 stability |
2005-09-07 |
djm |
6887:b2312c14f144 |
Temporary fix to ensure store page is accessible to domain. |
2005-09-06 |
djm |
6886:89fc07f85b01 |
First part of timer merge |
2005-09-06 |
djm |
6885:9361694781fc |
Neglected to hg-add these documentation files |
2005-09-02 |
djm |
6884:bf3fdeeba48b |
merge two heads |
2005-09-02 |
djm |
6883:21ad2828dbdf |
Sorry, silly typo in bug vix |
2005-09-02 |
djm |
6882:af3750d1ec53 |
Bug fixes from Kevin (x2) and Anthony |
2005-09-01 |
djm |
6881:68d8a0a1aeb7 |
Kevin and John's update to latest xen-unstable for multiple domain - xen part |
2005-09-01 |
djm |
6880:b55363593dfc |
Oops, allow compile 2.6.13-rebased with CONFIG_SMP (one small fix) |
2005-09-01 |
djm |
6879:888877bc3d79 |
Fix instructions and remove obsolete mkbuildtree |
2005-09-01 |
djm |
6878:3ca4ca7a9cc2 |
Final changes for linux 2.6.13 rebasing and some directory reorgs |
2005-09-01 |
djm |
6877:d34925e4144b |
Stil more cleanup and moving to 2.6.13 base |
2005-08-31 |
djm |
6876:23217792aa3b |
Move null header files to a separate directory |
2005-08-31 |
djm |
6875:4e4f1db8ea94 |
More updating to linux 2.6.13 sources |
2005-08-31 |
djm |
6874:b7276814008c |
Begin updating to 2.6.13 base |
2005-08-30 |
djm |
6873:44316ce83277 |
Baby step toward host SMP support |
2005-08-30 |
djm |
6872:f5c4042212b0 |
Enable CONFIG_SMP compile and link |
2005-09-15 |
kaf24 |
6871:2f11c5b3c586 |
More build fixes for latest binutils. No 'movl' between |
2005-09-14 |
shand |
6870:bd477fcd32ab |
Deal with domain info going away (handle new error path introduced by |
2005-09-14 |
shand |
6869:36f8c5900e86 |
O_REUSEADDR is not enough to ensure we don't get address in use errors when |
2005-09-14 |
shand |
6868:7985a4d8bae9 |
Make sure xend start doesn't return until xend is ready to accept connections. |
2005-09-14 |
shand |
6867:3a79e8b28999 |
Disable CONFIG_PNPACPI temporarily in the -xen defconfig (it's known not to |
2005-09-14 |
shand |
6866:fb72c78604c6 |
The dom destroy path is doing a dom_get on a non-existent domain to |
2005-09-14 |
kaf24 |
6865:122779b57b40 |
Remove redundant semi-colon from end of DEFINE_RING_TYPES |
2005-09-14 |
cl349 |
6864:1a29e0f5c610 |
merge? |
2005-09-14 |
cl349 |
6863:05d42f7674e8 |
Switch most uses of write over to store. |
2005-09-14 |
cl349 |
6862:40e6dfad4eff |
Explicit test for None. |
2005-09-14 |
cl349 |
6861:1585590ec474 |
More syntactic sugar. |
2005-09-14 |
cl349 |
6860:bc5dbfe729e0 |
Move start_time out of xend dir and use gather/store. |
2005-09-14 |
cl349 |
6859:960d4f6b58b3 |
Support removing nodes from store if value to store is None. |
2005-09-14 |
cl349 |
6858:f92bdd9153f5 |
Add store function. |
2005-09-14 |
cl349 |
6857:d5497a215660 |
Always allow transaction abort. |
2005-09-14 |
cl349 |
6856:eb6fbb3d0a7b |
Add gather function and robustify class methods' failure handling. |
2005-09-14 |
kaf24 |
6855:1184286a2ee6 |
Fix mmapping of PCI resources from userspace. |