age |
author |
revision |
description |
2005-09-13 |
ewan |
6771: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 |
6770: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 |
6769: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 |
6768: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 |
6767: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 |
6766:64d6de1ea743 |
"Added." |
2005-09-11 |
ewan |
6765:89a842453d77 |
Added dev-docs target to build the Python Tools' API documentation. |
2005-09-11 |
ewan |
6764:f44b792e898c |
Added docs/api. |
2005-09-11 |
ewan |
6763:bf58d21a1e3a |
Added dev-docs target, which passes through to the docs Makefile. |
2005-09-13 |
kaf24 |
6762:adb70d525dbd |
This trivial patch makes sure that mem-map.sxp and the qemu bits |
2005-09-13 |
kaf24 |
6761:89ed236b6b66 |
Update ignores list for new xenstore binaries. |
2005-09-13 |
kaf24 |
6760:e17161930711 |
synch_bitops.h is an arch-specific header file. |
2005-09-13 |
kaf24 |
6759:b5d91089e42c |
Newer binutils is a bit stricter and errors out when you try |
2005-09-13 |
cl349 |
6758:bd951d23d713 |
merge? |
2005-09-13 |
cl349 |
6757:4d018790ff8a |
Fixed consoled race condition. |
2005-09-13 |
kaf24 |
6756:69bf4490062f |
domain_crash_synchronous() on x86_64 causes Xen to crash because |
2005-09-13 |
cl349 |
6755:0fad07d67e75 |
Prevent opening the xenbus device if the store isn't connected yet. |
2005-09-13 |
cl349 |
6754:f804b28871ba |
merge? |
2005-09-13 |
kaf24 |
6753:36e74b5dfa95 |
Fix a bug in shadow_remove_all_access_in_page. |
2005-09-13 |
cl349 |
6752:f1bb1316b26f |
Fix up testsuite from recent changes. |
2005-09-13 |
cl349 |
6751:1cb7adaa3355 |
Put xenstored.h in linux-public include dir. |
2005-09-12 |
cl349 |
6750:d8637529daff |
Always allow overriding where clients connect through XENSTORED_PATH. |
2005-09-12 |
cl349 |
6749:80afc502461b |
Change xenbus_dev interface from ioctl to read/write. |
2005-09-12 |
cl349 |
6748:282d5698ea40 |
Add xenstore-list and xenstore-exists clients |
2005-09-12 |
cl349 |
6747:d22091179975 |
Check the return value of chdir(2) and write(2). |
2005-09-12 |
cl349 |
6746:219d96d545fc |
merge? |
2005-09-12 |
cl349 |
6745:cdaaaa027bf8 |
Switch vtpm device setup/teardown over to xstransact. |
2005-09-12 |
cl349 |
6744:38a29ec8d021 |
Switch block device setup/teardown over to xstransact. |
2005-09-12 |
cl349 |
6743:3aa853185afe |
Remove debug output. |
2005-09-12 |
cl349 |
6742:e9d01c5dc7b4 |
Move block device bind/unbind into hotplug scripts. |
2005-09-12 |
cl349 |
6741:968541972a7c |
Don't remove backend store directory before device_unregister. |
2005-09-12 |
cl349 |
6740:f5adc1aa61d8 |
Export backend device store path to hotplug script. |
2005-09-12 |
kaf24 |
6739:888094e5ac07 |
This patch remove the L2 pin for 1:1 page table on control panel. |
2005-09-12 |
kaf24 |
6738:7ae8090e5f67 |
The last vnet patch was missing some files that had been added |
2005-09-12 |
kaf24 |
6737:413c911e5780 |
Re-indent xc_linux_restore, and add code to force PAE |
2005-09-12 |
cl349 |
6736:f752e0c873a6 |
merge? |
2005-09-12 |
cl349 |
6735:b594bb976a74 |
Always fire watches, even on the connection which caused the watch to fire. |
2005-09-12 |
kaf24 |
6734:939fd35d58da |
Xen_version hypercalls takes two args, not one. |
2005-09-12 |
kaf24 |
6733:03b9919f655e |
mlock argument to version hypercall in libxc. |
2005-09-12 |
kaf24 |
6732:05f36d13e30c |
Improve debug tracing from HYPERVISOR_memory_op(). |
2005-09-12 |
vh249 |
6731:2c2c0b843f05 |
removing XEN_LOCALVERSION for a smaller alternative |
2005-09-11 |
kaf24 |
6730:3feb7fa331ed |
Re-indent vmx code. |
2005-09-11 |
kaf24 |
6729:4508c22dc458 |
Yes, that fixes the problem, our patches crossed. I saw Keir already |
2005-09-11 |
vh249 |
6728:5721657e8130 |
add XEN_LOCALVERSION to the dist building process |
2005-09-11 |
kaf24 |
6727:21cbdb20ff4c |
An FC4/i386 install inside VMX on an x86_64 system fails because byte |
2005-09-10 |
cl349 |
6726:9ead08216805 |
Restore NULL checks before calling kfree(). |
2005-09-10 |
vh249 |
6725:3f2751c6e721 |
add a simple usage string to xenconsoled |
2005-09-10 |
vh249 |
6724:bc5e0fc79696 |
fix ballooning out logic to handle dying domain freeing memory. |
2005-09-10 |
vh249 |
6723:b3b4391a14e5 |
use XEN_FULLVERSION variable where possible |
2005-09-10 |
vh249 |
6722:ac6605bceb9d |
remove pointless NULL check before calling kfree |
2005-09-10 |
vh249 |
6721:864d936a0482 |
convert initializers to C99 initializers |
2005-09-10 |
kaf24 |
6720:aa1adbeecfcd |
With this patch, 32-bit binary can work on 64-bit VMX guest. |
2005-09-10 |
kaf24 |
6719:20b6be0e1fa1 |
This patch fixes xenlinux timer interrupt. |
2005-09-10 |
kaf24 |
6718:8fc210e6a588 |
This patch fix a bug in set_reg_value() for x86_64 VMX guest. |
2005-09-10 |
kaf24 |
6717:a8f01a0a9559 |
One more instruction for the VMX MMIO decoder. |
2005-09-10 |
kaf24 |
6716:4b2c87242ad3 |
Fix bug that service os & vmx guest can't communicate with |
2005-09-09 |
shand |
6715:5c49ed1145cc |
Fix xm info handling of empty strings (fix bugzilla bug #216) |
2005-09-09 |
shand |
6714:41a74438bcba |
Fix 'xm info' (sizeof(param) doesn't do that one might hope). |
2005-09-09 |
cl349 |
6713:813c37b68376 |
merge? |
2005-09-09 |
cl349 |
6712:31c257b9a360 |
Make vif cleanup use xstransact and use classmethods for setup. |