|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [patch 08/12] Kexec: offsets for EFI runtime regions
This is used by paches that move the EFI runtime regions into what is
normally guest space. A description of why this mapping is made is
included in the patch that makes the mapping.
Cc: Tristan Gingold <tgingold@xxxxxxx>
Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
---
* Sat, 8 Sep 2007 06:06:30 +0200
Tristan Gingold has rasied the point that mapping EFI memory as
facilitated by this and subsequent patches may cause a security
problem, allowing VTI domains to access memory that they shouldn't.
This needs further analysis.
Index: xen-unstable.hg/xen/include/asm-ia64/xensystem.h
===================================================================
--- xen-unstable.hg.orig/xen/include/asm-ia64/xensystem.h 2007-09-03
10:21:50.000000000 +0900
+++ xen-unstable.hg/xen/include/asm-ia64/xensystem.h 2007-09-03
18:52:11.000000000 +0900
@@ -33,6 +33,12 @@
#define KERNEL_START 0xf000000004000000
#define GATE_ADDR KERNEL_START
+/* In order for Kexec between Xen and Linux to work EFI needs
+ * to be mapped into the same place by both. It seems most convenient
+ * to make Xen do the dirty work here */
+#define __IA64_EFI_UNCACHED_OFFSET 0xc000000000000000UL
+#define __IA64_EFI_CACHED_OFFSET 0xe000000000000000UL
+
#define IS_VMM_ADDRESS(addr) ((((addr) >> 60) ^ ((addr) >> 59)) & 1)
#endif // _ASM_IA64_XENSYSTEM_H
--
--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [patch 00/12] Kexec v20070927: Xen, Simon Horman
- [Xen-ia64-devel] [patch 02/12] Kdump: Save dom0_mm_pgd_mfn in vmcore on ia64, Simon Horman
- [Xen-ia64-devel] [patch 03/12] Kexec: Add kexec_disable_iosapic, Simon Horman
- [Xen-ia64-devel] [patch 11/12] Kexec: Handle alt_dtlb_miss for EFI in assembly, Simon Horman
- [Xen-ia64-devel] [patch 06/12] Kexec: Fix ia64_do_tlb_purge so that it works with XEN, Simon Horman
- [Xen-ia64-devel] [patch 04/12] Kexec: partial port of CPU_HOTPLUG, Simon Horman
- [Xen-ia64-devel] [patch 08/12] Kexec: offsets for EFI runtime regions,
Simon Horman <=
- [Xen-ia64-devel] [patch 12/12] Kexec: Implement elf_core_save_regs(), Simon Horman
- [Xen-ia64-devel] [patch 10/12] Kexec: Map runtime EFI regions the same way as Linux, Simon Horman
- [Xen-ia64-devel] [patch 07/12] Kexec: Zap VHPT in relocate_kernel, Simon Horman
- [Xen-ia64-devel] [patch 01/12] kexec for xen, Simon Horman
- [Xen-ia64-devel] [patch 12/16] Date: Thu, 12 Jul 2007 15:50:37 +0900 Subkect: Kexec: machine addresss macros From: Simon Horman <horms@xxxxxxxxxxxx>, Simon Horman
- [Xen-ia64-devel] [patch 13/16] Kdump: Use the machine address for the boot params region, Simon Horman
- [Xen-ia64-devel] [patch 05/12] Kexec: Save the MADT ACPI tables so that they can be restored, Simon Horman
- [Xen-ia64-devel] [patch 09/12] Kexec: Allow page fault handler to handle EFI regions, Simon Horman
- [Xen-ia64-devel] [patch 2/2] Set alternate location for /proc/iomem on ia64 xen, Simon Horman
- [Xen-devel] [patch 01/16] sysctl: implement CTL_UNNUMBERED, Simon Horman
|
|
|
|
|