aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Actually update domain info when dom_get() succeeds. shand@ubuntu.eng.hq.xensource.com2005-09-151-1/+2
| * | Update image handling code for xstransact.cl349@firebug.cl.cam.ac.uk2005-09-154-142/+134
| |/
| * Fix the libxc Makefile.kaf24@firebug.cl.cam.ac.uk2005-09-151-2/+1
| * add support for ipv6 address in choose_vnc_display functionvh249@arcadians.cl.cam.ac.uk2005-09-151-1/+1
| * fix build, strings spanning multiple lines are no longer supportedvh249@arcadians.cl.cam.ac.uk2005-09-151-2/+2
| * merge?cl349@firebug.cl.cam.ac.uk2005-09-151-4/+14
| |\
| | * Like IA32 PAE xenlinux, we also need make VMX guest 1:1 page table PGDkaf24@firebug.cl.cam.ac.uk2005-09-151-4/+14
| * | Don't special case getDomainMemory for ia64.cl349@firebug.cl.cam.ac.uk2005-09-151-5/+1
| * | Better build fix.cl349@firebug.cl.cam.ac.uk2005-09-151-4/+5
| |/
| * Cleanup timeout code for when socket is already in use.cl349@firebug.cl.cam.ac.uk2005-09-151-12/+7
| * Fix build!cl349@firebug.cl.cam.ac.uk2005-09-151-4/+4
| * Remove bad lines from start od script.kaf24@firebug.cl.cam.ac.uk2005-09-151-4/+0
| * merge?kaf24@firebug.cl.cam.ac.uk2005-09-159-26/+86
| |\
| | * More build fixes for latest binutils. No 'movl' betweenkaf24@firebug.cl.cam.ac.uk2005-09-151-1/+1
| | * Deal with domain info going away (handle new error path introduced by shand@ubuntu.eng.hq.xensource.com2005-09-141-1/+6
| | * O_REUSEADDR is not enough to ensure we don't get address in use errors whenshand@ubuntu.eng.hq.xensource.com2005-09-141-2/+20
| | * Make sure xend start doesn't return until xend is ready to accept connections.shand@ubuntu.eng.hq.xensource.com2005-09-144-18/+48
| | * Disable CONFIG_PNPACPI temporarily in the -xen defconfig (it's known not to shand@ubuntu.eng.hq.xensource.com2005-09-141-1/+1
| | * The dom destroy path is doing a dom_get on a non-existent domain to shand@ubuntu.eng.hq.xensource.com2005-09-142-3/+10
* | | Patches and recipe to build an elilo.efi that will boot domain0 with initrddjm@kirby.fc.hp.com2005-09-224-0/+624
* | | Remove all CONFIG_VTI, VTI now works dynamicallydjm@kirby.fc.hp.com2005-09-2230-166/+110
* | | Minor change also needed in vcpu.c for guests to own ar.kr's.djm@kirby.fc.hp.com2005-09-211-1/+4
* | | Another fix for handling ar.kr'sdjm@kirby.fc.hp.com2005-09-211-3/+4
* | | Remove paravirtualization of ar.kr registers (may need hyperprivop fordjm@kirby.fc.hp.com2005-09-214-53/+6
* | | Xenlinux/ia64 can't use xenlinux/x86 version of drivers/acpi/tables.cdjm@kirby.fc.hp.com2005-09-211-7/+8
* | | Build tweaks for xenlinux/ia64djm@kirby.fc.hp.com2005-09-212-21/+26
* | | Start fleshing out -sparse tree for xenlinux/ia64djm@kirby.fc.hp.com2005-09-2125-4/+12189
* | | Support files for building xenlinux-ia64 from -sparse treedjm@kirby.fc.hp.com2005-09-203-0/+1266
* | | Clone of Christian's xen-unstable mkbuildtree patch (cset 6960) djm@kirby.fc.hp.com2005-09-206-30/+48
* | | Fix dcr.pp and psr.pp support (non-VTI) so pfmon --system-wide worksdjm@kirby.fc.hp.com2005-09-204-4/+31
* | | Get multiple domains working againdjm@kirby.fc.hp.com2005-09-202-1/+11
* | | Merge vcpu phase 2djm@kirby.fc.hp.com2005-09-1930-520/+614
* | | Add debug output for pfmon (default off, DEBUG_PFMON in config.h)djm@kirby.fc.hp.com2005-09-182-0/+14
* | | Re-enable improved PAL code (time and perfmon work again). PAL code remappeddjm@kirby.fc.hp.com2005-09-183-13/+42
* | | Add additional stats to track VHPT saturationdjm@kirby.fc.hp.com2005-09-162-0/+23
* | | PAL cache flush (added during VTI merge) breaks on simulatordjm@kirby.fc.hp.com2005-09-161-4/+6
* | | Comment out DTLB MATCH message as it is more frequent and annoying nowdjm@kirby.fc.hp.com2005-09-161-2/+2
* | | Return rid mangling to previous method (to match hyperprivop.S)djm@kirby.fc.hp.com2005-09-161-2/+2
* | | Script to generate diffs between linux-xen subdirs and real linuxdjm@kirby.fc.hp.com2005-09-161-0/+25
* | | This patch fixes a severe bug in vtlb, where domU may face machine crashdjm@kirby.fc.hp.com2005-09-151-1/+1
* | | Properly return extents for hypervisor memory ops calldjm@kirby.fc.hp.com2005-09-151-2/+19
|/ /
* | Oops, one hypervisor.h change seems to have unfixed in the mergedjm@kirby.fc.hp.com2005-09-141-1/+1
* | Add missing include/decl to ia64-specific hypervisor.hdjm@kirby.fc.hp.com2005-09-141-0/+4
* | Add ia64-specific hypervisor.hdjm@kirby.fc.hp.com2005-09-141-0/+44
* | Merge latest xen-unstable into xen-ia64-unstable to prepdjm@kirby.fc.hp.com2005-09-1483-1372/+1051
|\|
| * Remove redundant semi-colon from end of DEFINE_RING_TYPESkaf24@firebug.cl.cam.ac.uk2005-09-141-1/+1
| * merge?cl349@firebug.cl.cam.ac.uk2005-09-144-7/+311
| |\
| | * Fix mmapping of PCI resources from userspace.kaf24@firebug.cl.cam.ac.uk2005-09-144-7/+311
| * | Switch most uses of write over to store.cl349@firebug.cl.cam.ac.uk2005-09-142-24/+11
| * | Explicit test for None.cl349@firebug.cl.cam.ac.uk2005-09-141-3/+3