[Xen-ia64-devel] [FYI] Recipe of build and boot of Xen/IA64

2005-12-09 Thread Akio Takebe
( In the debugging case, # XEND_DEBUG=1 xend trace_start ) 5. start domU # xm create -c rhel4 Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] [Patch]initrd support for DomainU

2005-12-19 Thread Akio Takebe
Hi, This is a patch to boot domU with initrd. I confirmed domU could boot with initrd. It is necessary for runninig xm-test that domU support initrd. Please comment. Best Regards, Akio Takebe Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r 7ef565a7cc86 tools/libxc/xc_linux_build.c

Re: [Xen-ia64-devel] Xen/IA64 on RHEL

2005-12-20 Thread Akio Takebe
-ia64-devel/2005-12/msg00090 .html Best Regards, Akio Takebe Hi, I like to know the location from where I can download and install Xen/IA64 soruce on RHEL 2.1 or RHEL 4.0 m/c. Kindly provide the information. Jhelum ---text/plain

Re: [Xen-ia64-devel] name conflict(map_domain_page)

2006-01-29 Thread Akio Takebe
Hi, Yamahata and all I think good sugesstion. Should map_new_domain0_page() also be renamed? How are alloc_? (I'm also bad at naming...) Best Regards, Akio Takebe I found that name map_domain_page is defined in two places. one is defined in xen/include/xen/domain_page.h. another

[Xen-ia64-devel] [Patch] different type of argument in vcpu_set_gr()

2006-02-14 Thread Akio Takebe
, and I could fix this problem. So I will fix compile warnnings one step at a time. ;-) Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe vcpu_set_gr_different_type.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen

[Xen-ia64-devel] [Patch] wrong type cast in ia64_hypercall

2006-02-14 Thread Akio Takebe
Hi, This is wrong type cast. This patch fix warnning of incompatible pointer type. Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r 982b9678af2c xen/arch/ia64/xen/hypercall.c --- a/xen/arch/ia64/xen/hypercall.c Fri Feb 10 23:16:33 2006 +++ b/xen/arch/ia64/xen/hypercall.c Wed Feb 15

RE: [Xen-ia64-devel] Weekly benchmark results [2/3rd week]

2006-02-23 Thread Akio Takebe
. I'm still debugging it. :- Best Regards, Akio Takebe Confirmed cset xen-unstable 8783 fails while 8782 succeeds. Perhaps there's something different about mmap on RH vs Suse and Debian? Perhaps only on ia64? ___ Xen-ia64-devel mailing list Xen-ia64

[Xen-ia64-devel] Re: [Xen-devel] Help? Red Hat fails, Suse/Debian both work fine

2006-03-01 Thread Akio Takebe
Hi, Tristan Thank you. I'll try to reinstall soon. If reinstall is a root cause, it is mean some tools are not overwrite when we run make install-tools. Best Regards, Akio Takebe Le Mercredi 01 Mars 2006 02:30, Xu, Anthony a ィヲcrit : It is likely some subtle difference (or bug), perhaps

[Xen-ia64-devel] RE: [Xen-devel] Help? Red Hat fails, Suse/Debian both work fine

2006-03-02 Thread Akio Takebe
Hi, Kevin Thank you for your advice. I tried to compile define ARCH_HAS_DEV_MEM. but nothing changed. Best Regards, Akio Takebe Hi, Akio, Currently linux-2.6-xen-sparse/driver/xen/char/ is not included in compilation for xen/ia64, so you're still using linux-style kmem path

RE: [Xen-ia64-devel] [PATCH] [RESEND] domU destroy page ref counter

2006-03-13 Thread Akio Takebe
be not necessary, but we use these flush for safe destroy. So Kan made a feature of allocating rid, then we may be able to remove these flush. Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http

[Xen-ia64-devel] [RFC][Patch] complie error at kmap_flush_unused in include/linux/highmem.h

2006-03-13 Thread Akio Takebe
2 make[2]: Leaving directory `/home/takebe/xen-ia64-unstable.hg.060313' make[1]: *** [install-kernels] Error 1 make[1]: Leaving directory `/home/takebe/xen-ia64-unstable.hg.060313' make: *** [world] Error 2 The bellow is my patch. = Signed-off-by: Akio Takebe

[Xen-ia64-devel] [Patch] remove warning of xen_init()

2006-03-14 Thread Akio Takebe
Hi, The below is cleanup warning patch. Signed-off-by: Akio Takebe [EMAIL PROTECTED] --- a/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.hTue Mar 14 14:38:22 2006 -0700 +++ b/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.hWed Mar 15 09:30:28 2006 +0900 @@ -44,6 +44,8

[Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk

2006-03-14 Thread Akio Takebe
Hi, When we compile xen, we use local include files. (e.g. /usr/include) So this patch fix the issue. Signed-off-by: Tsunehisa Doi [EMAIL PROTECTED] Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r 142a3eec56bd xen/arch/ia64/Rules.mk --- a/xen/arch/ia64/Rules.mkFri Mar 10 10:00:31 2006

Re: [Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk

2006-03-15 Thread Akio Takebe
)/include/asm-ia64/linux \ -I$(BASEDIR)/include/asm-ia64/linux-xen\ Best Regards, Akio Takebe Le Mercredi 15 Mars 2006 05:06, Akio Takebe a 馗rit : Hi, When we compile xen, we use local include files. (e.g. /usr/include) So this patch

Re: [Xen-ia64-devel] Create 2nd XenU fail after destroy 1st one

2006-03-16 Thread Akio Takebe
Hi, YongKang and Tristan I suspect this error may be happened by too early destroy. Please try to create domU after waiting about 20 sec. 1. boot Xen0 2. create XenU 3. sleep 20 3. destroy xenU 4. sleep 20 5. create 2nd XenU 6. sleep 20 7. destroy 2nd XenU Best Regards, Akio and Kan Hi all,

RE: [Xen-ia64-devel] Create 2nd XenU fail after destroy 1st one

2006-03-16 Thread Akio Takebe
. xm create domU 3. xm console domU - and hit poweroff command. 4. xm create domU then call trace is happend in xm dmesg. 5. xm destroy domU - then system hang up... Best Regards, Akio Takebe Hi Akio, I do poweroff in XenU to kill it. It means xenU has been booted up. This should more

RE: [Xen-ia64-devel] [PATCH] XEN: fixed a vcpu_translate bug

2006-03-16 Thread Akio Takebe
Yes, it great! I also confirm it. Best Regards, Akio Takebe Great! This patch can fix the two DomU creates issue. Thanks -Xiantao -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Xu, Anthony Sent: 2006ト\xF3ヤツ17ネユ 11:22 To: Xu, Anthony; xen-ia64

Re: [Xen-ia64-devel] SAL INFO virtualization

2006-04-03 Thread Akio Takebe
drivers use salinfo? Or other reasons? Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] [Patch] massage of elf_sanity_check as x86

2006-04-24 Thread Akio Takebe
OS (XEN) (XEN) (XEN) Reboot in five seconds... (XEN) machine_restart called: spinning Best Regards, Akio Takebe Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r de0c04ed4ab7 xen/arch/ia64/xen/domain.c --- a/xen

[Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-04-25 Thread Akio Takebe
Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe rsv_dom0_mem.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-05-03 Thread Akio Takebe
attach a patch which fix the above bug. Am I correct? Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r adb151aaf3f8 xen/arch/ia64/xen/dom_fw.c --- a/xen/arch/ia64/xen/dom_fw.cWed Apr 26 20:55:42 2006 -0600 +++ b/xen/arch/ia64/xen/dom_fw.cWed May 3 14:29:26 2006 +0900

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-05-06 Thread Akio Takebe
model it works but it isn't right. It breaks the P2M/VP patches. Please see construct_dom0(). I attach a patch which fix the above bug. Am I correct? It looks correct with respect to bp-initrd_start. Thank you, another is cleanup. :- Best Regards, Akio Takebe

RE: [PATCH] compilation fix of ia64 hypervisor.c, utils.c (was Re:[Xen-ia64-devel] latest tree building fail.)

2006-05-10 Thread Akio Takebe
Hi, I have the following error with default config. Does everyone have the same? cset #9992. SAL 0.1: Xen/ia64 Xen/ia64 version 0.0 SAL: AP wakeup using external interrupt vector 0xf3 xen_pal_emulator: UNIMPLEMENTED PAL CALL 42 (XEN) No logical to physical processor mapping available

RE: [PATCH] compilation fix of ia64 hypervisor.c, utils.c (was Re:[Xen-ia64-devel] latest tree building fail.)

2006-05-11 Thread Akio Takebe
Hi, Kevin I'm sorry. I tried again. I can boot up with VP off. I have a mistake(I used old kernel(2.6.16-xen)). My auto build scripts was stupid... Best Regards, Akio Takebe Hi, Akio, I just tried the tip (9992) and succeed with creating dom0/domU. Do you make a fresh compile upon

Re: [Xen-ia64-devel] fedora-xen-ia64 first pass

2006-05-22 Thread Akio Takebe
-tools # cp xen/xen.gz /boot/efi/efi/redhat/ Best Regards, Akio Takebe Hello, I've made a first pass at modifying the Fedora Rawhide xen and kernel rpms to support ia64. There is still a lot of work to do before this would be suitable for inclusion in Fedora, but hopefully this represents

Re: [Xen-ia64-devel] fedora-xen-ia64 first pass

2006-05-22 Thread Akio Takebe
/ Config.mk extract.pub kernel.pub kernel.sec linux-2.6.16.ia64/ pubring.gpg random_seed secring.gpg vanilla/ xen/ xen-10022/ Are kernels of domain0/domainU made at linux-2.6.16.ia64? If so, each linux-2.6.16.ia64 must be remade at each building time. Am I right? Best Regards, Akio Takebe

[Xen-ia64-devel] [Patch] fix AFLAGS again

2006-05-24 Thread Akio Takebe
Hi, AFLAGS = -nostdinc $CPPFLAGS is removed. http://xenbits.xensource.com/ext/xen-ia64-unstable.hg?cs=11b7dc3529b9 I think we cannot cross compile xen. See xen/arch/ia64/linux/Makefile. I make a fix patch. Best Regards, Akio Takebe add_nostdinc_to_aflags.patch Description: Binary data

[Xen-ia64-devel] Re: [Patch] fix AFLAGS again

2006-05-24 Thread Akio Takebe
Hi, I'm sorry. I forgot our signed-off-by. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Signed-off-by: Kouya Shimura [EMAIL PROTECTED] Best Regards, Akio Takebe Hi, AFLAGS = -nostdinc $CPPFLAGS is removed. http://xenbits.xensource.com/ext/xen-ia64-unstable.hg?cs=11b7dc3529b9 I think we

Re: [Xen-ia64-devel] Re: [Xen-users] XEN on machines with EFI

2006-05-29 Thread Akio Takebe
Hi, Rodrigo You should not run new elilo.efi on bash. You should install new elilo.efi into /boot/efi of vfat filesystem. And you should run it on EFI shell. In the case of RHEL, we install it into /boot/efi/EFI/redhat/ . Best Regards, Akio Takebe Hi! I tried ./xen/arch/ia64/tools/xelilo

[Xen-ia64-devel] [FYI] Recipe of Booting up the latest Xen

2006-05-29 Thread Akio Takebe
, start xend # /etc/init.d/xend start ( In the debugging case, # XEND_DEBUG=1 xend trace_start ) 5. start domU # xm create -c rhel4 Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http

RE: [Xen-ia64-devel] [FYI] Recipe of Booting up the latest Xen

2006-05-29 Thread Akio Takebe
/README.* are old. I'll make patch to fix these. Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] [patch] cleanup linux-2.6-xen-sparce

2006-06-01 Thread Akio Takebe
Hi, Alex and Aron This is a cleanup patch. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe diff -r acabf4bdec4f linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c --- a/linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c Wed May 31 13: 05:21 2006 -0600 +++ b/linux-2.6-xen

[Xen-ia64-devel] [Patch] [RFC] README patch of booting xen

2006-06-02 Thread Akio Takebe
Hi, We make a patch to remake README.xenia64. Welcome to commets. :-) Signed-off-by: Yutaka Ezaki [EMAIL PROTECTED] Signed-off-by: nakato [EMAIL PROTECTED] Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe Hi, Kevin I remembered that several people ever cried for same

Re: [Xen-ia64-devel] Re: [Xen-users] XEN on machines with EFI

2006-06-02 Thread Akio Takebe
Hi, Option -f is overwrite option. If you don't have /boot/efi/efi/debian/initrd-2.6.16.13-xen0.img, -f isn't necessary. You try to do that without -f option. Best Regards, Akio Takebe Hello! Yes, I do the make modules_install in linux-2.6.16.13-xen0 and in linux-2.6.16.13-xenU. I don`t

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

2006-06-07 Thread Akio Takebe
Hi, Rodrigo Please try the below. # xm create -c -f /etc/xen/vm01-config.sxp Best Regards, Akio Takebe I`m trying to boot my domU and occurrs the error below: debian-ia64:~# xm create -c /etc/xen/vm01-config.sxp ERROR: Could not obtain handle on privileged command interface (2 = No such file

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

2006-06-07 Thread Akio Takebe
Hi, Rodrigo Please try it as root user. And you may need to confirm that there is /etc/xen/vm01-config.sxp. Best Regards, Akio Takebe Hi, Rodrigo Please try the below. # xm create -c -f /etc/xen/vm01-config.sxp Best Regards, Akio Takebe I`m trying to boot my domU and occurrs the error

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

2006-06-09 Thread Akio Takebe
' ] root = /dev/hda1 ro extra = nomca xencons=tty0 console=tty0 root=/dev/hda1 3 vcpus= 2 cpus= 1-2 == Best Regards, Akio Takebe Hi Akio Takebe! That problem was resolved. Now, my domU boot, but don`t load... It`s stays stopped in Started

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

2006-06-09 Thread Akio Takebe
xenpage in linux-2.6-sparse/mm/memory.c But this xenpage isn't already used. So I simply remove it. I'll post this patch with another mail. Best Regards, Akio Takebe On Wed, 2006-06-07 at 15:08 +0900, Akio Takebe wrote: Hi, Alex I agree your suggestion. But your patch use ifdef CONFIG_XEN. You

[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 +++ b/linux-2.6-xen-sparse/mm

[Xen-ia64-devel] [patch] [0/4] Support INIT handler of xen

2006-06-12 Thread Akio Takebe
Hi, all I make patches which support INIT handler. This is the first work for IA64 MCA/INIT support. If look like good, please apply the following patch. INIT handler works good when I tested. MCA dispatcher is infinity loop now. Comments are welcome. :-) Signed-off-by: Akio Takebe [EMAIL

Re: [Xen-ia64-devel] [patch] [3/4] Support INIT handler of xen

2006-06-14 Thread Akio Takebe
Takebe On Mon, 2006-06-12 at 15:06 +0900, Akio Takebe wrote: fix macro to support INIT handler arch/ia64/linux-xen/minstate.h | 70 ++--- --- arch/ia64/linux-xen/unwind.c| 23 ++ include/asm-ia64/linux-xen/asm/system.h |5 +- 3 files

Re: [Xen-ia64-devel] [patch] [4/4] Support INIT handler of xen

2006-06-15 Thread Akio Takebe
Hi, Alex Thank you for your comments. OK. I'll send the small new patch. I'll go in arch/ia64/xen. Best Regards, Akio Takebe On Thu, 2006-06-15 at 06:36 +0900, Akio Takebe wrote: Hi, Alex I forgot README.origin update, I'm sorry. The first I made a small patch with cutpaste without ifdef

Re: [Xen-ia64-devel] [Patch] cleanup warning in xen/arch/ia64/linux-xen/time.c

2006-06-15 Thread Akio Takebe
Hi, Tristan I use gcc-3.4.4. I also check gcc-4.1.1, and I also get warning. This warning is happened in only the case of gcc-4.1.1. I'll also reseach the warning. Best Regards, Akio Takebe Le Samedi 10 Juin 2006 07:50, Akio Takebe a 馗rit : Hi, I remove a wrong cleanup in xen/arch/ia64

Re: [Xen-ia64-devel] PATCH: enable xenctx on ia64.

2006-06-17 Thread Akio Takebe
... Signed-off-by: Tristan Gingold [EMAIL PROTECTED] Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe Hi, this patch makes xenctx compiling and running on xen/ia64. Tested on domU. Tristan. ---text/plain

Re: [Xen-ia64-devel] PATCH: enable xenctx on ia64.

2006-06-17 Thread Akio Takebe
Hi, Tristan and Alex My patch is included some mistakes. So please ignore it's patch. I update my patch. This is depended on Tristan's patch. My fix is that xenctx show more register and is_kernel_text. Best Regards, Akio Takebe Hi, Tristan Your patch is very cool and good work! I also want

Re: [Xen-ia64-devel] [PATCH] xenctx, add dummy print_stack()

2006-06-19 Thread Akio Takebe
Hi, Alex How about my patch? I remove NO_TRANSLATION. NO_TRANSLATION is used by only ia64. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe The patch below consolidates the NO_TRANSLATION xenctx code to avoid additional #ifdef/#endif code blocks. Comments? Thanks

Re: [Xen-ia64-devel] [PATCH] xenctx, add dummy print_stack()

2006-06-19 Thread Akio Takebe
Hi, Alex I also actually think your patch is better. I only proposed another way. :-) Best Regards, Akio Takebe On Tue, 2006-06-20 at 10:00 +0900, Akio Takebe wrote: Hi, Alex How about my patch? I remove NO_TRANSLATION. NO_TRANSLATION is used by only ia64. Hi Akio, I actually prefer

[Xen-ia64-devel] [Patch] remove CONFIG_ARCH_XEN

2006-06-21 Thread Akio Takebe
Hi, We don't already need CONFIG_ARCH_XEN in buildconfigs. Am I right? Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe remove_config_arch_xen.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel

[Xen-ia64-devel] [patch] [0/9] Support INIT handler of xen (Take2)

2006-06-22 Thread Akio Takebe
MINSTATE_GET_CURRENT [7/9] add mca_asm.S for supporting ia64_monarch_init_handler() [8/9] add mca.c for supporting INIT handler [9/9] add mca_asm, mca into Makefile Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel

[Xen-ia64-devel] [1/9] fix GET_THIS_PADDR

2006-06-22 Thread Akio Takebe
fix GET_THIS_PADDR. Signed-off-by: Akio Takebe [EMAIL PROTECTED] mca_asm.h |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) fix_get_this_paddr.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel

[Xen-ia64-devel] [2/9] fix GATE_ADDR

2006-06-22 Thread Akio Takebe
fix GATE_ADDR for ia64_do_show_stack(). I use KERNEL_START which is Xen's text start address. Signed-off-by: Akio Takebe [EMAIL PROTECTED] system.h |5 - 1 files changed, 4 insertions(+), 1 deletion(-) fix_gate_addr.patch Description: Binary data

[Xen-ia64-devel] [3/9] fix LOAD_PHYSCAL

2006-06-22 Thread Akio Takebe
This fix is workaround. Now LOAD_PHYSCAL is used only by MCA/INIT handler. I'll try to make dinamic patch function. I'll remove this fix if I make it. So please apply for supporting INIT handler. Signed-off-by: Akio Takebe [EMAIL PROTECTED] a/xen/include/asm-ia64/linux/asm/asmmacro.h

[Xen-ia64-devel] [4/9] add unw_init_from_interruption()

2006-06-22 Thread Akio Takebe
This is used in init_handler_platform(). Signed-off-by: Akio Takebe [EMAIL PROTECTED] unwind.c | 23 +++ 1 files changed, 23 insertions(+) add_unw_init_from_interruption.patch Description: Binary data ___ Xen-ia64-devel

[Xen-ia64-devel] Re: [3/9] fix LOAD_PHYSCAL

