age |
author |
revision |
description |
2005-11-02 |
kaf24 |
7603:e519f3239a97 |
Make the -V option of xenconsoled actually do something. |
2005-11-02 |
kaf24 |
7602:d507f32afba9 |
Make it clear that the result of xs_get_domain_path() must be free()'d. |
2005-11-02 |
kaf24 |
7601:4ec05d64f202 |
Fix memory leak in domain cleanup spotted by doremifa in #xen. |
2005-11-02 |
kaf24 |
7600:89030fab2c3f |
The attached patch to 1) fix a 64-bit bug with some of the data packing, |
2005-11-02 |
kaf24 |
7599:03d51c0b0546 |
fix VMX decoder for MOVZ instruction. |
2005-11-02 |
kaf24 |
7598:c31edd72086d |
Just some small code cleanup to shadow.c, no logic changed. |
2005-11-02 |
kaf24 |
7597:5ed53e973b83 |
Changeset 7419 introduced a check for DOM0 before setting a bit in the |
2005-11-01 |
kaf24 |
7596:ae2e13795c63 |
>I'm hitting an ASSERT in alloc_monitor_pagetable() with debug=y and I |
2005-11-01 |
kaf24 |
7595:305649f5ad56 |
Fix 'nosmp' and ensure that CPU#0 is reported properly |
2005-11-01 |
kaf24 |
7594:3492adc0ad60 |
Temporary fix for blkfront failure on save/restore. |
2005-11-01 |
kaf24 |
7593:0b8f92adc679 |
Fix CPU hotplug -- cpu initialisation functions must be declared |
2005-11-01 |
emellor |
7592:99f4ba74763e |
Merged. |
2005-11-01 |
emellor |
7591:28face899030 |
Catch KeyboardInterrupt, to avoid spewing error messages on Ctrl-C. |
2005-11-01 |
emellor |
7590:3a3b2f8fbb60 |
Added missing __init__.py. |
2005-11-01 |
kaf24 |
7589:952945d2b68e |
Disable guest firmware apm since no apm is supported now to remove the |
2005-11-01 |
kaf24 |
7588:b818029835de |
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg |
2005-11-01 |
kaf24 |
7587:07b5b3e2ff45 |
Fix docs: xm set-mem => xm mem-set. |
2005-11-01 |
kaf24 |
7586:c794c98c416c |
There is an error in xenstat, such that a wild pointer is being |
2005-11-01 |
kaf24 |
7585:a48ac90f99f1 |
Fix the DISPLAY configration that breaks vmx domain creation with SDL |
2005-11-01 |
kaf24 |
7584:f1b6dd997716 |
Add get_cycles(), to be defined in asm/time.h, as a |
2005-10-31 |
emellor |
7583:6be0d21bb863 |
Merged. |
2005-10-31 |
emellor |
7582:286946489e5d |
From Murillo Fernandes Bernardes <mfb@br.ibm.com>: |
2005-10-31 |
emellor |
7581:a7129a40f239 |
From Gerd Knorr <kraxel@suse.de>: |
2005-10-31 |
emellor |
7580:00377595e4f9 |
Added new xentrace executables tbctl and setsize. |
2005-10-31 |
emellor |
7579:4e6c0734c409 |
Use _p to fix, once and for all, the debugging printf recently changed. |
2005-10-31 |
emellor |
7578:a51ec6d425e7 |
Removed the event server, and all it entails. This is unused, and a big pile |
2005-10-31 |
emellor |
7577:69958a5b94a3 |
Removed some dead code. |
2005-10-31 |
emellor |
7576:7c30e9215558 |
Ignore the directories containing generated man pages. |
2005-10-31 |
kaf24 |
7575:cf0c13832905 |
Make check_pkgs work with the Bourne shell |
2005-10-31 |
kaf24 |
7574:60c941136be9 |
Update .hgignore. |
2005-10-31 |
kaf24 |
7573:8ded2066e16c |
Fix PAE shadow on a machine with RAM above 4G on x86_64 xen. |
2005-10-31 |
kaf24 |
7572:ea6d9f29dff5 |
Watch events may get lost, the xenstored response races against the new |
2005-10-31 |
kaf24 |
7571:8cc7ce549d00 |
Sanitise the trace-buffer hypervisor<->user interface. |
2005-10-30 |
kaf24 |
7570:7d0d88685f79 |
Remove stupid unused strtok() function. |
2005-10-30 |
kaf24 |
7569:2947b0df5ffa |
Simplify trace header some more, and ensure that |
2005-10-30 |
kaf24 |
7568:d8a39152f982 |
Tracing cleanups and simplify tb_set_size(). Dynamic |
2005-10-30 |
kaf24 |
7567:a663683fe8cb |
Remove trace compile option from Xen. |
2005-10-30 |
kaf24 |
7566:f33f18fbf2cb |
This is a set of changes which allow the tracebuffer functionality to |
2005-10-30 |
emellor |
7565:43676a509982 |
Merged. |
2005-10-30 |
emellor |
7564:127d856ce124 |
Try again to get the ptrdiff_t printf right for 64-bit. |
2005-10-30 |
emellor |
7563:d49fd494963e |
--- xen-unstable.hg.copy/docs/Makefile 2005-10-28 18:36:33.000000000 -0700 |
2005-10-30 |
emellor |
7562:c774efa2aca8 |
Added doccomment. |
2005-10-30 |
emellor |
7561:e212c0b60fbe |
Move misplaced netif_free declaration. |
2005-10-30 |
emellor |
7560:f3ebb4d6baab |
Added network-attach and network-detach. Fixes bug #300. |
2005-10-30 |
emellor |
7559:e0ea9320c351 |
Force the devid given to destroyDevice to an integer. This means that that |
2005-10-30 |
emellor |
7558:1ce76b214ce2 |
Added -lpthread to qemu-dm link line, in order to compile even without SDL |
2005-10-30 |
emellor |
7557:b50eb7619dd4 |
Change the grant table interface so that gnttab_end_foreign_access_ref returns |
2005-10-30 |
emellor |
7556:ecae9e6c7331 |
Added cast to silence warning on 64-bit. |
2005-10-30 |
emellor |
7555:8ffba597c385 |
Use %tx C99 printf modifier for ptrdiff_t so that this builds on 64-bit. |
2005-10-30 |
kaf24 |
7554:32695e99cfc8 |
This patch is to fix the NIC driven mechanism to make it event |
2005-10-30 |
kaf24 |
7553:8e1bfcb901e5 |
Once grant refs run out, netfront prints a nice message, but doesn't set |
2005-10-30 |
kaf24 |
7552:c7006e46cd06 |
Small shadow pagetable fixes. |
2005-10-30 |
emellor |
7551:47ba7a4bed45 |
Remove out: label, to silence warning. |
2005-10-30 |
emellor |
7550:bcccadcc56e5 |
Merged. |
2005-10-30 |
emellor |
7549:dc36edf1102f |
Don't schedule work for reboot if work is already scheduled. This fixes a |
2005-10-30 |
emellor |
7548:9f44b2aa98f3 |
Change the interface between XendRoot.get_network_script and Vifctl so that a |
2005-10-30 |
emellor |
7547:03612b7f69d5 |
Don't use XendRoot.get_vif_bridge to provide a default bridge -- instead, pass |
2005-10-30 |
emellor |
7546:601ae1c4fe61 |
Added test_create.py, a test script for create.py. This contains a unit test |
2005-10-30 |
emellor |
7545:ab8768317e20 |
Added xen.xm.tests package to build. |
2005-10-30 |
emellor |
7544:4722eae11abb |
Added xen-script-common.sh, for functions common to all scripts, not just the |