Re: [Xen-ia64-devel] BUG at mm.c:605

2006-10-18 Thread DOI Tsunehisa
Hi Alex, Alex Williamson wrote: I think the issue is same as reported in the below thread. http://lists.xensource.com/archives/html/xen-ia64-devel/2006-09/msg00204.html I tried to convince him, but failed. I think that the best way is to revert the patch and we should seek for the right fix.

Re: [Xen-ia64-devel] [PATCH 2/12]MCA handler support for Xen/ia64 TAKE 2

2006-10-18 Thread SUZUKI Kazuhiro
Hi Alex, I attached updated patches for CONFIG_XEN_IA64_PERVCPU_VHPT configuration. I modified to read the vhpt address from vcpu-arch.vhpt_maddr. Thanks, KAZ Signed-off-by: Yutaka Ezaki [EMAIL PROTECTED] Signed-off-by: Masaki Kanno [EMAIL PROTECTED] Signed-off-by: Kazuhiro Suzuki [EMAIL

Re: [Xen-ia64-devel] Please try PV-on-HVM on IPF

2006-10-18 Thread Doi . Tsunehisa
Hi Yongkang, Thank you for your report. Does it output this trace back message when you detach vnif with xm network-detach command ? I've looked `netif_release_rx_bufs: fix me for copying receiver.' message sometimes at vnif detaching. But I've not met domain-vti crash. What is the

RE: [Xen-ia64-devel] Please try PV-on-HVM on IPF

2006-10-18 Thread You, Yongkang
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 2006年10月18日 15:56 To: You, Yongkang Cc: DOI Tsunehisa; xen-ia64-devel Subject: Re: [Xen-ia64-devel] Please try PV-on-HVM on IPF Hi Yongkang, Thank you for your report. Does

Re: [Xen-ia64-devel] Please try PV-on-HVM on IPF

2006-10-18 Thread Doi . Tsunehisa
You (yongkang.you) said: Does it output this trace back message when you detach vnif with xm network-detach command ? No. I didn't use above command to detach vnif. Usually I used following ways to enable vnif NIC. 1. create VTI with vif = [ '' ] 2. After VTI boot up, insert 3 related PV

RE: [Xen-ia64-devel] Please try PV-on-HVM on IPF

2006-10-18 Thread You, Yongkang
What is the guest OS vesion ? The VTI guest OS is RHEL4u3. Did you change kernel to linux-2.6.16 ? Yes. Or I can not even insert xen-platform.ko and xenbus.ko. ;) Best Regards, Yongkang (Kangkang) 永康 ___ Xen-ia64-devel mailing list

Re: [Xen-ia64-devel] Please try PV-on-HVM on IPF