2006-06-22 Thread Akio Takebe
Hi, I forgot attach file. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe This fix is workaround. Now LOAD_PHYSCAL is used only by MCA/INIT handler. I'll try to make dinamic patch function. I'll remove this fix if I make it. So please apply for supporting INIT handler

[Xen-ia64-devel] [5/9] Fix MINSTATE_START/END_SAVE_MIN_PHYS for INIT handler

2006-06-22 Thread Akio Takebe
-by: Akio Takebe [EMAIL PROTECTED] minstate.h | 30 -- 1 files changed, 28 insertions(+), 2 deletions(-) fix_minstate_save_min_phys.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

[Xen-ia64-devel] [6/9] Fix MINSTATE_GET_CURRENT

2006-06-22 Thread Akio Takebe
To get virtual cuurent address in both physcal mode and virtual mode, I add MINSTATE_GET_CURRENT_VIRT. Signed-off-by: Akio Takebe [EMAIL PROTECTED] minstate.h | 17 +++-- 1 files changed, 15 insertions(+), 2 deletions(-) fix_minstate_get_current.patch Description: Binary data

[Xen-ia64-devel] [7/9] Add mca_asm.S for supporting ia64_monarch_init_handler()

2006-06-22 Thread Akio Takebe
I remove unused code from original linux code. I don't modify this file. Signed-off-by: Akio Takebe [EMAIL PROTECTED] b/xen/arch/ia64/linux-xen/mca_asm.S | 209 ++ xen/arch/ia64/linux-xen/README.origin |1 2 files changed, 210 insertions

