Re: [kvm-devel] kvm-ia64-devel created for discussing ia64-specifictopics!!

2008-01-27 Thread Akio Takebe
Hi, Xiantao and Anthony Good news! Could you update lists page of wiki? http://kvm.qumranet.com/kvmwiki/Lists%2C_IRC Best Regards, Akio Takebe >Hi, guys > We have created kvm-ia64-devel mailing list for discussing >ia64-specific topics. Cheers!! If you have topics which only belongs

Re: [kvm-devel] [kvm-ia64-devel] [PATCH][02] Change srlz.d to srlz.i foria64_set_psr

2008-01-31 Thread Akio Takebe
p(); > ia64_setreg(_IA64_REG_PSR_L, psr); >- ia64_srlz_d(); >+ ia64_srlz_i(); > } Why do you remove ia64_srlz_d()? We should need srlz.d if we change PSR bits(e.g. PSR.dt and so on). Does srlz.i do also date serial

Re: [kvm-devel] [kvm-ia64-devel] [PATCH][02] Change srlz.d to srlz.iforia64_set_psr

2008-01-31 Thread Akio Takebe
Hi, Xiantao >> Why do you remove ia64_srlz_d()? >> We should need srlz.d if we change PSR bits(e.g. PSR.dt and so on). >> Does srlz.i do also date serialization? >Hi, Akio >Srlz.i implicitly ensures srlz.d per SDM. OK, thanks. Be

Re: [kvm-devel] [kvm-ia64-devel] [PATCH][10] Add TLB virtulization support.

2008-01-31 Thread Akio Takebe
pte, itir, ifa); >+ vcpu_quick_region_set(VMX(v, tc_regions), ifa); >+ if (!(pte&VTLB_PTE_IO)) >+ vhpt_insert(phy_pte, itir, ifa, pte); >+ } else { >+ u64 psr; >+ phy_pte &am

Re: [kvm-devel] [PATCH][21] Readme for kvm/ia64 boot.

2008-02-07 Thread Akio Takebe
4/kvm/README | 72 The better place of the README is Documentation/ia64/. Best Regards, Akio Takebe - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.c

Re: [kvm-devel] [kvm-ia64-devel] kvm-ia64.git is created on master.kernel.org!

2008-03-12 Thread Akio Takebe
-ia64-devel). Wow, greate! Can we use the same userspace tree as x86? Are save/restore already available? Best Regards, Akio Takebe - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(

Re: [kvm-devel] [14/17][PATCH] kvm/ia64: Add guest interruption injection support.

2008-03-28 Thread Akio Takebe
r) = isr; >+ VCPU(vcpu, iipa) = regs->cr_iip; >+ if (vector == IA64_BREAK_VECTOR || vector == >IA64_SPECULATION_VECTOR) >+ VCPU(vcpu, iim) = iim; >+ else { >+ set_ifa_itir_iha(vcpu, ifa, 1, 1, 1); >+ } >+ inject_guest_interruption

Re: [kvm-devel] [08/17][PATCH] kvm/ia64: Add interruption vector table for vmm.

2008-03-28 Thread Akio Takebe
\ >+bsw.1 >+;; >+alloc r14=ar.pfs,0,0,1,0 // must be first in an insn group >+mov out0=r13 >+;; >+ssm psr.ic >+;; >+srlz.i >+ ;;

Re: [kvm-devel] [11/17][PATCH] kvm/ia64: add processor virtulization support.

2008-03-28 Thread Akio Takebe
\ regs->f##reg.u.bits[0] = fpval->u.bits[0]; \ regs->f##reg.u.bits[1] = fpval->u.bits[1] ; \ break CASE_RESTORED_FP(6); CASE_

Re: [kvm-devel] [12/17][PATCH] kvm/ia64: add optimization for some virtulization faults

2008-03-28 Thread Akio Takebe
for some performance-critical >virtualization >faults. >Signed-off-by: Anthony Xu <[EMAIL PROTECTED]> >Signed-off-by: Xiantao Zhang <[EMAIL PROTECTED]> It looks good. Best Regards, Akio Takebe - Check

