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-ia64-devel] [FYI] Recipe of Booting up the latest Xen

2006-05-29 Thread Akio Takebe
Hi, Rodrigo My RHEL4 recipe is the below. This recipe is not tested, but almost correct. ;-) If you have a problem, then please let me know. My enviroment is; Machine : Tiger4 Dom0 OS : RHEL4 U2 DomU OS : RHEL4 U2 Build xen 1. Download source # hg

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

2006-05-29 Thread Akio Takebe
Hi, Kevin I remembered that several people ever cried for same request and some others also threw out good receipts like following. Then... is it possible to record such receipts in the repository, to avoid future duplicated post on same puzzle? :-) This is good idea.

[Xen-ia64-devel] [PATCH 0/3] [RFC] clean up priv_handle_op() and paravirtualise vdso

2006-05-29 Thread Isaku Yamahata
priv_handle_op() caused some troubles. the 1/3 patch fixes them. However it causes performance loss because vdso area always requires priv_handle_op() and itlb reflection. System call enterance is performance critical so that it is worthwhile for paravirtualization. The 3/3 patch paravirtualizes

[Xen-ia64-devel] [PATCH 1/3][RFC] rewrite priv_handle_op()

2006-05-29 Thread Isaku Yamahata
1 / 3 # HG changeset patch # User [EMAIL PROTECTED] # Node ID a80ad3a0f2ce37c3907820f0f8282dcd5ace76b5 # Parent 2bde9ab4140b0b21ac40533dd319af66d4003841 introduce vcpu_get_domain_bundle() and replace __get_domain_handle call in priv_handle_op with it. priv_handle_op() uses __get_domain_handle

[Xen-ia64-devel] [PATCH 2/3][RFC] import linux gate.S, gate.ld.S and patch.c

2006-05-29 Thread Isaku Yamahata
2 / 3 # HG changeset patch # User [EMAIL PROTECTED] # Node ID 111452ca9db3b5c8cfae0137409bff817f1a0fef # Parent a80ad3a0f2ce37c3907820f0f8282dcd5ace76b5 import gate.S, gate.ld.S and patch.c which are needed to paravirtualize vdso area. PATCHNAME: import_gate_s_gate_ld_s_patch_c Signed-off-by: