5 messages in com.xensource.lists.xen-ia64-develRe: [Xen-ia64-devel] domU crashed whe...
FromSent OnAttachments
KUWAMURA Shin'ya25 Jul 2008 00:47.log
Isaku Yamahata25 Jul 2008 01:24 
KUWAMURA Shin'ya25 Jul 2008 01:31 
KUWAMURA Shin'ya25 Jul 2008 03:28 
Isaku Yamahata27 Jul 2008 20:40 
Subject:Re: [Xen-ia64-devel] domU crashed when LTP was running
From:KUWAMURA Shin'ya (ku@jp.fujitsu.com)
Date:07/25/2008 03:28:01 AM
List:com.xensource.lists.xen-ia64-devel

Hi,

Thank you for your patch. This issue was fixed. But I have a question.

From: Isaku Yamahata <yama@valinux.co.jp> Subject: Re: [Xen-ia64-devel] domU crashed when LTP was running Date: Fri, 25 Jul 2008 17:24:47 +0900

@@ -262,7 +262,7 @@ { if (ia64_boot_param->fpswa) /* FPSWA fixup: make the interface pointer a virtual address */ - fpswa_interface = __va(ia64_boot_param->fpswa); + fpswa_interface = __va_efi(ia64_boot_param->fpswa); else printk("No FPSWA supported.\n"); }

Why is __va_efi() necessary? This changes caused that dom0 hung up. Without it, dom0 booted and LTP completed on domU.

Best regards,