age |
author |
revision |
description |
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. |
2005-09-14 |
cl349 |
6842:9c9a3bb878c2 |
merge? |
2005-09-14 |
cl349 |
6841:541a3239f352 |
Rename xm commands and cleanup of the "bogus" argument code. |
2005-09-14 |
kaf24 |
6840:810039218827 |
Fix xc_make_page_below_4G(). Should fix PAE domain |
2005-09-14 |
kaf24 |
6839:c9c49385c26e |
During my attempts to get the latest bridge networking model working on my |
2005-09-14 |
kaf24 |
6838:481a4ce27c15 |
Fix xc_domain_memory_decrease_reservation(). |
2005-09-14 |
cl349 |
6837:a8edb2655c5d |
Add methods to read/write Vm/Domain store entries. |
2005-09-14 |
cl349 |
6836:2277377dfc3a |
Move name back into main domain dir. |
2005-09-14 |
cl349 |
6835:5cbb2ecce16a |
Move id back into main domain dir and rename to domid. |
2005-09-14 |
cl349 |
6834:e2f0a6fdb7d9 |
merge? |
2005-09-14 |
cl349 |
6833:383f1336c305 |
Move uuid back into main domain dir. |
2005-09-14 |
kaf24 |
6832:5959fae4722a |
Set NE bit for VMX guest CR0. VMCS guest CR0.NE bit must |
2005-09-14 |
kaf24 |
6831:5e943af66571 |
Add some sanity check when creating 3-level 1:1 page table |
2005-09-14 |
kaf24 |
6830:1cdc469bf78d |
Clear pending interrupt on shared page when pic initialized |
2005-09-14 |
kaf24 |
6829:b9b120c7631a |
Get rid of anonymous unions in public header files. |
2005-09-14 |
cl349 |
6828:cc1572db6a3d |
Call dominfo.device_delete instead of non-existant dominfo.device_destroy. |
2005-09-14 |
kaf24 |
6827:94990f123e5e |
Remove unsued domain_controller.h file. |
2005-09-14 |
kaf24 |
6826:f5ff107742ce |
Fix 64-bit build problem. Not allowed to movl between a |
2005-09-14 |
kaf24 |
6825:1936ccaccf5e |
Move hypervisor.h to asm-i386/asm-x86_64. |
2005-09-14 |
kaf24 |
6824:0a7194ec36a4 |
mem-map.sxp and vmxloader are unaffected by a 64-bit build, |
2005-09-14 |
cl349 |
6823:c63529f3367d |
Fix xenstored watch crash. |
2005-09-13 |
cl349 |
6822:0d8c0db04258 |
Don't return failure when trying to delete a non-existent node. |
2005-09-13 |
cl349 |
6821:1ad652222dba |
Perform xenbus operations in shutdown_handler in a transaction. |
2005-09-13 |
cl349 |
6820:36c4d3bb29c8 |
Don't cause watch fire deadlock by unconditionally rewriting the sysrq node. |
2005-09-13 |
cl349 |
6819:3eea03342466 |
Don't fail readDB on empty dirs. |
2005-09-13 |
cl349 |
6818:a0399927e1a1 |
Switch shutdown and sysrq to xstransact. |
2005-09-13 |
cl349 |
6817:feff6bf0417e |
Free blkif if vbd_create fails. |
2005-09-13 |
kaf24 |
6816:3a34bcb7c28b |
Fix the logic in vcpu_sleep_sync(): we must wait until |
2005-09-13 |
shand |
6815:fe5b84a24d43 |
Some more resilience to errors in creating vbds etc; still needs more work |
2005-09-13 |
cl349 |
6814:22d08cc7f739 |
Switch memory target handling to use xstransact. |
2005-09-13 |
cl349 |
6813:c1450b657ede |
g/c introduceDomain and releaseDomain bindings in xsnode and xsobj. |
2005-09-13 |
cl349 |
6812:26cf3cfd3bed |
Switch vcpu hotplugging to use xstransact. |
2005-09-13 |
cl349 |
6811:f562c0f1d222 |
Fix domain list build/cleanup code with xend subdirectory. |
2005-09-13 |
cl349 |
6810:d38da169752e |
IntroduceDomain of dom0 can fail when it's already connected. |
2005-09-13 |
cl349 |
6809:574aeba9859d |
Fix error handling code paths. |
2005-09-13 |
cl349 |
6808:72e4e2aab342 |
merge? |
2005-09-13 |
cl349 |
6807:8ca0f98ba8e2 |
merge? |
2005-09-13 |
cl349 |
6806:4ad19fe76d50 |
Store dom0 store ring-ref in store. |
2005-09-13 |
cl349 |
6805:c2558a2fe658 |
Switch to IntroduceDomain, move xend info into xend subdirectory in store. |
2005-09-13 |
cl349 |
6804:68c4eb06a6aa |
Move xshandle to xsutil.py, add IntroduceDomain, fix list to handle empty/non-existant directories and fix Remove. |
2005-09-13 |
cl349 |
6803:c66a660872e7 |
Change read and list to return None if key/dir doesn't exist. |
2005-09-14 |
djm |
6802:a152b9f27e48 |
Add needed header files that are buried/nested in x86 |
2005-09-14 |
djm |
6801:52d2d5208575 |
Merge latest xen-unstable into xen-ia64-unstable |
2005-09-13 |
djm |
6800:6dadf4d93ee3 |
Converge ia64 grant_table API |
2005-09-13 |
djm |
6799:2c823d27cf33 |
Catchup with xen-unstable, add ia64 specifics to tools, and some VTI merge |
2005-09-13 |
djm |
6798:5cd24dd33033 |
Add ia64 header for synch_bitops.h |
2005-09-13 |
djm |
6797:b35215021b32 |
Merge with latest xen-unstable |
2005-09-13 |
cl349 |
6796:e7c7196fa329 |
merge? |
2005-09-13 |
emellor |
6795:3cc679a35d71 |
Fix imports. |
2005-09-13 |
cl349 |
6794:4d899a738d59 |
merge? |
2005-09-13 |
emellor |
6793:f2450805063b |
Fix the check that the argument count is even, for xenstore_write. |
2005-09-13 |
emellor |
6792:98c5c6a1e857 |
Added help line for dev-docs target. |
2005-09-13 |
ewan |
6791:5aa6a2eff69f |
Added isDevControllerClass so that XendDomainInfo does not need to store the same information internally. This may soon go, depending on how useful controller.py turns out to be. |
2005-09-13 |
ewan |
6790:c5045197dcb7 |
Removed {add,get}_{config,device}_handler in favour of using a simple dictionary directly. Fix a misnamed variable blconfig that was supposed to refer to blcfg. This showed up under pylint as a undefined variable, but would have manifested itself in the bootloader configuration being ignored. |
2005-09-13 |
ewan |
6789:723f81936cf7 |
Added .PHONY target so that make works from the tools/python directory (it was seeing the build directory and therefore doing nothing). |
2005-09-13 |
ewan |
6788:e939d5c5e646 |
Pass the root directory to Doxyfilter and thence pythfilter.py so that the latter can get the namespace/packages correct. |
2005-09-13 |
ewan |
6787:bcbd2d2c1068 |
Pass the root directory to Doxyfilter and thence pythfilter.py so that the latter can get the namespace/packages correct. |
2005-09-11 |
ewan |
6786:64d6de1ea743 |
"Added." |
2005-09-11 |
ewan |
6785:89a842453d77 |
Added dev-docs target to build the Python Tools' API documentation. |
2005-09-11 |
ewan |
6784:f44b792e898c |
Added docs/api. |
2005-09-11 |
ewan |
6783:bf58d21a1e3a |
Added dev-docs target, which passes through to the docs Makefile. |
2005-09-13 |
kaf24 |
6782:adb70d525dbd |
This trivial patch makes sure that mem-map.sxp and the qemu bits |
2005-09-13 |
kaf24 |
6781:89ed236b6b66 |
Update ignores list for new xenstore binaries. |
2005-09-13 |
kaf24 |
6780:e17161930711 |
synch_bitops.h is an arch-specific header file. |
2005-09-13 |
kaf24 |
6779:b5d91089e42c |
Newer binutils is a bit stricter and errors out when you try |
2005-09-13 |
cl349 |
6778:bd951d23d713 |
merge? |
2005-09-13 |
cl349 |
6777:4d018790ff8a |
Fixed consoled race condition. |
2005-09-13 |
kaf24 |
6776:69bf4490062f |
domain_crash_synchronous() on x86_64 causes Xen to crash because |
2005-09-13 |
cl349 |
6775:0fad07d67e75 |
Prevent opening the xenbus device if the store isn't connected yet. |
2005-09-13 |
cl349 |
6774:f804b28871ba |
merge? |
2005-09-13 |
kaf24 |
6773:36e74b5dfa95 |
Fix a bug in shadow_remove_all_access_in_page. |
2005-09-13 |
cl349 |
6772:f1bb1316b26f |
Fix up testsuite from recent changes. |
2005-09-13 |
cl349 |
6771:1cb7adaa3355 |
Put xenstored.h in linux-public include dir. |
2005-09-12 |
cl349 |
6770:d8637529daff |
Always allow overriding where clients connect through XENSTORED_PATH. |
2005-09-12 |
cl349 |
6769:80afc502461b |
Change xenbus_dev interface from ioctl to read/write. |
2005-09-12 |
cl349 |
6768:282d5698ea40 |
Add xenstore-list and xenstore-exists clients |
2005-09-12 |
cl349 |
6767:d22091179975 |
Check the return value of chdir(2) and write(2). |
2005-09-12 |
cl349 |
6766:219d96d545fc |
merge? |
2005-09-12 |
cl349 |
6765:cdaaaa027bf8 |
Switch vtpm device setup/teardown over to xstransact. |
2005-09-12 |
cl349 |
6764:38a29ec8d021 |
Switch block device setup/teardown over to xstransact. |
2005-09-12 |
cl349 |
6763:3aa853185afe |
Remove debug output. |
2005-09-12 |
cl349 |
6762:e9d01c5dc7b4 |
Move block device bind/unbind into hotplug scripts. |
2005-09-12 |
cl349 |
6761:968541972a7c |
Don't remove backend store directory before device_unregister. |
2005-09-12 |
cl349 |
6760:f5adc1aa61d8 |
Export backend device store path to hotplug script. |
2005-09-12 |
kaf24 |
6759:888094e5ac07 |
This patch remove the L2 pin for 1:1 page table on control panel. |
2005-09-12 |
kaf24 |
6758:7ae8090e5f67 |
The last vnet patch was missing some files that had been added |
2005-09-12 |
kaf24 |
6757:413c911e5780 |
Re-indent xc_linux_restore, and add code to force PAE |
2005-09-12 |
cl349 |
6756:f752e0c873a6 |
merge? |
2005-09-12 |
cl349 |
6755:b594bb976a74 |
Always fire watches, even on the connection which caused the watch to fire. |
2005-09-12 |
kaf24 |
6754:939fd35d58da |
Xen_version hypercalls takes two args, not one. |
2005-09-12 |
kaf24 |
6753:03b9919f655e |
mlock argument to version hypercall in libxc. |
2005-09-12 |
kaf24 |
6752:05f36d13e30c |
Improve debug tracing from HYPERVISOR_memory_op(). |
2005-09-12 |
vh249 |
6751:2c2c0b843f05 |
removing XEN_LOCALVERSION for a smaller alternative |
2005-09-11 |
kaf24 |
6750:3feb7fa331ed |
Re-indent vmx code. |
2005-09-11 |
kaf24 |
6749:4508c22dc458 |
Yes, that fixes the problem, our patches crossed. I saw Keir already |
2005-09-11 |
vh249 |
6748:5721657e8130 |
add XEN_LOCALVERSION to the dist building process |
2005-09-11 |
kaf24 |
6747:21cbdb20ff4c |
An FC4/i386 install inside VMX on an x86_64 system fails because byte |
2005-09-10 |
cl349 |
6746:9ead08216805 |
Restore NULL checks before calling kfree(). |
2005-09-10 |
vh249 |
6745:3f2751c6e721 |
add a simple usage string to xenconsoled |
2005-09-10 |
vh249 |
6744:bc5e0fc79696 |
fix ballooning out logic to handle dying domain freeing memory. |
2005-09-10 |
vh249 |
6743:b3b4391a14e5 |
use XEN_FULLVERSION variable where possible |
2005-09-10 |
vh249 |
6742:ac6605bceb9d |
remove pointless NULL check before calling kfree |
2005-09-10 |
vh249 |
6741:864d936a0482 |
convert initializers to C99 initializers |
2005-09-10 |
kaf24 |
6740:aa1adbeecfcd |
With this patch, 32-bit binary can work on 64-bit VMX guest. |
2005-09-10 |
kaf24 |
6739:20b6be0e1fa1 |
This patch fixes xenlinux timer interrupt. |
2005-09-10 |
kaf24 |
6738:8fc210e6a588 |
This patch fix a bug in set_reg_value() for x86_64 VMX guest. |
2005-09-10 |
kaf24 |
6737:a8f01a0a9559 |
One more instruction for the VMX MMIO decoder. |
2005-09-10 |
kaf24 |
6736:4b2c87242ad3 |
Fix bug that service os & vmx guest can't communicate with |
2005-09-09 |
shand |
6735:5c49ed1145cc |
Fix xm info handling of empty strings (fix bugzilla bug #216) |
2005-09-09 |
shand |
6734:41a74438bcba |
Fix 'xm info' (sizeof(param) doesn't do that one might hope). |
2005-09-09 |
cl349 |
6733:813c37b68376 |
merge? |
2005-09-09 |
cl349 |
6732:31c257b9a360 |
Make vif cleanup use xstransact and use classmethods for setup. |
2005-09-09 |
cl349 |
6731:1a27091a1e7a |
Add remove and list support. Also make all class methods "safe". |
2005-09-09 |
cl349 |
6730:54af57682431 |
Only retry transactions which fail from timeout. |