aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* x86: Pass through ERMS CPUID feature for HVM and PV guestsYang, Wei2011-06-142-2/+5
* x86/hvm: Make DRNG feature visible in CPUIDYang, Wei2011-06-142-0/+2
* x86/hvm: add SMEP support to HVM guestTim Deegan2011-06-062-0/+9
* hvmloader: add missing emacs local variables.Ian Campbell2011-06-0818-0/+179
* hvmloader: reduce unnecessary e820 reservations for SeaBIOSIan Campbell2011-06-085-25/+77
* nestedsvm: Support DecodeassistChristoph Egger2011-06-081-1/+2
* libxc: Don't refer to meaningless 'word offsets' in xc_cpufeature.hKeir Fraser2011-06-031-6/+6
* hvmloader: reinstate datastructure shared with DSDT in SeaBIOS case.Ian Campbell2011-06-036-46/+46
* hvmloader: allocate ACPI tables as we goIan Campbell2011-06-031-78/+72
* hvmloader: removed unused/incorrect define.Ian Campbell2011-06-031-5/+0
* hvmloader: reduce minimum allocation alignment from 1024 bytes to 16.Ian Campbell2011-06-032-7/+7
* tools/hotplug: Fix hotplug hook script arrangements not to always failIan Jackson2011-06-031-1/+1
* libxl: disks: rename disk param "unpluggable" to "removable"Ian Jackson2011-06-024-8/+8
* libxl: disks: expose new "script" parameter for external block scriptsIan Jackson2011-06-022-0/+8
* libxl: make libxl_ctx_free tolerate NULL ctx argumentIan Jackson2011-06-022-1/+2
* libxl: provide TOSTRING in libxl_internal.h and libxlu_internal.hIan Jackson2011-06-023-2/+8
* libxl: add missing copyright notices to autogenerated filesIan Jackson2011-06-024-46/+62
* libxl: add missing copyright notices to some filesIan Jackson2011-06-024-0/+67
* libxl: fix wrong mask of function numberYang Zhang2011-06-021-1/+1
* xl: print sxp on dry-run of create.Ian Campbell2011-06-021-5/+5
* libxl: flask xsm supportMachon Gregory2011-06-028-10/+261
* libxl: check return values of read/writeIan Campbell2011-06-022-3/+7
* libxl: avoid build warning when _libxl_types.h does not initially exist.Ian Campbell2011-06-021-1/+1
* libxl: remove stray "atoi" in debug code.Ian Campbell2011-06-021-1/+1
* libxc: Simplify and clean up xc_cpufeature.hKeir Fraser2011-06-022-117/+98
* x86: Hide CPUID leaf 7 from PV guests.Keir Fraser2011-06-022-1/+12
* hvmloader: add code to generate a $PIR table.Ian Campbell2011-06-018-4/+145
* hvmloader: allow the possibility to allocate the size of smbios tableIan Campbell2011-06-013-22/+25
* hvmloader: further support for SeaBIOSIan Campbell2011-06-012-6/+97
* hvmloader: smbios: allow the entry point data structure to be located separat...Ian Campbell2011-06-013-15/+14
* hvmloader: allow create_mp_tables() to allocate the tableIan Campbell2011-06-011-1/+16
* hvmloader: return MPFPS from create_mp_tables()Ian Campbell2011-06-012-10/+11
* hvmloader: refactor BIOS info setupIan Campbell2011-06-014-11/+37
* hvmloader: Add a simple "scratch allocator"Ian Campbell2011-06-016-2/+30
* hvmloader: make SMBIOS initialisation more general.Ian Campbell2011-06-014-18/+13
* hvmloader: make ACPI initialisation hook more general.Ian Campbell2011-06-014-10/+8
* hvmloader: call SMP setup from common code again.Ian Campbell2011-06-014-8/+1
* hvmloader: setup APICs in a common function again.Ian Campbell2011-06-014-21/+17
* hvmloader: setup PCI bus in a common function again.Ian Campbell2011-06-017-252/+272
* hvmloader: enable PCI_COMMAND_IO on primary VGA deviceIan Campbell2011-06-011-0/+23
* hvmloader: allow per-BIOS decision on loading option ROMSIan Campbell2011-06-015-37/+42
* Fix the filename of the archive produced by 'make deb'Tim Deegan2011-05-271-1/+1
* libxl: use preferred syntax for network device creation with upstream qemuIan Campbell2011-05-261-6/+10
* libxl: Add 'e820_host' option to config file.Konrad Rzeszutek Wilk2011-05-261-0/+10
* libxl: Convert E820_UNUSABLE and E820_RAM to E820_UNUSABLE as appropriate.Konrad Rzeszutek Wilk2011-05-261-8/+85
* libxl: Add support for passing in the host's E820 for PCI passthroughKonrad Rzeszutek Wilk2011-05-265-0/+177
* libxl: fix build failure (unused variables) for non-Linux platformsChristoph Egger2011-05-261-2/+2
* tools/libfsimage: build fix (ctype macros applied to char)Christoph Egger2011-05-261-2/+3
* tools: Enable superpages for HVM domains by defaultGeorge Dunlap2011-05-262-2/+2
* tools: Introduce "allocate-only" page type for migrationGeorge Dunlap2011-05-262-21/+31