aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Build target to wrap dist/install in a .deb archive.Tim Deegan2011-05-161-0/+56
* tools/xm-test: portability fix: Avoid using == in /bin/sh scriptChristoph Egger2011-05-121-1/+1
* libxc: [CVE-2011-1583] pv kernel image validationIan Jackson2011-05-091-44/+95
* x86/LWP: export LWP related CPUID to AMD SVM guestWei Huang2011-05-091-2/+4
* tools/tests/xen-access: minor bug fixesAravindh Puthiyaparambil2011-05-091-5/+2
* xl: refactor common parts of command line parsingAndre Przywara2011-05-041-675/+162
* tools: ocaml: autogenerate xl datatype definitions and ocaml<->C conversionIan Campbell2011-04-205-412/+336
* tools: ocaml: lay ground work for auto generating xl datatypes.Ian Campbell2011-04-205-1/+77
* tools: ocaml: tweak whitespace in preparation for autogenerating xl bindingsIan Campbell2011-04-203-53/+44
* tools: ocaml: remove create_info and build_info data types from xl bindingsIan Campbell2011-04-203-167/+0
* tools: ocaml: reorder xl bindings type and function definitions to match IDLIan Campbell2011-04-202-212/+212
* tools: libxl: reduce number of integer types in the IDLIan Campbell2011-04-204-17/+11
* tools: libxl: remove Reference meta-type from IDLIan Campbell2011-04-203-36/+7
* tools: libxl: remove libxl_domain_build_state from the IDLIan Campbell2011-04-2010-103/+79
* tools: ocaml: rename the topology types and functionsIan Campbell2011-04-202-19/+18
* tools: ocaml: rename the sched_credit types and functionsDavid Scott2011-03-302-16/+19
* tools: ocaml: rename the physinfo types and functionsDavid Scott2011-03-302-30/+36
* tools: ocaml: rename the domain_build_state types and functionsDavid Scott2011-03-302-16/+20
* tools: ocaml: rename the build_info types and functionsDavid Scott2011-03-302-66/+74
* tools: ocaml: rename the create_info types and functionsDavid Scott2011-03-302-26/+30
* tools: ocaml: remove the domain_make and domain_build functions since they do...David Scott2011-03-302-6/+0
* tools: ocaml: rename the pci types and functionsDavid Scott2011-03-303-31/+34
* tools: ocaml: rename the vkb types and functionsDavid Scott2011-03-303-62/+69
* tools: ocaml: rename the console types and functionsDavid Scott2011-03-303-17/+21
* tools: ocaml: rename the disk_info types and functionsDavid Scott2011-03-303-29/+33
* tools: ocaml: rename the device_nic types and functionsDavid Scott2011-03-303-36/+38
* tools: libxl: do not specify protocol node for disk or netIan Campbell2011-04-201-10/+0
* tools: libxl: add concept of in- and out-put only data types to IDLIan Campbell2011-04-203-10/+35
* tools: libxl: remove BitField type class from IDLIan Campbell2011-04-205-28/+10
* tools: libxl: add libxl_domid to IDLIan Campbell2011-04-204-11/+21
* tools: libxl: add an Enumeration type to the IDLIan Campbell2011-04-208-123/+176
* tools: libxl: namespace enum values within their type.Ian Campbell2011-04-208-73/+73
* tools: libxl: generalize libxl_qemu_machine_type into libxl_domain_typeIan Campbell2011-04-205-19/+19
* tools: libxl: move all enum values into the libxl namespaceIan Campbell2011-04-208-136/+147
* tools: support SeaBIOS. Use by default when upstream qemu is configured.Ian Campbell2011-04-206-4/+106
* tools: libxl: write selected BIOS to xenstore.Ian Campbell2011-04-201-0/+16
* tools: libxl: hide selection of device-model by default.Ian Campbell2011-04-209-112/+124
* tools: libxl: hide selection of hvmloader by default.Ian Campbell2011-04-196-31/+47
* libxc: Fill in XSAVE-related CPUID leaves for PV guests.Keir Fraser2011-04-251-4/+10
* tools: hvmloader: attempt to SHUTDOWN_crash on BUGKeir Fraser2011-04-182-6/+18
* hvmloader: Fix _start-relative calculation of hypercall page address.Keir Fraser2011-04-182-2/+4
* hvmloader: Fix build dependency (rombios.o depends on roms.inc)Keir Fraser2011-04-181-15/+17
* Tracing facility for nested virtualizationKeir Fraser2011-04-141-0/+3
* tools/xentrace: decode 'continue_running' and 'RDTSC' entries.Christoph Egger2011-04-131-0/+2
* tools: hvmloader: select BIOS through xenstore.Ian Campbell2011-04-121-1/+21
* tools: hvmloader: Refactor MP table setup into struct bios_configIan Campbell2011-04-125-55/+63
* tools: hvmloader: Refactor ACPI table setup into struct bios_configIan Campbell2011-04-123-3/+8
* tools: hvmloader: Refactor VM86 and E820 setup into struct bios_configIan Campbell2011-04-123-24/+36
* tools: hvmloader: refactor highbios and bios_info setup into struct bios_configIan Campbell2011-04-125-16/+33
* tools: hvmloader: Refactor APIC, PCI and SMP setup into struct bios_configIan Campbell2011-04-123-232/+249