aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Do not print `***' when compiling unless we fall overKeir Fraser2009-01-123-4/+4
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-1227-64/+56
* hvmloader: MTRR UC type covers the pci regions only.Keir Fraser2009-01-091-7/+19
* hvmloader: Dynamically size the PCI hole.Keir Fraser2009-01-095-35/+68
* xend: Fix a ssl migration hang issueKeir Fraser2009-01-092-1/+3
* hvmloader: Reserve BIOS memory and VGA memory at top of 4GB memory hole.Keir Fraser2009-01-087-96/+79
* x86, hvm: Move E820 table creation into hvmloader, extendKeir Fraser2009-01-085-136/+141
* xm: Fix syntax error.Keir Fraser2009-01-081-1/+1
* hvmloader: Simplify access to hvm_info_table.Keir Fraser2009-01-087-32/+13
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-086-6/+7
* x86-64: guest directed placement of initial p->m mapKeir Fraser2009-01-081-1/+1
* passthough: MSI-INTx translation documentationKeir Fraser2009-01-081-0/+33
* pci: add config options for MSI-INTx translation in HVMKeir Fraser2009-01-084-4/+20
* pci: add pci option support for XenAPI severKeir Fraser2009-01-086-4/+40
* pci: add pci option support for XML-RPC serverKeir Fraser2009-01-084-14/+76
* passthrough: MSI-INTx translation for HVMKeir Fraser2009-01-081-1/+2
* xenpm tool enhancementsKeir Fraser2009-01-081-243/+454
* [IA64] ia64 counter part of 5b44cfde9666.Isaku Yamahata2009-01-071-0/+16
* [IA64] compilation fix of xenctxIsaku Yamahata2009-01-071-3/+3
* merge with xen-unstable.hgIsaku Yamahata2009-01-0726-893/+1233
|\
| * rombios: Get rid of annoying delay at F12 boot menu.Keir Fraser2009-01-061-48/+46
| * rombios: Allow option ROMs to extend up to 0xEA000.Keir Fraser2009-01-066-45/+66
| * xend: Fix error handling in device_create().Keir Fraser2009-01-061-1/+1
| * rombios: Do not initialise PCI devices after hvmloader.Keir Fraser2009-01-061-2/+2
| * libxc: Define xc_ffs{8,16,32,64} functions. Use them.Keir Fraser2009-01-065-6/+35
| * Download external tarballs from xenbits.xensource.comKeir Fraser2009-01-052-2/+4
| * vtd hotplug: check if a device can be hot-plugged.Keir Fraser2009-01-053-11/+97
| * xenctx: compat-mode/HVM supportKeir Fraser2009-01-051-105/+185
| * Make xc_translate_foreign_address aware of compat-mode guests andKeir Fraser2009-01-052-162/+77
| * PoD memory 9/9: xend integrationKeir Fraser2009-01-053-9/+45
| * PoD memory 8/9: libxc interfaceKeir Fraser2009-01-055-5/+158
| * acpi: Reserve IO ports used by hotplugKeir Fraser2008-12-292-495/+514
| * rombios: disable DEBUG_ROMBIOS by default.Keir Fraser2008-12-291-1/+1
| * rombios: pass BDF correctly during option ROM scanKeir Fraser2008-12-291-2/+0
| * rombios: enabling option ROM write access during initialisation.Keir Fraser2008-12-291-1/+4
* | [IA64] paravirtualize itc and support save/restore.Isaku Yamahata2009-01-051-1/+2
|/
* CPUIDLE: adjust cstate statistic interfaceKeir Fraser2008-12-191-1/+1
* xend: Actually restrict a domU's access to xenstore when we mean to --Keir Fraser2008-12-181-1/+16
* rombios: Update to Bochs latestKeir Fraser2008-12-182-1484/+2109
* xenpm: add cpu frequency control interface, through which user canKeir Fraser2008-12-161-142/+534
* x86: Update xen-detect utility to scan for Xen signature in CPUID space.Keir Fraser2008-12-161-8/+16
* x86: Enable MTF for HVM guest single step in gdbKeir Fraser2008-12-163-12/+49
* rombios: fix references to EBDAKeir Fraser2008-12-151-26/+35
* xenpmd: Fix bogus fgets() size parameter.Keir Fraser2008-12-131-5/+1
* xc_pm: Fix off-by-one error in string array access.Keir Fraser2008-12-131-1/+1
* xentop: Fix fprintf() build failure.Keir Fraser2008-12-111-1/+1
* hvmloader: enable bus mastering of PCI deviceKeir Fraser2008-12-111-0/+5
* rombios: fix rom_scan (ja->jmp)Keir Fraser2008-12-111-1/+1
* libxc: Fix xc_pm.c build by avoiding bogus header includes.Keir Fraser2008-12-112-5/+6
* gdbserver: Fix build failure.Keir Fraser2008-12-101-1/+1