Re: [kvm-devel] [17/17][PATCH] kvm/ia64: How to boot up guests on kvm/ia64

2008-03-28 Thread Akio Takebe
+++ b/arch/ia64/kernel/pal.S >+@@ -84,7 +84,8 @@ GLOBAL_ENTRY(ia64_pal_call_static) >+ mov ar.pfs = loc1 >+ mov rp = loc0 >+ ;; >+- srlz.d // seralize restoration of psr.l >++ srlz.i // seralize restoration of

Re: [kvm-devel] [17/17][PATCH] kvm/ia64: How to boot up guests on kvm/ia64 -V8

2008-03-31 Thread Akio Takebe
lease of GFW. Best Regards, Akio Takebe - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;1350

[kvm-devel] [Patch] cleanup warning of kvmctl.c

2007-10-19 Thread Akio Takebe
Hi, Nice to meet you, all. I recently got understanding kvm started, and I found some worning at compiling kvm. This patch is for cleanup of kvmctl.c. I tested Booting Linux guest on x86_32. Signed-off-by: Akio Takebe <[EMAIL PROTECTED]> --- kvm-48.orig/user/kvmctl.c 2007-10-19

[kvm-devel] [Patch] adding some scripts at installing

2007-10-30 Thread Akio Takebe
Hi, I wanted to use network with --mac optin of kvm script on guest, but I didn't use it because I didn't know needing to copy some scripts. I think it is better that we can use --mac option after "make install". So I modified install section in the Makefile. Signed-off-by:

[kvm-devel] [Patch][RFC] fix make rpm

2007-10-30 Thread Akio Takebe
Hi, This patch fix "make rpm". When I used the rpm option, I got some error. So I fixed it, but it is a just sample? What do you think about it? Signed-off-by: Akio Takebe <[EMAIL PROTECTED]> --- --- kvm-49/Makefile 2007-10-29 02:14:57.0 +0900 +++ kvm-49.mod/Makefi

Re: [kvm-devel] [Patch] adding some scripts at installing

2007-10-30 Thread Akio Takebe
e my machine is installed Xen. If you found some of them, can you tell me them? >In the future, I hope that bridging functionality could be integrated into >Qemu/KVM, so that we won't need that script at all. > It's

Re: [kvm-devel] [Patch][RFC] fix make rpm

2007-10-30 Thread Akio Takebe
verywhere (e.g. debian). But i will accept patches to >improve it. > OK, I agree. >> What do you think about it? >> >> Signed-off-by: Akio Takebe <[EMAIL PROTECTED]> >> -/usr/kvm >> +%dir /usr/kvm >> +%dir /usr/kvm/bin >> +/usr/kvm/bin/qemu-img

[kvm-devel] [Patch] improvement of "make rpm"

2007-10-31 Thread Akio Takebe
igure 4. make rpm I tested this patch on RHEL5. Signed-off-by: Akio Takebe <[EMAIL PROTECTED]> Best Regards, Akio Takebe --- --- kvm-49.orig/kvm.spec2007-10-29 02:14:57.0 +0900 +++ kvm-49/kvm.spec 2007-10-31 23:24:05.0 +0900 @@ -1,3 +1,12 @@ +%define Distrib

Re: [kvm-devel] [Patch] improvement of "make rpm"

2007-11-05 Thread Akio Takebe
;> +%if %([ x"%{Distribution}" = x"fedora" -a x"%{os_release}" = x"5" ] && >> echo 1 | >> | echo 0) >> +%define fedora5 1 >> +%endif >> > >Why not use regular rpm conditionals instead of calling the shell? &g

[kvm-devel] [Patch] improvement of "make rpm" (take2)

2007-11-05 Thread Akio Takebe
rm SOURCES 2. mkdir SOURCES 3. ./configure 4. make rpm Signed-off-by: Akio Takebe <[EMAIL PROTECTED]> Best Regards, Akio Takebe --- --- kvm-50.orig/kvm.spec2007-10-31 22:50:28.0 +0900 +++ kvm-50/kvm.spec 2007-11-06 11:11:20.0 +0900 @@ -12,10 +12,23 @@ Excl