[Xen-ia64-devel] [8/9] add mca.c for supporting INIT handler

2006-06-22 Thread Akio Takebe
is ia64_os_mca_dispatch in mca_asm.S Now MCA handler is infinity loop. but we'll remake MCA hadler. Corrected MCA handler is not register now. INIT handler can show call trace, and I think this can be dump entry like kexec/kdump. Signed-off-by: Akio Takebe [EMAIL PROTECTED] mca.c | 448

Re: [Xen-ia64-devel] [patch] [0/9] Support INIT handler of xen (Take2)

2006-06-22 Thread Akio Takebe
[9/9] Add mca_asm, mca into Makefile I add mca.o, mca_asm.o into Makefile. And I remove dummy ia64_mca_init(). Signed-off-by: Akio Takebe [EMAIL PROTECTED] linux-xen/Makefile |1 + xen/Makefile |1 + xen/xenmisc.c |1 - 3 files changed, 2 insertions(+), 1 deletion

Re: [Xen-ia64-devel] [1/9] fix GET_THIS_PADDR

2006-06-23 Thread Akio Takebe
Hi, Tristan GET_THIS_PADDR translate from only per_cpu virtual address to per_cpu physcal address. per_cpu address is in TLB. So GET_THIS_PADDR don't cause TLB fault. Best Regards, Akio Takebe Le Jeudi 22 Juin 2006 18:31, Akio Takebe a 馗rit : fix GET_THIS_PADDR. Humm, does this work ? What

