Re: [Xen-ia64-devel] Problems booting domU

2006-06-09 Thread Akio Takebe
Hi, Rodrigo You can add xencons=tty0 console=tty0 into extra option. My config is the below. == kernel = /boot/vmlinux-2.6.16.13-xenU ramdisk = /boot/initrd-2.6.16.13-xenU.img memory = 512 name = rhel4 disk = [

[Xen-ia64-devel][PATCH] Fix a bug in vmx_vcpu_pta

2006-06-09 Thread Xu, Anthony
Signed-off-by: Anthony Xu [EMAIL PROTECTED] Thanks, -Anthony pta_emulate.patch Description: pta_emulate.patch ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] [PATCH] remove some races between the p2m table and the m2p table

2006-06-09 Thread Isaku Yamahata
The previous patch was imcomplete. replace it with the attached one. -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Node ID 202f73abeeb953a263c2b249254a2843a2943941 # Parent 988c67e861a49a5d9e8a09cb7e318c327f64d354 remove some races between the p2m table and the m2p table

[Xen-ia64-devel] [PATCH] add volatile to mpt_table

2006-06-09 Thread Isaku Yamahata
mpt_table is accessed concurrently by cpus, so it needs volatile qualifier -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Node ID b6d7dc918455e9c83f13e7b654759cecdd2e1a0a # Parent 354565c96b098fe8951d0c6f6e580974f890f11c mpt_table is accessed concurrently by cpus, so it needs

[Xen-ia64-devel] [PATCH] add seqlock to protect vtlb

2006-06-09 Thread Isaku Yamahata
add seqlock to protect vtlb -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Node ID b27c2f9cb883e62e8b9ac1ca501d5d69d5be4a4a # Parent b6d7dc918455e9c83f13e7b654759cecdd2e1a0a add seqlock to protect vtlb PATCHNAME: seqlock_to_protect_vtlb Signed-off-by: Isaku Yamahata [EMAIL

[Xen-ia64-devel] [PATCH/RFC] xensetup rework

2006-06-09 Thread Alex Williamson
Hi, I've been re-working the early start_kernel() section of xensetup.c to work better with the newer upstream efi changes required to boot on Kouya's PRIMEQUEST system. The main problem is the ordering of calling reserve_memory() versus setting up the xenheap area and moving the dom0 kernel

Re: [Xen-ia64-devel] [PATCH/RFC] xensetup rework

2006-06-09 Thread Isaku Yamahata
Hello Alex. Currently the area of dom0kernel and initrd aren't freed after they are copied into dom0 speudo physical address space. Would it become easier to free those area with this patch? Thanks. On Fri, Jun 09, 2006 at 12:28:24AM -0600, Alex Williamson wrote: Hi, I've been re-working

[Xen-ia64-devel][PATCH] Change PIB size to 2M

2006-06-09 Thread Xu, Anthony
Signed-off-by: Anthony Xu [EMAIL PROTECTED] Thanks, -Anthony change_PIB_2M.patch Description: change_PIB_2M.patch ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

RE: [Xen-ia64-devel][PATCH] Change PIB size to 2M

2006-06-09 Thread Xu, Anthony
From: Isaku Yamahata [mailto:[EMAIL PROTECTED] Sent: 2006?6?9? 15:18 To: Xu, Anthony Cc: xen-ia64-devel@lists.xensource.com Subject: Re: [Xen-ia64-devel][PATCH] Change PIB size to 2M Hi Anthony. Why do you want to change the size? This is a bug. The default PIB size is 2M, the other 1M include

Re: [Xen-ia64-devel] [PATCH] sparse tree cleanups

2006-06-09 Thread Akio Takebe
Hi, Alex Without seeing the changes, it's hard to say. What I mean by simple checks are that it cannot call functions or declare variables that are only defined in CONFIG_XEN code. It's minor cleanup that you may not be able to use. Thanks, OK, I understand it. And I wanted to cleanup

[Xen-ia64-devel] [patch] cleanup warning for fedora core

2006-06-09 Thread Akio Takebe
Hi, I remove xenpage in linux-2.6-xen-sparse/mm/memory.c This xenpage isn't used already. Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r b87ff075dab9 linux-2.6-xen-sparse/mm/memory.c --- a/linux-2.6-xen-sparse/mm/memory.c Thu Jun 08 11:08:35 2006 -0600 +++

[Xen-ia64-devel] [PATCH] add volatile to pte entry of the p2m table

2006-06-09 Thread Isaku Yamahata
add volatile to pte entry of the p2m table. p2m table are shared by cpu. added volatile as compiler barrier. -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Node ID 6e352c348fdb1baedbb35563d4e4e9579749c652 # Parent 68916203eb9717d6fb663fb89eab7378dba9944c add volatile pte entry of

[Xen-ia64-devel] Weekly benchmark results (ww23)

2006-06-09 Thread yo.fujita
Hi, all I will inform this week's benchmark results. The tools used now is as follows. - unixbench4.1.0 - bonnie++-1.03 - ltp-full-20060306 - iozone3_191 - lmbench-3.0-a5 TEST ENVIRONMENT Machine : Tiger4 KERN : 2.6.16.13-xen changeset:

Re: [Xen-ia64-devel] Problems booting domU

2006-06-09 Thread Rodrigo Lord
Hello again! It`s ok Akio! My domU is booting, but it`s yet with problems: VFS: Cannot open root device sda7 or unknown-block(0,0) Please append a correct root= boot option Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) My new domU configuration: name=vm01

Re: [Xen-ia64-devel] [patch] cleanup warning for fedora core

2006-06-09 Thread Alex Williamson
On Fri, 2006-06-09 at 16:52 +0900, Akio Takebe wrote: Hi, I remove xenpage in linux-2.6-xen-sparse/mm/memory.c This xenpage isn't used already. Hi Akio, This needs to be sent to xen-devel since it's not ia64 specific. Thanks, Alex diff -r b87ff075dab9

Re: [Xen-ia64-devel] [PATCH/RFC] xensetup rework

2006-06-09 Thread Alex Williamson
On Fri, 2006-06-09 at 15:45 +0900, Isaku Yamahata wrote: Hello Alex. Currently the area of dom0kernel and initrd aren't freed after they are copied into dom0 speudo physical address space. Would it become easier to free those area with this patch? Hi Isaku, I don't think it changes

Re: [Xen-ia64-devel] [PATCH] add volatile to pte entry of the p2m table

2006-06-09 Thread Alex Williamson
On Fri, 2006-06-09 at 18:16 +0900, Isaku Yamahata wrote: add volatile to pte entry of the p2m table. p2m table are shared by cpu. added volatile as compiler barrier. Are all of these really needed? Seems a little overkill to me. Thanks, Alex -- Alex Williamson

[Xen-ia64-devel] [PATCH] new efi and modified xensetup

2006-06-09 Thread Alex Williamson
For final review; this is a port of a newer upsteam efi.c to xen/ia64. For the most part, this patch is simply incorporating this upstream linux-ia64 patch into the tree: http://www.kernel.org/hg/linux-2.6/?cs=fb781f6d3e81 The xensetup part is similar to what I sent out last night, but

Re: [Xen-ia64-devel] [PATCH] add volatile to pte entry of the p2m table

2006-06-09 Thread Isaku Yamahata
Hi Alex. On Fri, Jun 09, 2006 at 11:06:52AM -0600, Alex Williamson wrote: On Fri, 2006-06-09 at 18:16 +0900, Isaku Yamahata wrote: add volatile to pte entry of the p2m table. p2m table are shared by cpu. added volatile as compiler barrier. Are all of these really needed? Seems a