Re: [kvm-devel] include files for kvmclock

2007-11-07 Thread Akio Takebe
version field */ >+ u32 version; >+ }; >+ char page_align[PAGE_SIZE]; >+}; >+ Why does kvm_hv_clock need page_align? And also the kvm_hv_clock is alloced with kvm_vcpu, so the align is not enough, isn't it? I thik __atribute__((__align

Re: [kvm-devel] include files for kvmclock

2007-11-07 Thread Akio Takebe
e. See the >guest part: Where it matters, I do use it. Oh, I confused the guest/host part, but I could understand it. Thank you for your explanation. Best Regards, Akio Takebe - This SF.net email is sponsored by: Splun

Re: [kvm-devel] IA64 KVM

2007-11-08 Thread Akio Takebe
I also think so. :) Best Regards, Akio Takebe - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Dow

Re: [kvm-devel] git-clone error?

2007-11-08 Thread Akio Takebe
hi, >I tried. It seems that git can not pass through http proxy. >Any other hints? > Did you use "export http_proxy=" ? Best Regards, Akio Takebe - This SF.net email is sponsored by: Splunk Inc. Sti

Re: [kvm-devel] [1-5/17] Patch 1-10 of kvm/ia64 V2

2007-12-20 Thread Akio Takebe
return 0; + +out_free1: + kvm_free_vmm_area(); +out_free0: + kfree(kvm_vmm_info); +out: + return r; +} + +void kvm_arch_exit(void) +{ + kvm_free_vmm_area(); + kfree(kvm_vmm_info); + kvm_vmm_info = 0; +} kvm_vmm_info = (void *)0?

Re: [kvm-devel] [1-5/17] Patch 1-10 of kvm/ia64 V2

2007-12-20 Thread Akio Takebe
in4, in5, in6, in7); + set_sal_result(vcpu, result); +} Best Regards, Akio Takebe - This SF.net email is sponsored by: Microsoft Defy all chal

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-25 Thread Akio Takebe
Hi, >Run guests with the command : >/usr/local/bin/qemu-system-ia64 -hda your.img -m 512 > >If you have any question, please feel free to contact me! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM guest? Best Regards,

Re: [kvm-devel] [PATCH] kvm/qemu: Fix ia64 build broken.

2007-12-26 Thread Akio Takebe
fine TARGET_PAGE_BITS 16 > Do we need to use CONFIG_IA64_PAGE_SIZE_64KB in .config of kernel? Cannot we use CONFIG_IA64_PAGE_SIZE_16KB? Best Regards, Akio Takebe - This SF.net email is sponsored by: Microsoft Defy all ch

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Akio Takebe
Hi, Xiantao >Akio Takebe wrote: >> Hi, >> >>> Run guests with the command : >>> /usr/local/bin/qemu-system-ia64 -hda your.img -m 512 >>> >>> If you have any question, please feel free to contact me! >> Can I use the guest image of Xen?

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Akio Takebe
Hi, Xiantao >Akio Takebe wrote: >> Hi, Xiantao >> >>> Akio Takebe wrote: >>>> Hi, >>>> >>>>> Run guests with the command : >>>>> /usr/local/bin/qemu-system-ia64 -hda your.img -m 512 >>>>> >>

Re: [kvm-devel] [PATCH] kvm balloon guest driver (v2)

2008-01-09 Thread Akio Takebe
(++deallocated == npages) >+ break; >+ } >+ >+ r = send_balloon_buf(v, CMD_BALLOON_DEFLATE, buf); >+ if (r) >+ goto out; >+ >+ list_for_each_entry_safe(page, tmp, &tmp_list, lru) >+ list_del_init(&page->lru); &

Re: [kvm-devel] [PATCH] kvm balloon guest driver (v2)

2008-01-10 Thread Akio Takebe
: >+ inflate_done(v, buf); >+ break; >+ default: >+ printk("%s: unknown cmd 0x%x\n", __func__, >+