Re: [Xen-ia64-devel] [2/9] fix GATE_ADDR

2006-06-23 Thread Akio Takebe
Hi, Tristan Thanks. Good point. I'll update my patch. Best Regards, Akio Takebe Le Jeudi 22 Juin 2006 18:34, Akio Takebe a 馗rit : fix GATE_ADDR for ia64_do_show_stack(). I use KERNEL_START which is Xen's text start address. I suppose GATE_ADDR should be defined in xensystem.h for Xen

Re: [Xen-ia64-devel] [1/9] fix GET_THIS_PADDR

2006-06-25 Thread Akio Takebe
Hi, Tristan Le Vendredi 23 Juin 2006 13:15, Akio Takebe a 馗rit : Hi, Tristan GET_THIS_PADDR translate from only per_cpu virtual address to per_cpu physcal address. Yes. per_cpu address is in TLB. Is it true even within MCA handler ? Yes, TR is unchanged by SAL/PAL when INIT is occerred

[Xen-ia64-devel] [patch] [0/11] Support INIT handler of xen (Take3)

2006-07-04 Thread Akio Takebe
coredumping feature Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] [patch][1/11] add IA64_MCA_CPU_INIT_STACK_OFFSET

2006-07-04 Thread Akio Takebe
add IA64_MCA_CPU_INIT_STACK_OFFSET which is used in MINSTATE_START_SAVE_MIN_PHYS Signed-off-by: Akio Takebe [EMAIL PROTECTED] asm-offsets.c |4 1 files changed, 4 insertions(+) add_init_stack_offset.patch Description: Binary data ___ Xen

[Xen-ia64-devel] [patch][2/11] Fix GATE_ADDR for ia64_do_show_stack()

2006-07-04 Thread Akio Takebe
I fix GATE_ADDR and define it in include/asm-ia64/xensystem.h. Signed-off-by: Akio Takebe [EMAIL PROTECTED] linux-xen/asm/system.h |2 +- xensystem.h|1 + 2 files changed, 2 insertions(+), 1 deletion(-) fix_gate_addr.patch Description: Binary data

[Xen-ia64-devel] [patch][4/11] Fix LOAD_PHYSCAL macro. (This fix is workaround)

2006-07-04 Thread Akio Takebe
This fix is workaround. Now LOAD_PHYSCAL is used only by MCA/INIT handler. I'll try to make dinamic patch function. I'll remove this fix if I make it. So please apply for supporting INIT handler. Signed-off-by: Akio Takebe [EMAIL PROTECTED] a/xen/include/asm-ia64/linux/asm/asmmacro.h

[Xen-ia64-devel] [patch][5/11] add unw_init_from_interruption()

2006-07-04 Thread Akio Takebe
add unw_init_from_interruption() into unwind.c Signed-off-by: Akio Takebe [EMAIL PROTECTED] unwind.c | 23 +++ 1 files changed, 23 insertions(+) add_unw_init_from_interruption.patch Description: Binary data ___ Xen-ia64-devel

[Xen-ia64-devel] [patch][6/11] Fix MINSTATE_START/END_SAVE_MIN_PHYS for INIT handler

2006-07-04 Thread Akio Takebe
-by: Akio Takebe [EMAIL PROTECTED] minstate.h | 29 +++-- 1 files changed, 27 insertions(+), 2 deletions(-) fix_minstate_save_min_phys.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel

[Xen-ia64-devel] [patch][7/11] Fix MINSTATE_GET_CURRENT

2006-07-04 Thread Akio Takebe
To get virtual cuurent address in both physcal mode and virtual mode, I add MINSTATE_GET_CURRENT_VIRT. Signed-off-by: Akio Takebe [EMAIL PROTECTED] minstate.h | 29 +++-- 1 files changed, 27 insertions(+), 2 deletions(-) fix_minstate_get_current.patch Description

[Xen-ia64-devel] [patch][8/11] Add mca_asm.S for supporting ia64_monarch_init_handler()

2006-07-04 Thread Akio Takebe
I remove unused code from original linux code. Now ia64_os_mca_dispatch is infinity loop for debug. Signed-off-by: Akio Takebe [EMAIL PROTECTED] b/xen/arch/ia64/linux-xen/mca_asm.S | 159 ++ xen/arch/ia64/linux-xen/README.origin |1 2 files changed, 160

[Xen-ia64-devel] [patch][9/11] Add mca.c for supporting init_handler

2006-07-04 Thread Akio Takebe
In ia64_mca_cpu_init(), I use alloc_xenheap_pages() for allocation of ia64_mca_cpu. In linux, alloc_bootmem is used. Signed-off-by: Akio Takebe [EMAIL PROTECTED] mca.c | 442 ++ 1 files changed, 442 insertions

[Xen-ia64-devel] [patch][10/11] Add mca_asm, mca into Makefile

2006-07-04 Thread Akio Takebe
This patch turn on new init handler. Signed-off-by: Akio Takebe [EMAIL PROTECTED] linux-xen/Makefile |1 + xen/Makefile |1 + xen/xenmisc.c |2 -- 3 files changed, 2 insertions(+), 2 deletions(-) makefile.patch Description: Binary data

RE: [Xen-ia64-devel] why does xenU console stop at Freeingunusedkernel memory:304KB freed?

2006-07-06 Thread Akio Takebe
Hi, Fujita The compile error is a bug of fedora core6. fedoracore6 don't have linux/compile.h in glibc-kernheaders. Best Regards, Akio Takebe Hi Zhang and all, We also had same your issue on cset 10665 too. And as you said, that's okay to ping/ssh domU. In addition, we found a new issue

Re: [Xen-ia64-devel] [patch] [0/11] Support INIT handler of xen(Take3)

2006-07-06 Thread Akio Takebe
-devel. We should use linux-2.6.13 for porting to xen. The latest stable linux from www.kernel.org is better than linux-2.6.13. Am I correct? Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http

RE: [Xen-ia64-devel] why does xenU console stop atFreeingunusedkernel memory:304KB freed?

