age |
author |
revision |
description |
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. |
2005-10-31 |
emellor |
7592:4e6c0734c409 |
Use _p to fix, once and for all, the debugging printf recently changed. |
2005-10-31 |
emellor |
7591:a51ec6d425e7 |
Removed the event server, and all it entails. This is unused, and a big pile |
2005-10-31 |
emellor |
7590:69958a5b94a3 |
Removed some dead code. |
2005-10-31 |
emellor |
7589:7c30e9215558 |
Ignore the directories containing generated man pages. |
2005-10-31 |
kaf24 |
7588:cf0c13832905 |
Make check_pkgs work with the Bourne shell |
2005-10-31 |
kaf24 |
7587:60c941136be9 |
Update .hgignore. |
2005-10-31 |
kaf24 |
7586:8ded2066e16c |
Fix PAE shadow on a machine with RAM above 4G on x86_64 xen. |
2005-10-31 |
kaf24 |
7585:ea6d9f29dff5 |
Watch events may get lost, the xenstored response races against the new |
2005-10-31 |
kaf24 |
7584:8cc7ce549d00 |
Sanitise the trace-buffer hypervisor<->user interface. |
2005-10-30 |
kaf24 |
7583:7d0d88685f79 |
Remove stupid unused strtok() function. |
2005-10-30 |
kaf24 |
7582:2947b0df5ffa |
Simplify trace header some more, and ensure that |
2005-10-30 |
kaf24 |
7581:d8a39152f982 |
Tracing cleanups and simplify tb_set_size(). Dynamic |
2005-10-30 |
kaf24 |
7580:a663683fe8cb |
Remove trace compile option from Xen. |
2005-10-30 |
kaf24 |
7579:f33f18fbf2cb |
This is a set of changes which allow the tracebuffer functionality to |
2005-10-30 |
emellor |
7578:43676a509982 |
Merged. |
2005-10-30 |
emellor |
7577:127d856ce124 |
Try again to get the ptrdiff_t printf right for 64-bit. |
2005-10-30 |
emellor |
7576:d49fd494963e |
--- xen-unstable.hg.copy/docs/Makefile 2005-10-28 18:36:33.000000000 -0700 |