age |
author |
revision |
description |
2005-11-07 |
kaf24 |
7652:a4bd444c5424 |
merge |
2005-11-07 |
kaf24 |
7651:19e5385bc5b3 |
fast_flush_area() should index the unmap request array using |
2005-11-07 |
emellor |
7650:b47b79585772 |
Move the randomMAC method from xm.create into server.netif. This way, it can |
2005-11-07 |
emellor |
7649:f392a8fc7494 |
Fix misnamed call to legacy_mask_to_prefix. Thanks to Tim Moreton for finding |
2005-11-07 |
emellor |
7648:a4bff55d4a16 |
Diagnostic for hitting the nloopbacks limit. This is presumably the cause of |
2005-11-07 |
emellor |
7647:ecb5997f7b25 |
Wholesale import of xm-test 0.4.0. |
2005-11-07 |
emellor |
7646:365245f2a106 |
Hack around problem whereby VMX domains (using the ioemu device) now fail |
2005-11-07 |
emellor |
7645:5d9de9f4baf4 |
Added assertion, to stop it blowing up more obscurely a little later. |
2005-11-07 |
emellor |
7644:43fbea30b5c8 |
Tidy exception handling on IntroduceDomain, quieten down one debug message, add |
2005-11-07 |
emellor |
7643:19a226d8db16 |
Make xenstored reopen its trace file on SIGHUP. This allows one to rotate the |
2005-11-07 |
kaf24 |
7642:1f57d567cf4b |
Add support for the ioport_permission dom0 op to xend and xm |
2005-11-06 |
kaf24 |
7641:270469d40f02 |
Revert c/s 7626 -- it's missing a new file. |
2005-11-06 |
kaf24 |
7640:55194bd55b86 |
Fix error path in blkback driver where a grant mapping in the |
2005-11-06 |
kaf24 |
7639:c352591ebfdf |
Add support for the ioport_permission dom0 op to xend and xm |
2005-11-06 |
kaf24 |
7638:b67d2d2465aa |
Added domain_ioport_permission to the python module xen.lowlevel.xc, |
2005-11-06 |
kaf24 |
7637:15dc55145e55 |
Added xc_domain_ioport_permission to libxc, which wraps the dom0 op |
2005-11-06 |
kaf24 |
7636:f41c33671a43 |
This patch adds a new boot parameter, dom0_ioports_disable, which |
2005-11-05 |
kaf24 |
7635:0cae0c6436f5 |
This patch is intended to make qemu support ia64/vti. We have validated |
2005-11-05 |
kaf24 |
7634:65c3b9382caa |
This patch is to remove the pit_timer when the vmx domain is |
2005-11-05 |
kaf24 |
7633:b180310a0d2c |
vlapic_init alloc memory for struct vlapic, so it should do a memset on |
2005-11-05 |
smh22 |
7632:2e880b1fbe84 |
Quiet down balloon driver. |
2005-11-05 |
smh22 |
7631:a45408260abb |
Check correct flag in grant transfer - this eliminates the most common |
2005-11-04 |
kaf24 |
7630:a969d918674e |
Remove shadow audit debugging. Too noisy for |
2005-11-04 |
kaf24 |
7629:6a2d93c2b32d |
Specifying 'mem=' as Linux boot parameter disables the default |
2005-11-04 |
kaf24 |
7628:21d175472d55 |
This is a fix for some device model corner cases including: |
2005-11-04 |
kaf24 |
7627:1a5861311b04 |
This patch adds a check to make sure the config file passed to |
2005-11-04 |
kaf24 |
7626:d9d88dd713ba |
This is another patch that adds an arg_check() to domid and domname so |
2005-11-04 |
kaf24 |
7625:98515ca23ca3 |
This patch adds an arg_check into the set_vcpus code in xm, so that we |
2005-11-03 |
kaf24 |
7624:289b73a5ace7 |
Simplified vmx_platform.c by removing obsolete code and redundant vmread's. |
2005-11-03 |
emellor |
7623:ca2e91ab4311 |
Merged. |
2005-11-03 |
emellor |
7622:fe487b19c379 |
Fix handling of child in forkHelper. |
2005-11-02 |
kaf24 |
7621:76fbcb25d174 |
Fix map_domain_page() by reverting a bogus simplification |
2005-11-02 |
sos22 |
7620:9cdfcecf4968 |
Merge. |
2005-11-01 |
sos22 |
7619:5ffe3f16aa52 |
Make SMP alternatives work under xenolinux rather than just native, |
2005-11-02 |
emellor |
7618:4321438e92a7 |
Merged. |
2005-11-02 |
emellor |
7617:7f8db234e9db |
Rewritten handling of child stderr to avoid deadlock. |
2005-11-02 |
kaf24 |
7616:e519f3239a97 |
Make the -V option of xenconsoled actually do something. |
2005-11-02 |
kaf24 |
7615:d507f32afba9 |
Make it clear that the result of xs_get_domain_path() must be free()'d. |
2005-11-02 |
kaf24 |
7614:4ec05d64f202 |
Fix memory leak in domain cleanup spotted by doremifa in #xen. |
2005-11-02 |
kaf24 |
7613:89030fab2c3f |
The attached patch to 1) fix a 64-bit bug with some of the data packing, |
2005-11-02 |
kaf24 |
7612:03d51c0b0546 |
fix VMX decoder for MOVZ instruction. |
2005-11-02 |
kaf24 |
7611:c31edd72086d |
Just some small code cleanup to shadow.c, no logic changed. |
2005-11-02 |
kaf24 |
7610:5ed53e973b83 |
Changeset 7419 introduced a check for DOM0 before setting a bit in the |
2005-11-01 |
kaf24 |
7609:ae2e13795c63 |
>I'm hitting an ASSERT in alloc_monitor_pagetable() with debug=y and I |
2005-11-01 |
kaf24 |
7608:305649f5ad56 |
Fix 'nosmp' and ensure that CPU#0 is reported properly |
2005-11-01 |
kaf24 |
7607:3492adc0ad60 |
Temporary fix for blkfront failure on save/restore. |
2005-11-01 |
kaf24 |
7606:0b8f92adc679 |
Fix CPU hotplug -- cpu initialisation functions must be declared |
2005-11-01 |
emellor |
7605:99f4ba74763e |
Merged. |
2005-11-01 |
emellor |
7604:28face899030 |
Catch KeyboardInterrupt, to avoid spewing error messages on Ctrl-C. |
2005-11-01 |
emellor |
7603:3a3b2f8fbb60 |
Added missing __init__.py. |
2005-11-01 |
kaf24 |
7602:952945d2b68e |
Disable guest firmware apm since no apm is supported now to remove the |
2005-11-01 |
kaf24 |
7601:b818029835de |
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg |
2005-11-01 |
kaf24 |
7600:07b5b3e2ff45 |
Fix docs: xm set-mem => xm mem-set. |
2005-11-01 |
kaf24 |
7599:c794c98c416c |
There is an error in xenstat, such that a wild pointer is being |
2005-11-01 |
kaf24 |
7598:a48ac90f99f1 |
Fix the DISPLAY configration that breaks vmx domain creation with SDL |
2005-11-01 |
kaf24 |
7597:f1b6dd997716 |
Add get_cycles(), to be defined in asm/time.h, as a |
2005-10-31 |
emellor |
7596:6be0d21bb863 |
Merged. |
2005-10-31 |
emellor |
7595:286946489e5d |
From Murillo Fernandes Bernardes <mfb@br.ibm.com>: |
2005-10-31 |
emellor |
7594:a7129a40f239 |
From Gerd Knorr <kraxel@suse.de>: |
2005-10-31 |
emellor |
7593:00377595e4f9 |
Added new xentrace executables tbctl and setsize. |