aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version for 4.0.0-rc14.0.0-rc1Keir Fraser2010-01-122-2/+3
* libxenlight: remove ctx dangerously passed to childrenKeir Fraser2010-01-123-12/+10
* libxenlight: remove ctx argument to execKeir Fraser2010-01-123-7/+4
* libxenlight: typo in old patch, lead to waitpid forever instead ofKeir Fraser2010-01-121-2/+2
* libxenlight: misc cleanupKeir Fraser2010-01-121-5/+4
* libxenlight: do not try to set memory target with a number we haven'tKeir Fraser2010-01-121-1/+9
* libxenlight: tests a lots more of xl return value inside the libraryKeir Fraser2010-01-122-17/+49
* blktap: make memshr optionalKeir Fraser2010-01-127-45/+82
* xend, pciquirk: fix uninitialized variableKeir Fraser2010-01-121-2/+2
* tools: build fixes for NetBSDKeir Fraser2010-01-123-2/+3
* x86_32: Fix the build.Keir Fraser2010-01-091-1/+1
* libxenlight: initialize domid to -1 in domain_createKeir Fraser2010-01-081-1/+1
* libxenlight: don't try to delete path when they doesn't exists.Keir Fraser2010-01-081-6/+9
* libxenlight: simplify the logic of domain_list to just return 1024 domains ma...Keir Fraser2010-01-081-19/+5
* libxenlight: remove all cloning logic.Keir Fraser2010-01-083-51/+11
* libxenlight: don't use the cloning logic in dm_xenstore_record_pid.Keir Fraser2010-01-083-22/+31
* libxenlight: returns errors if xc and/or xs has not been initialized properly.Keir Fraser2010-01-081-0/+10
* libxenlight: don't free ifname, can lead to double freeKeir Fraser2010-01-081-3/+0
* libxenlight: don't ignore ctx_init errors if there is one.Keir Fraser2010-01-081-12/+49
* VT-d: get rid of trailing whitespaceKeir Fraser2010-01-089-17/+17
* xend: fix options for assigned pciKeir Fraser2010-01-083-7/+33
* [IA64] support XEN_DOMCTL_mem_sharing_opKeir Fraser2010-01-081-0/+29
* xend: Fix xc.physinfo() Py_BuildValue format string.Keir Fraser2010-01-081-1/+1
* tmem: Reduce verbosity on failed memory allocations.Keir Fraser2010-01-082-5/+4
* EPT: Walk and print EPT tables on an unexpected EPT violationKeir Fraser2010-01-083-0/+52
* x86: fix NUMA handling (c/s 20599:e5a757ce7845)Keir Fraser2010-01-082-11/+40
* Handle PoD case in hvm_hap_nested_page_fault()Keir Fraser2010-01-061-9/+8
* sysctl: Return max_node_id rather than nr_nodes from physinfo command.Keir Fraser2010-01-065-47/+58
* x86: XEN_DOMCTL_MEM_SHARING_OP_CONTROL should not depend on HAP.Keir Fraser2010-01-061-4/+1
* libxl: apply CPUID policy for all types of VMs in all situationsKeir Fraser2010-01-061-6/+4
* [IA64] Fix ia64 buildKeir Fraser2010-01-064-4/+26
* tmem: Only enable by default for x86_64Keir Fraser2010-01-061-0/+4
* xend: passthrough: also do_FLR when a device is assigned.Keir Fraser2010-01-062-29/+47
* libxenlight: install libxl.hKeir Fraser2010-01-051-0/+1
* libxenlight: remove any uuid dependancies from xlKeir Fraser2010-01-058-287/+66
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2010-01-054-7/+12
* xend: Pass -vcpu-avail option to QEMU now it is supported.Keir Fraser2010-01-051-1/+1
* Update QEMU_TAG to 2621a102cd74cd6691bed30f638581639fcb141dKeir Fraser2010-01-051-3/+3
* Revert incorrect comment change introduced by 20720:ddb3646ad681Keir Fraser2010-01-051-1/+1
* domctl: Fix command-number clashes and place all #defines together toKeir Fraser2010-01-041-62/+118
* VT-d: fix iommu_domid for PCI/PCIx devices assignmentKeir Fraser2010-01-041-41/+51
* VT-d: fix iommu_domain_destroyKeir Fraser2010-01-041-19/+10
* VT-d: clean up dynamic page mappingKeir Fraser2010-01-042-3/+3
* xend: Allow disable QEMU monitor by settinbg option to 0 in config file.Keir Fraser2010-01-041-0/+2
* Revert 20726:ddb8c5e798f9Keir Fraser2010-01-044-12/+7
* x86: In mmuext_op(), MMUEXT_[UN]PIN_* must respect 'foreigndom'...Keir Fraser2009-12-301-10/+10
* hvmloader: mp table fixKeir Fraser2009-12-301-1/+1
* libxl: add a versioning number to ctx_init that permit to detectKeir Fraser2009-12-303-14/+18
* libxl: define errors as an enum instead of define random values.Keir Fraser2009-12-301-4/+7
* libxl: add a get_shutdown_reasonKeir Fraser2009-12-302-0/+18