2006-10-18 Thread Doi . Tsunehisa
You (Tristan.Gingold) said: On RHEL4 U2 kernel (Linux version 2.6.9-22.EL), xen-platform-pci includes `PCI Bus :00', but it should be the leaf node, I think. To insmod xen-platform-pci, this iomem space was conflicted with the inner device, thus it can't be attached. At least RHEL4 U2

[Xen-ia64-devel] PATCH: merge pal emulator

2006-10-18 Thread Tristan Gingold
Hi, this patch merge the Vti and non-vti pal emulator. Tested by booting domVTi+linux and domU. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID e6a3e55dec70d7acb9f6a8cdc4b378c75341ddb4 # Parent 06ed19691f6d770eb9cbf2a9236f02f1d016da74 Merge VTi pal emulator with Xen pal

[Xen-ia64-devel][PATCH] a bug fix about accelerating MOV_TO_RR

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

[Xen-ia64-devel][PATCH]add two more PAL call emulations

2006-10-18 Thread Xu, Anthony
Add two more PAL call emulations, These are needed for FC6 Signed-off-by, Anthony Xu [EMAIL PROTECTED] Anthony boot_fc6.patch Description: boot_fc6.patch ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

Re: [Xen-ia64-devel] [PATCH 6/12]MCA handler support for Xen/ia64 TAKE 2

2006-10-18 Thread Alex Williamson
On Mon, 2006-10-16 at 14:46 +0900, SUZUKI Kazuhiro wrote: Hi Alex, I modified to insert is_running_on_xen() and I attached this patch. Hi Kaz, Does this build for you? I get this: In file included from include/asm-ia64/mca.h:20, from arch/ia64/kernel/asm-offsets.c:16:

Re: [Xen-ia64-devel][PATCH]add two more PAL call emulations

2006-10-18 Thread y-oguchi
Hi Anthony, Can you tell me what FC6 problem you fix with this patch? Thanks, Yoshi -- Xu, Anthony [EMAIL PROTECTED] wrote: Add two more PAL call emulations, These are needed for FC6 Signed-off-by, Anthony Xu [EMAIL PROTECTED] Anthony

[Xen-ia64-devel] Re: [Fedora-ia64-list] [FYI] FC6 kernel and latest xen

2006-10-18 Thread Akio Takebe
Hi, Aron and Juan We fix this bug. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204011 Please apply the following patch. http://xenbits.xensource.com/xen-unstable.hg?cs=797430d25f1b Best Regards, Akio Takebe Hi, Prarit I enter BZ. Bugzilla Bug 204011: kernel unaligned access Best

RE: [Xen-ia64-devel][PATCH]add two more PAL call emulations

2006-10-18 Thread Xu, Anthony
Hi Yoshi, This patch was done about one month again, and I forgot to check in. Before, these two PAL calls were handled by Guest Firmware, While the Guest Firmware is old, But new IPF processor has split L2 cache, So new processor has five caches, 2 L1 cache, 2 L2 cache, 1 L3 cache, Old

Re: [Xen-ia64-devel] BUG at mm.c:605

2006-10-18 Thread Alex Williamson
On Wed, 2006-10-18 at 16:03 +0900, DOI Tsunehisa wrote: Hi Alex, Alex Williamson wrote: Ok, should I simply revert xen-ia64-unstable cset 11636:3470d9cd27e5? Basically, yes. But we can't avoid hypervisor crash during domain destruction. I think to modify above patch to

[Xen-ia64-devel] Re: PATCH: makes XEN virtual mapping more flexible

2006-10-18 Thread Alex Williamson
On Wed, 2006-10-18 at 11:53 +0200, Tristan Gingold wrote: Hi, By making xen virtual mapping more flexible I am able to run Xen within XenVTi. This is very useful to debug Xen and also to test the VTi code. Tested by running domU and domVTI. Hi Tristan, I get segfaults with this

[Xen-ia64-devel] Re: PATCH: merge pal emulator

2006-10-18 Thread Alex Williamson
On Wed, 2006-10-18 at 10:52 +0200, Tristan Gingold wrote: Hi, this patch merge the Vti and non-vti pal emulator. Applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org. ___ Xen-ia64-devel

[Xen-ia64-devel] Re: PATCH: fix VTI VHPT long format

2006-10-18 Thread Alex Williamson
On Wed, 2006-10-18 at 14:47 +0200, Tristan Gingold wrote: Hi, Currently Xen/VTi doesn't inject the right interruption in case of fault when vhpt long format is used. This patch fixes this bug. Using this patch and the previous one, I was able to log on linux within xen within xen/vti!

Re: [Xen-ia64-devel][PATCH] a bug fix about accelerating MOV_TO_RR

2006-10-18 Thread Alex Williamson
Applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org. ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel][PATCH]add two more PAL call emulations

2006-10-18 Thread Alex Williamson
On Thu, 2006-10-19 at 00:16 +0800, Xu, Anthony wrote: Add two more PAL call emulations, These are needed for FC6 I think this patch is unnecessary in xen-ia64-unstable.hg with Tristan's merging of the PAL emulators. Thanks, Alex -- Alex Williamson HP

Re: [Xen-ia64-devel] crash on xen-ia64-unstable 11810:fcd746cf4647

2006-10-18 Thread Alex Williamson
On Wed, 2006-10-18 at 11:42 +0900, Akio Takebe wrote: Hi, Alex Yes, you're right. I added the patches for this. Thanks, Alex -- Alex Williamson HP Open Source Linux Org. ___ Xen-ia64-devel mailing list

Re: [Xen-ia64-devel] Please try PV-on-HVM on IPF

2006-10-18 Thread Kasai Takanori
Hi Yongkang, My name is Takanori Kasai. I receive your report, and am investigating the following problem. You (yongkang.you) said: The trace back message will happen when I just inserted vnif driver into VTI, when I used 2 NICs for VTI (1 is IOEMU, the other is VNIF). I've looked