2006-07-07 Thread Akio Takebe
:2345:respawn:/sbin/mingetty tty5 6:2345:respawn:/sbin/mingetty tty6 # Run xdm in runlevel 5 x:5:respawn:/etc/X11/prefdm -nodaemon Best Regards, Akio Takebe Hi Alex, Akio, Thanks for your advice. Hopefully the domU console issues are related to using older tools. The domU console issues

[Xen-ia64-devel] [Patch] Force make symbolic link when make xen

2006-07-07 Thread Akio Takebe
Hi, When I move top directory of xen-ia64-unstable.hg, I have errors of ln -s command by re-compileing xen. I fixed it by using ln -sf. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe Makefile.patch Description: Binary data

Re: [Xen-ia64-devel] [patch] [0/11] Support INIT handler ofxen(Take3)

2006-07-07 Thread Akio Takebe
Hi, Alex On Fri, 2006-07-07 at 14:12 +0900, Akio Takebe wrote: Thank you very much! I reviewed your test tree, and these changes are almost good. I tested dom0/domU booting and INIT work with the test tree and the results are good. Hi Akio, almost good? Is there something that still

[Xen-ia64-devel] [Patch] Support domU of coredump on ia64

2006-07-21 Thread Akio Takebe
Takebe [EMAIL PROTECTED] I tested the following step (I used a attached crash.c to panic domU.) 1. xm create -c domU 2. insmod crash.ko (in domU) 3. checked /var/xen/dump and there was domU's core. I check domU's core by using size and strings. Best Regards, Akio Takebe dumpcore.patch

Re: [Xen-ia64-devel] [RFC] Enable dom0 to start X

2006-07-24 Thread Akio Takebe
Le Lundi 24 Juillet 2006 14:22, Akio Takebe a 馗rit : Hi, all I'm debugging Xwindow system of dom0. [...] At the results, I could startx, but not completely. I found X run while using 100% CPU with top command. The following messages were shown at that time. (XEN) lookup_domain_mpa: bad

[Xen-ia64-devel] Re: [Fedora-ia64-list] Re: Four ways RH could help with xen-ia64

2006-07-25 Thread Akio Takebe
. Please comments. 1. build_ia64_add_files.patch simple import gate.S, gate.ld.S, patch.c into arch/ia64/kernel (these are from linux-2.6.18-rc2) 2. build_ia64.patch some fix (resend_irq, ioremap, and so on) Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe

RE: [Xen-ia64-devel] Re: [Fedora-ia64-list] Re: Four ways RH could helpwith xen-ia64

2006-07-26 Thread Akio Takebe
). - Best Regards, Akio Takebe Hi Akio, Is this merge based on linux-2.6.18-rc2? When I diff linux-2.6-xen-fedora with linux-2.6.18-rc2, There are some modifications which are not marked by #ifdef CONFIG_XEN Thanks, Anthony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Xen-ia64-devel] Re: [Fedora-ia64-list] Re: Four ways RH could helpwith xen-ia64

2006-07-26 Thread Akio Takebe
in this file are [snip...] - Best Regards, Akio Takebe Hi, Anthony, Juan and Aron Hmm.. I don't know. I have thought that merge base is linux-2.6.18-rc2, because of reading the following mail. Juan and Aron, am I wrong? If necessary, I'll update my patches. My patches work

Re: [Xen-ia64-devel] Hi, a question about 32bit OS running at xen-ia64

2006-07-27 Thread Akio Takebe
Hi, Tom Xen-ia64 support only ia64 OS. Xen-x86_64 can support both x86_64 OS and x86_32 OS. Best Regards, Akio Takebe hi,guys. I guess it may seem pretty much weird. I am not sure if 32bit OS such as 32bit Red Hat Linux distribution can run at xen-ia64? I really appreciate any

[Xen-ia64-devel] Fedora-xen-ia64 test status

2006-08-03 Thread Akio Takebe
: 10702:614deef19299 user:[EMAIL PROTECTED] date:Mon Jul 24 13:04:40 2006 -0600 summary: [IA64] vDSO paravirtualization: import linux files I think we need to update Hypervisor. Is this possible? Best Regards, Akio Takebe rsvd_region.patch Description: Binary data

Re: [Xen-ia64-devel] Fedora-xen-ia64 test status

2006-08-03 Thread Akio Takebe
this is not bug. I thik this messages are caused by domain scheduler of Xen. Time slice of domain schedule is longer than HZ. (probably) Am I right, xen people? Please comments. Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel

[Xen-ia64-devel] Re: Why do you set xen's driver m?

2006-08-03 Thread Akio Takebe
. (Thanks Kouya) Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] Re: Why do you set xen's driver m?

2006-08-04 Thread Akio Takebe
On Fri, 2006-08-04 at 13:36 +0900, Akio Takebe wrote: Hi, Juan Thank you for your comments. I can boot domU with the following modprobe.conf. alias scsi_hostadapter xenblk But I have some ide errors. After I add extra = 'ide0=noprobe ide1=noprobe ide2=noprobe ide3=noprobe ide4

