age |
author |
revision |
description |
2005-10-30 |
emellor |
7556:6304291cf08b |
Print out MFN in audit code, for debugging purposes. |
2005-10-30 |
emellor |
7555:889afaf6ca25 |
Free domain names in xenstat_free_node, fixing small memory leak. |
2005-10-28 |
emellor |
7554:f994ee35da23 |
Fix reboot logic. An indentation error meant that every second reboot would |
2005-10-30 |
kaf24 |
7553:b5903c9aeda5 |
Fix floating-point corruption (a nasty race in fp task-switch |
2005-10-30 |
kaf24 |
7552:07aa5213d811 |
Add a commented-out sanity check for lazy fpu switching. |
2005-10-29 |
kaf24 |
7551:eee0489b3a17 |
merge |
2005-10-29 |
jbulpin |
7550:8cf7d1d715f4 |
Prevent event listener socket from being inherited by children. |
2005-10-28 |
kaf24 |
7549:d25ac5cbd8d3 |
Remove next_io_page field from domain structure. |
2005-10-28 |
kaf24 |
7548:ab0addb6dcbb |
Clean up the 'initial mapping' area properly on x86/64. |
2005-10-28 |
kaf24 |
7547:f5de9429118c |
Fix sizeof_vcpu_shift in x86/64 xen_entry.S. |
2005-10-28 |
kaf24 |
7546:cc23d4236b20 |
This patch provide local APIC support for vmx guest. |
2005-10-27 |
kaf24 |
7545:f23b897930d1 |
xm help notes that domid can be used in place of domname. |
2005-10-27 |
kaf24 |
7544:6d4caa5a2cdb |
No side effects in BUG_ON statements in Xen. |
2005-10-27 |
kaf24 |
7543:c5cd971aa96c |
To allow kernel to handle radically different hypervisors in the future, |
2005-10-27 |
kaf24 |
7542:f8087c9297aa |
I've created a patch to get the mini-os to compile in Xen-unstable. The patch |
2005-10-27 |
kaf24 |
7541:602f7fc3e1b1 |
Originally in qemu when a IDE dma transfer is started which is triggered |
2005-10-27 |
kaf24 |
7540:d6ebcfc5a30b |
The attached patch fixes 2 issues with the scripts written for the Xen |
2005-10-27 |
kaf24 |
7539:7ba4019f7b2d |
This patch |
2005-10-27 |
kaf24 |
7538:897adc98fec2 |
Remove all binaries on make clean. |
2005-10-27 |
kaf24 |
7537:26fc51079f5f |
Remove a non-portable and unused error.h, and use signal.h not |
2005-10-27 |
kaf24 |
7536:3843e518e092 |
Use standard int typedefs. |
2005-10-27 |
kaf24 |
7535:76392609363f |
BUG_ON() is a macro very very similar to assert(), and it's a really bad |
2005-10-27 |
emellor |
7534:e70ea9465b31 |
Fix Jerone Young's xenstat / xenstore patch: |
2005-10-27 |
jeroney |
7533:a793b7a53605 |
* Enable xenstat to use xenstore |
2005-10-26 |
emellor |
7532:20d1a79ebe31 |
Fix the check for non-existence of the save/restore directories, by using && |
2005-10-26 |
emellor |
7531:0240a69e1f97 |
Move exception handler for sxp.ParseError above that for Exception, as the |
2005-10-26 |
emellor |
7530:98fd1359eecd |
Break the write_dev function out from block into new block-common.sh, where it |
2005-10-26 |
emellor |
7529:4983606a263e |
Added copyright notice. |
2005-10-26 |
emellor |
7528:895d66f6de44 |
New xendomains init script, courtesy of Kurt Garloff: |
2005-10-26 |
emellor |
7527:a39aee6d660f |
Check whether dom is NULL when we handle a watch. This might occur if the |
2005-10-26 |
emellor |
7526:9b91f6583b5e |
Added comment. |
2005-10-25 |
jeroney |
7525:623ccfa55107 |
Remove second decleration of .PHONY & cleanup formating |
2005-10-25 |
emellor |
7524:34b4068704c5 |
Fix format spec for tracing. |
2005-10-25 |
emellor |
7523:cd1cfbadb75f |
NBD scripts, courtesy of Kurt Garloff: |
2005-10-25 |
emellor |
7522:f2ad4e0a7259 |
Merged. |
2005-10-25 |
emellor |
7521:25639d30d5d5 |
Moved SuSE-specific getcfg call into a preiftransfer call. The semantics of |
2005-10-24 |
emellor |
7520:52f17d78dcd5 |
Change argument spec for introduce_domain argument parsing, as the MFN is a long. |
2005-10-24 |
emellor |
7519:c653a376cf52 |
Remove recently added uses of errno, as these cause trouble on ia64 builds. |
2005-10-24 |
emellor |
7518:99ece3c06913 |
Removed some unnecessary imports. |
2005-10-24 |
chris |
7517:f0e92f206c8a |
Don't run network stop script when doing xend stop. |
2005-10-24 |
vhanquez |
7516:e47f04c55eb1 |
compute the correct totalram_pages when the balloon increase or decrease the |
2005-11-07 |
djm |
7515:dd0db9019177 |
Fast tlb miss reflection (mostly working, missing robustness, default off) |
2005-11-04 |
djm |
7514:5a4893a537ca |
Minor driver code changes/rearrangement to reduce ia64-specific patches |
2005-11-03 |
djm |
7513:b4263a0216a9 |
Enable test for running_on_xen from modules |
2005-11-03 |
djm |
7512:98209d207d14 |
Fix gcc-3.4 compiler errors (submitted by Takebe Akio) |
2005-11-03 |
djm |
7511:f1949cd70f89 |
Oops, backout accidental test config, committed in wrong directory |
2005-11-03 |
djm |
7510:7b3230c51fbb |
Test new config |
2005-11-03 |
djm |
7509:4ef1a7322bf4 |
Fix console output and bug in evtchn_ia64 (by Tristan Gingold) |
2005-11-03 |
djm |
7508:55aaa12a542a |
Fix ar.unat save/restore for fast rfi (by Anthony Xu) |
2005-11-02 |
djm |
7507:854cfcbef774 |
Adapt for recent change in xen-unstable common/trace.c |
2005-11-01 |
djm |
7506:3f237000e59c |
Fix hyper_set_kr bug -- was always setting kr0. (Found by Kevin Tian) |
2005-10-31 |
djm |
7505:fbf92a68ff36 |
Mask vector for delivering vhpt fault correctly. |
2005-10-31 |
djm |
7504:4f8302838037 |
Load kernel regs from virtual kernel regs at domain switch (found by Kevin Tian) |
2005-10-31 |
djm |
7503:aa81f4e44ca5 |
Fixes for first step in getting domU back up (by Kevin Tian) |
2005-10-24 |
djm |
7502:7eac3edd0589 |
Oops, missed hg add of vti example file |
2005-10-24 |
djm |
7501:8928c89a8d0a |
Necessary change to support ia64/vti domain build in common code. |
2005-10-24 |
djm |
7500:935a81f86348 |
Image builder for ia64/vti domain, together with a example config file. |
2005-10-24 |
djm |
7499:ebc92fd2fac8 |
Code reordering for (partial) gcc3.4 compatibility |
2005-10-24 |
djm |
7498:eb1ae533d480 |
Remove dup prologue lines |
2005-10-24 |
djm |
7497:91268555f215 |
Define VHPT constants from VHPT_SIZE_LOG2. |