aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace pyxml/xmlproc-based XML validator with lxml based oneStephan Peijnik2010-10-112-52/+55
* tools/tests: Test 64-bit x86 emulation in test_x86_emulate.Keir Fraser2010-10-114-393/+417
* vmx: add missing VMCS definitionKeir Fraser2010-10-112-0/+6
* x86-64: workaround for BIOSes wrongly enabling LAHF_LM feature indicatorKeir Fraser2010-10-111-0/+59
* x86: emulate MSR_IA32_UCODE_REV Intel access protocolKeir Fraser2010-10-111-7/+20
* xl: Fix build in python binding since API change in 22229:1385b15e168fGianni Tedesco2010-10-082-4/+5
* xl: Implement PCI passthrough force removalGianni Tedesco2010-10-063-14/+29
* x86 hvm: Factor out hvm_map_guest_frame_{rw,ro} from hvm_map_entryKeir Fraser2010-10-062-30/+63
* libxl: remove console 0 backend directory from xenstore on devices destroyIan Campbell2010-10-052-53/+59
* Fix copy and paste bug in libxl_run_bootloaderChristoph Egger2010-10-051-1/+1
* x86_32: sh_clear_up_pointer is only used if CONFIG_PAGING_LEVELS >= 4Keir Fraser2010-10-041-0/+2
* x86 shadow: reset up-pointers on all l3s when l3s stop being pinnable.Keir Fraser2010-10-023-3/+48
* Vt-d: fix dom0 graphics problem on Levnovo T410.Keir Fraser2010-10-023-12/+47
* x86: fix boot failure (regression from pre-4.0 IRQ handling changes)Keir Fraser2010-10-023-4/+7
* Vt-d: fix feature boot messagesKeir Fraser2010-10-021-2/+2
* libxl: fix qemu-dm pathChristoph Egger2010-10-011-1/+1
* xl: allow parsing of both old and new cpuid syntaxAndre Przywara2010-10-011-9/+76
* libxl: implementing legacy xm cpuid parserAndre Przywara2010-10-012-0/+62
* xl: implement parsing of cpuid parameter and translate to Xen interfaceAndre Przywara2010-10-013-0/+231
* xl: use libxl_domain_info to get the uuid in printf_infoAndre Przywara2010-10-011-1/+11
* x86 mm: free p2m pages to the shadow/hap pool.Tim Deegan2010-10-012-12/+25
* x86: adjust MSR_IA32_MISC_ENABLE handlingKeir Fraser2010-09-242-8/+21
* x86: check CPUID level before enabling xsaveKeir Fraser2010-09-241-2/+9
* xl: Fix stack corruption caused by non-terminated call to libxl__xs_writevGianni Tedesco2010-09-231-1/+1
* tools/python: do not link against blktap except on LinuxGianni Tedesco2010-09-231-3/+5
* libxl: Introduce a maximum limit for free_mem_slack (re (dom0) ballooning)Stefano Stabellini2010-09-231-2/+9
* xenpaging: page-in granttable entriesKeir Fraser2010-09-221-38/+59
* xsm/flask: Code indentation.Keir Fraser2010-09-223-224/+225
* xsm: return unlabeled instead of failing with ENOENT in get_page_sidKeir Fraser2010-09-221-4/+1
* xl: parse maxmem parameter in VM config filesStefano Stabellini2010-09-221-0/+3
* libxl: proper accounting for the videoramStefano Stabellini2010-09-222-3/+4
* xl: free memory before building a domainStefano Stabellini2010-09-224-0/+132
* xl: Change default global config not to contain uncommented defaultIan Jackson2010-09-221-1/+1
* Config.mk et al: introduce XEN_LOCK_DIRStefano Stabellini2010-09-225-0/+14
* xl: add a global configuration fileStefano Stabellini2010-09-224-0/+55
* libxl: introduce the concept of dom0 minimum memoryStefano Stabellini2010-09-222-0/+7
* libxl: add few more memory operationsStefano Stabellini2010-09-223-0/+142
* libxl: add a "relative" parameter to libxl_set_memory_targetStefano Stabellini2010-09-223-17/+159
* libxl: use transactions in libxl_set_memory_targetStefano Stabellini2010-09-221-33/+41
* libxl: do not modify static-max after domain creationStefano Stabellini2010-09-221-3/+0
* libxl: add current_memkb to libxl_dominfoStefano Stabellini2010-09-223-2/+4
* tmem: disallow bad gmfns from PV domainsKeir Fraser2010-09-221-40/+89
* Revert 22186:7167d6dd5c7c "x86: Retry do_mmu_update() a few times"Keir Fraser2010-09-221-7/+0
* tools/ocaml: Fix caml-stubdom make line to depend on the ocaml cross compilerPatrick Colp2010-09-211-1/+1
* xl: fix off-by-one mistake in block-attach handlerJan Beulich2010-09-211-1/+1
* libxl: change xl_cfg_get_list to take a dont_warn parameterAndre Przywara2010-09-213-11/+14
* libxl, buildmakevars2file: Do not relink libxl each timeIan Jackson2010-09-213-13/+15
* tools/hotplug: Linux udev rules adjustmentJan Beulich2010-09-211-2/+6
* tools, build system: Detect distro-variant directories at build-timeIan Jackson2010-09-212-13/+23
* x86: Retry do_mmu_update() a few times when called on a pte whose type is in ...Keir Fraser2010-09-201-0/+7