|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] pv_ops enable
Isaku/Alex:
There are some some certain features that target dom0 or for
some extended domU features such as EXEC support etc, I would suggest we
drop it temporary after some basic domU code get in. If this is true,
then patch like following can be dropped, also many other files are
similar and can be dropped.
diff --git a/arch/ia64/kernel/machine_kexec.c
b/arch/ia64/kernel/machine_kexec.c
index eaec78a..bf2e473 100644
--- a/arch/ia64/kernel/machine_kexec.c
+++ b/arch/ia64/kernel/machine_kexec.c
@@ -25,6 +25,9 @@
#include <asm/meminit.h>
#include <asm/processor.h>
#ifdef CONFIG_XEN
+#ifdef notyet
+#include <xen/interface/kexec.h>
+#endif
#include <asm/kexec.h>
#endif
@@ -131,7 +134,13 @@ void machine_kexec(struct kimage *image)
for(;;);
}
#else /* CONFIG_XEN */
-/* notyet */
+#ifdef notyet
+void machine_kexec_setup_load_arg(xen_kexec_image_t *xki, struct kimage
*image)
+{
+ xki->reboot_code_buffer =
+ kexec_page_to_pfn(image->control_code_page) <<
PAGE_SHIFT;
+}
+#endif
#endif /* CONFIG_XEN */
void arch_crash_save_vmcoreinfo(void)
Basically original CSET 226/227 in Alex's tree can temporary be
removed from Alex's tree.
Also in Alex's tree, I noticed most driver directory patches are
dropped since it is dom0 feature, but I see intel-agp.c is imported,
typo? Can we remove it now?
commit 3a0f146c2b00f9b48dd3e23c4bdf16e5c1775259
Author: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Mon Jan 21 18:45:15 2008 +0900
ia64/xen: import patches under drivers
Thanks, eddie
_______________________________________________
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] pv_ops enable,
Dong, Eddie <=
|
|
|
|
|