age |
author |
revision |
description |
2005-10-19 |
emellor |
7437:74f693d6e03e |
Some trivial changes for the tool scripts: |
2005-10-19 |
emellor |
7436:b556130d3c6c |
Added sedf_get functionality to XendClient interface. From David Isaac |
2005-10-19 |
emellor |
7435:7c951e3eb5ab |
Remove unused parameter from addControllerClass. This became unused when the |
2005-10-19 |
emellor |
7434:9b18b85e0146 |
Remove unused shadow_control functionality from the Python layer. This is |
2005-10-19 |
emellor |
7433:8dbf531776e1 |
Take advantage of the new UUID (handle) stored for us in Xen to improve the |
2005-10-19 |
kaf24 |
7432:4dd58ef39639 |
Rename 2.6.12.5 patch so it actually gets applied. Fail |
2005-10-18 |
kaf24 |
7431:aabc33c3c0ac |
Fix -xen builds. |
2005-10-18 |
kaf24 |
7430:3233e3921fdd |
Domain0 doesn't do initial VCPU hotplug via xenstore. |
2005-10-18 |
kaf24 |
7429:bd1298cf0b4d |
Remove 'n_vcpu' field from start_info structure. Domain0 |
2005-10-18 |
emellor |
7428:6ef7386f7370 |
Protect __del__ from failure inside __init__ by setting inTransaction before |
2005-10-18 |
emellor |
7427:c24fae1cd39d |
Added uuid unit test. |
2005-10-18 |
emellor |
7426:377b64f085d0 |
Fix call to getVCpuCount for dom0. |
2005-10-18 |
kaf24 |
7425:3d27ee7da0c1 |
Merge i386/x86_64 smpboot.c into a simplified common Xen version. |
2005-10-18 |
kaf24 |
7424:7169e31606bd |
alloc_netif() must return a ERR_PTR() on error, not NULL. |
2005-10-18 |
kaf24 |
7423:551d099dae3a |
Clean up some VMX IO handler code: |
2005-10-18 |
kaf24 |
7422:7155eafc858a |
Fix x86_64 smp boot: |
2005-10-18 |
kaf24 |
7421:eea0e77b7683 |
Allow interdomain channels to bind DOMID_SELF to DOMID_SELF. |
2005-10-18 |
kaf24 |
7420:76a413a8eef0 |
There are only six fields in vcpuinfo. |
2005-10-18 |
kaf24 |
7419:cd2a4d6da0a1 |
In the shadow mode, thanks to recent patches, the shadow |
2005-10-18 |
cl349 |
7418:2b95dde72853 |
Fix transaction EAGAIN handling in xenstore client programs. |
2005-10-17 |
emellor |
7417:1d88f303c39c |
Put back the arg_check calls removed recently -- they aren't as useless as I |
2005-10-17 |
emellor |
7416:aa5c62270da7 |
More removal of BE_DOMAIN flags. |
2005-10-17 |
emellor |
7415:f726c39670d9 |
Merged. |
2005-10-17 |
emellor |
7414:75ec60b67f64 |
Have xenstored initialise its connections, meaning that xend can be out of |
2005-10-17 |
kaf24 |
7413:895149d24048 |
Remove useless SIF_XXX_BE_DOMAIN driver flags. |
2005-10-17 |
kaf24 |
7412:ba9706473941 |
Make the event-channel pending and mask arrays consist of |
2005-10-17 |
emellor |
7411:5e4e11d059a1 |
Merged. |
2005-10-17 |
emellor |
7410:2b92f50b7692 |
Replace xm vcpu-enable and xm vcpu-disable with one command, xm set-vcpus, |
2005-10-17 |
kaf24 |
7409:420db20e103c |
Force RTC driver to fail to load in domU by preventing it |
2005-10-17 |
emellor |
7408:446aa56ca4fe |
Added a TRACE log level, for those versions of Python that do not have it, and |
2005-10-17 |
kaf24 |
7407:fa0faada967b |
Plumb GETVCPUINFO dom0_op through to Python. Remove |
2005-10-16 |
kaf24 |
7406:9b51e7637676 |
Clean up debug tracing in mm and mm audit code. |
2005-10-16 |
kaf24 |
7405:f535708469ee |
Small cleanup in hotplug script. |
2005-10-16 |
kaf24 |
7404:6cf6f8783282 |
Fix local_irq_save() and irqs_disabled() to be preemption-safe. |
2005-10-15 |
kaf24 |
7403:475e2a8493b8 |
Flush writable pagetable state whenever a domain is |
2005-10-15 |
kaf24 |
7402:9d9b75569d0e |
Fix invalidation of shadow LDT on SMP systems. |
2005-10-15 |
kaf24 |
7401:9d51c5afda92 |
Remove bogus error message in libxenctrl. |
2005-10-15 |
kaf24 |
7400:938f209d886b |
Detect failure to create shutdown process and retry twice |
2005-10-15 |
emellor |
7399:4c9dbbb5fe3d |
Use new -t flag on xenstore-rm to keep the store pruned when devices go away. |
2005-10-15 |
emellor |
7398:a0ec7370eec0 |
Fix installation decision to make the DISTDIR and DESTDIR absolute before |
2005-10-15 |
emellor |
7397:bb127c984f74 |
Added --tidy flag to xenstore-rm that recursively removes any empty directories |
2005-10-15 |
kaf24 |
7396:fd7b8b051466 |
At least for the time being, GETVCPUCONTEXT needs to work |
2005-10-15 |
kaf24 |
7395:27d7c7f226f4 |
Extend VCPUINFO dom0_op to return status information about |
2005-10-15 |
kaf24 |
7394:26862e5458eb |
Fix NAT for domU checksum offload. |
2005-10-15 |
kaf24 |
7393:5487b11faafa |
add BT instruction support to VMX MMIO decoder. |
2005-10-15 |
iap10 |
7392:768b04d09dde |
Enable hotplug cpus in -xen x86_32 kernel. |
2005-10-14 |
kaf24 |
7391:06ce728dcede |
machine_specific_memory_setup() makes the following call to setup e820: |
2005-10-14 |
kaf24 |
7390:f9b300fab36e |
This should fix time stopped / going slow problems that |
2005-10-14 |
kaf24 |
7389:d48bc069122c |
In addition to setting opaque handle during domain |
2005-10-14 |
kaf24 |
7388:bd3268de4145 |
Store an opaque handle (tools uuid) in the domain structure |
2005-10-14 |
iap10 |
7387:70aa62954e91 |
Remove unused x86_64 functions. |
2005-10-13 |
emellor |
7386:95ec0b134206 |
Patch for typo causing multiple output in xm list -l, courtesy of Laura Ramirez |
2005-10-13 |
jrb44 |
7385:56752fea020d |
Fixed 64 bit Linux build. |
2005-10-13 |
kaf24 |
7384:b41e51ffa5ea |
Because of a bug with reference counting against the target guest page |
2005-10-13 |
emellor |
7383:3fd239d8b640 |
Revert accidental commit. |
2005-10-13 |
emellor |
7382:bb22622a15fc |
Merged. |
2005-10-13 |
emellor |
7381:cd6f7b548218 |
Remove the diagnostic/recovery when two domains end up with the same name. It |
2005-10-13 |
kaf24 |
7380:5a97ee0633e8 |
Cleanup CPU hotplug and save/restore. Next step is to |
2005-10-13 |
emellor |
7379:92c6021f23e4 |
Merge. |
2005-10-13 |
emellor |
7378:7b9547485703 |
Fix broken test for zombies. |