[XenPPC] Re: [Xen-devel] [PATCH 1/2] [xencomm, linux] linux xencomm consolidation

2007-08-10 Thread Isaku Yamahata
On Tue, Aug 07, 2007 at 05:48:54PM +0900, Isaku Yamahata wrote: - add gcc bug work around. gcc 4.1.2 on ia64 doesn't handle properly auto variables with align attribute. I thought this gcc issue was ia64 specific at first. But it seems to be generic (non-arch specific) issue.

Re: [XenPPC] DOM0 can not be set up

2007-08-10 Thread Hollis Blanchard
On Fri, 2007-08-10 at 09:56 +0800, Jun Hui Bu wrote: According to the instructions in Xen wiki, Xen could not set up DOM0 guest OS(SLES10 SP1) when try it on JS20. Would you please help take a look it? Thanks a lot! How old is your source? The boot log contains this line: OF: Xen/PPC

[XenPPC] [ppc/xen-unstable.hg] [POWERPC][XEN] Fix unused variable warni...

2007-08-10 Thread patchbot
Changeset 1d87e8ce6aab : http://xenbits.xensource.com/ext/ppc/xen-unstable.hg?cmd=changeset;node=1d87e8ce6aab [POWERPC][XEN] Fix unused variable warning when asserts are disabled. Signed-off-by: Hollis Blanchard [EMAIL PROTECTED] diffstat: 1 files changed, 1 insertion(+), 1

Re: [PATCH] [xen, xencomm] various xencomm fixes (was Re: [XenPPC] Re: [Xen-ia64-devel] [PATCH 1/2] remove xencomm page size limit(xen side))

2007-08-10 Thread Hollis Blanchard
On Tue, 2007-08-07 at 17:44 +0900, Isaku Yamahata wrote: +/* get_page() to prevent from another vcpu freeing the page */ +static int +xencomm_paddr_to_maddr(unsigned long paddr, unsigned long *maddr, +struct page_info **page) +{ +*maddr = paddr_to_maddr(paddr); +if (*maddr