aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* stubdom: add videoram to stubdom initial memory reservationKeir Fraser2009-01-292-1/+16
* xend: Fix block device type checkKeir Fraser2009-01-291-4/+10
* rombios: fix pointer argument to PMMKeir Fraser2009-01-261-8/+24
* rombios: fix wrong stack segment return in 32-bit gatewayKeir Fraser2009-01-261-1/+1
* rombios: Indirect through 32-bit jump table from within the 32-bit bios.Keir Fraser2009-01-2313-145/+92
* hvm bios: add PMM (a memory manager during POST)Keir Fraser2009-01-234-2/+565
* bump libxenctrl and libxenguest versionsKeir Fraser2009-01-231-1/+1
* rombios: Simplify 32-bit gateway interface definitions.Keir Fraser2009-01-227-254/+46
* rombios: Simplify 32-bit gateway and avoid need for EBDA space.Keir Fraser2009-01-223-349/+109
* xend: Fix do_FLR() scope problem.Keir Fraser2009-01-221-2/+2
* hvmloader: ACPI compiler is not to be buil;t and installed on target system.Keir Fraser2009-01-201-11/+3
* [IA64] fix compilation error caused by 19046:ecf603780f56Keir Fraser2009-01-161-7/+8
* ptrace_core: Handle FV cross-bitness.Keir Fraser2009-01-161-1/+3
* rombios: remove unnecessary function calls.Keir Fraser2009-01-151-8/+3
* libxc: Support cross-bitness guest when core-dumpingKeir Fraser2009-01-155-35/+135
* rombios: Protect the ax register before calling the TCG BIOS extensions funct...Keir Fraser2009-01-151-0/+2
* xenpm: build fixKeir Fraser2009-01-141-0/+1
* Remove unused XENMEM_remove_from_physmap.Keir Fraser2009-01-141-10/+0
* Remove unused XENMEM_translate_pfn_list.Keir Fraser2009-01-142-33/+0
* x86, hvm: stdvga improvementsKeir Fraser2009-01-148-59/+94
* hvmloader: remove videoram allocation; move reserve base to 0xfc000000.Keir Fraser2009-01-132-12/+8
* xend: fix ballooning bugKeir Fraser2009-01-132-3/+3
* build: Define cc-option-add to immediately add options to CFLAGSKeir Fraser2009-01-133-7/+8
* tools: Don't turn CFLAGS into a := (immediate evaluation) variable asKeir Fraser2009-01-123-3/+3
* hvmloader: Fix SMBIOS memory device length boundary condition.Keir Fraser2009-01-121-2/+3
* 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