[Patch] fix vDSO paravirtualization for fedora-xen-ia64 (is Re: [Fedora-xen] Re: [Xen-ia64-devel] Fedora-xen-ia64 test status)

2006-08-06 Thread Akio Takebe
The below is F.Y.I. http://lists.xensource.com/archives/html/xen-ia64-devel/2006-08/msg00042.html Best Regards, Akio Takebe fix_vdso_paravirtualization.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel

Re: [Xen-ia64-devel] Xen with fedora kernel 2.6.18

2006-08-07 Thread Akio Takebe
Hi, Jan A machine you build seems like a x86_64 machine. I have not try to build fedora-kernel on x86_64 yet. (I have build fedora-kernel on ia64.) You can ask it in ML of xen-devel. Best Regards, Akio Takebe I ubuntu edgy with gcc 4.1 When i want compile the kernel: I got this message: CHK

[Xen-ia64-devel] [BUGREPORT] Panic dom0 by using module netbk.ko

2006-08-07 Thread Akio Takebe
, killing interrupt handler! Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] [Patch] Add EXPORT_SYMBOL to modularize netback

2006-08-07 Thread Akio Takebe
Hi, This patch add EXPORT_SYMBOL to modularize netback. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe export_symbol.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http

Re: [Xen-ia64-devel] [Patch] Add EXPORT_SYMBOL to modularize netback

2006-08-07 Thread Akio Takebe
Hi, I'm sorry. I add EXPORT_SYMBOL(xen_start_info) into my patch. xen_start_info is used by netfront and so on. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe Hi, This patch add EXPORT_SYMBOL to modularize netback. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best

[Xen-ia64-devel] Re: [Xen-devel] [PATCH RFC] fix noreboot behaviour on clean reboot(was: intended behaviour of noreboot)

2006-08-07 Thread Akio Takebe
in ia64's machine_halt(). Ia64's machine_halt require system reboot because EFI_RESET_SHUTDOWN (used by ia64's machine_halt()) enter ACPI G2/S5 or G3 state. This is ia64 issue, I think Muli's patch is good. :-) Best Regards, Akio Takebe On Mon, Aug 07, 2006 at 08:17:44AM +0100, Keir Fraser wrote

Re: [Xen-ia64-devel] [BUGREPORT] Panic dom0 by using modulenetbk.ko

2006-08-07 Thread Akio Takebe
Hi, Alex and Al Thank you for your suggestion. I report Bugzilla, too. We research this issue. We look like this issue caused by fail of copy_from/to_guest. Best Regards, Akio Takebe On Mon, 2006-08-07 at 12:35 -0600, Al Stone wrote: This is a question to the list in general, as much

[Xen-ia64-devel] Re: [Fedora-ia64-list] Some testing result about Xen in FC6-test2

2006-08-23 Thread Akio Takebe
-xen workers don't worry about this issue. Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r d42e9a6f5378 linux-2.6-xen-sparse/arch/ia64/kernel/gate.lds.S --- a/linux-2.6-xen-sparse/arch/ia64/kernel/gate.lds.S Fri Aug 18 15:01:04 2006 -0600 +++ b/linux-2.6-xen-sparse/arch/ia64/kernel

[Xen-ia64-devel] Re: [Fedora-ia64-list] Some testing result about Xen in FC6-test2

2006-08-23 Thread Akio Takebe
, is related to linux code. I look like this problem is fixed in linux-2.6.18-rc4. So I think fedora-xen workers don't worry about this issue. The below is F.Y.I. http://lkml.org/lkml/2006/7/26/262 Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen

[Xen-ia64-devel] [FYI] FC6 kernel and latest xen

2006-08-24 Thread Akio Takebe
=0xa001004fb2e0 Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

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

2006-08-24 Thread Akio Takebe
Hi, Prarit I enter BZ. Bugzilla Bug 204011: kernel unaligned access Best Regards, Akio Takebe Akio Takebe wrote: [EMAIL PROTECTED] ~]# kernel unaligned access to 0xe000187a4e1e, ip= 0xa001004fad50 kernel unaligned access to 0xe000187a4e1e, ip=0xa001004fae21 Akio

[Xen-ia64-devel] Re: [PATCH] kexec: framework and i386 (Take XIV)

2006-08-31 Thread Akio Takebe
if ( !nmi_watchdog ) +crash_kexec(NULL); unknown_nmi_error((unsigned char)(reason0xff)); } } What do you think about it? Best Regards, Akio Takebe Hi, here is an update of the kexec/kdump patchset. Summary: * Up port to xen-unstable.hg-11296 (45f6ee334fcc

[Xen-ia64-devel] [Patch] fix buildconfigs of domU

2006-09-01 Thread Akio Takebe
Hi, I fix buildconfigs of domU. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Signed-off-by: Yoshiro Fujita [EMAIL PROTECTED] Best Regards, Akio Takebe domU_config.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel

  1   2   3   4   >