aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_efi.h
Commit message (Collapse)AuthorAgeFilesLines
* # HG changeset patchIan Campbell2010-08-241-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | # User Ian Campbell <ian.campbell@citrix.com> # Date 1282671421 -3600 # Node ID d1dd29a470ef1b9d2c77478a123326036dfe90bb # Parent d7a4adad9c328decbd384d87b23001aea8951b86 tools/libxc, tools/libelf: Relicense under LGPL v2.1 Relicense these two libraries under LGPL v2.1 only except where individual files already included the "or later" provision. Copyright holders have been contacted by Stephen Spector and have all agreed this change. Removed tools/libxc/ia64/aclinux.h since it appeared to be unused. There is a separate, more up to date, copy in xen/include/acpi/platform/aclinux.h which does appear to be used. Clarify the license of MiniOS privcmd.h under the same terms as other tools/include/xen-sys headers. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stephen Spector <stephen.spector@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* [IA64] Trivial whitespace cleanupsAlex Williamson2007-05-231-1/+1
| | | | Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* [IA64] memmap: add necessary definitionsAlex Williamson2007-05-211-0/+77
| | | | Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
* libxc: Code format cleanups.Keir Fraser2007-02-241-2/+2
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Xen coredump format: ELF formatified with note section.Keir Fraser2007-02-241-0/+68
added PFN-GMFN table for non-auto translated physmap added PFN table for auto translated physmap. HVM domain support. IA64 support Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Use the guest's own p2m table instead of xc_get_pfn_list(), which cannot handle PFNs with no MFN. Dump a zeroed page for PFNs with no MFN. Clearly deprecate xc_get_pfn_list(). Do not include a P2M table with HVM domains. Refuse to dump HVM until we can map its pages with PFNs. Signed-off-by: John Levon <john.levon@sun.com>