age |
author |
revision |
description |
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 |
2005-10-30 |
emellor |
7575:c774efa2aca8 |
Added doccomment. |
2005-10-30 |
emellor |
7574:e212c0b60fbe |
Move misplaced netif_free declaration. |
2005-10-30 |
emellor |
7573:f3ebb4d6baab |
Added network-attach and network-detach. Fixes bug #300. |
2005-10-30 |
emellor |
7572:e0ea9320c351 |
Force the devid given to destroyDevice to an integer. This means that that |
2005-10-30 |
emellor |
7571:1ce76b214ce2 |
Added -lpthread to qemu-dm link line, in order to compile even without SDL |
2005-10-30 |
emellor |
7570:b50eb7619dd4 |
Change the grant table interface so that gnttab_end_foreign_access_ref returns |
2005-10-30 |
emellor |
7569:ecae9e6c7331 |
Added cast to silence warning on 64-bit. |
2005-10-30 |
emellor |
7568:8ffba597c385 |
Use %tx C99 printf modifier for ptrdiff_t so that this builds on 64-bit. |
2005-10-30 |
kaf24 |
7567:32695e99cfc8 |
This patch is to fix the NIC driven mechanism to make it event |
2005-10-30 |
kaf24 |
7566:8e1bfcb901e5 |
Once grant refs run out, netfront prints a nice message, but doesn't set |
2005-10-30 |
kaf24 |
7565:c7006e46cd06 |
Small shadow pagetable fixes. |
2005-10-30 |
emellor |
7564:47ba7a4bed45 |
Remove out: label, to silence warning. |
2005-10-30 |
emellor |
7563:bcccadcc56e5 |
Merged. |
2005-10-30 |
emellor |
7562:dc36edf1102f |
Don't schedule work for reboot if work is already scheduled. This fixes a |
2005-10-30 |
emellor |
7561:9f44b2aa98f3 |
Change the interface between XendRoot.get_network_script and Vifctl so that a |
2005-10-30 |
emellor |
7560:03612b7f69d5 |
Don't use XendRoot.get_vif_bridge to provide a default bridge -- instead, pass |
2005-10-30 |
emellor |
7559:601ae1c4fe61 |
Added test_create.py, a test script for create.py. This contains a unit test |
2005-10-30 |
emellor |
7558:ab8768317e20 |
Added xen.xm.tests package to build. |
2005-10-30 |
emellor |
7557:4722eae11abb |
Added xen-script-common.sh, for functions common to all scripts, not just the |
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 |