7 messages in com.xensource.lists.xen-ia64-devel[Xen-ia64-devel] [PATCH] Fix a bug in...
FromSent OnAttachments
SUZUKI Kazuhiro27 Dec 2006 01:27.patch
Isaku Yamahata27 Dec 2006 02:15 
SUZUKI Kazuhiro27 Dec 2006 22:53 
Alex Williamson03 Jan 2007 19:08 
Isaku Yamahata03 Jan 2007 20:39 
Alex Williamson04 Jan 2007 16:34 
Alex Williamson04 Jan 2007 16:43 
Subject:[Xen-ia64-devel] [PATCH] Fix a bug in xencomm_copy_from/to_guest()
From:SUZUKI Kazuhiro (ka@jp.fujitsu.com)
Date:12/27/2006 01:27:03 AM
List:com.xensource.lists.xen-ia64-devel
Attachments:

Hi all,

I found that the HVM guest was often failed to create when I repeated to create and destroy a HVM guest. The following message was displayed.

Using config file "hvm.conf". Error: (1, 'Internal error', 'Error constructing guest OS')

I also found the message of Xen as follows.

(XEN) xencomm_paddr_to_maddr: called with bad memory address: 0x1e5b0000 -
iip=a00000010006fe50

This is a bug in xencomm_copy_from_guest(). In this function, because the condition of calling xencomm_copy_chunk_from() was wrong, it was called in an invalid destination address. The attached patch fixes it and also fixes xencomm_copy_to_guest().

Thanks, KAZ