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
+++ 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
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
\
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_
\
>+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
>+ ;;
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
-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(
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
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
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
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
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
:
>+ inflate_done(v, buf);
>+ break;
>+ default:
>+ printk("%s: unknown cmd 0x%x\n", __func__,
>+
(++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);
&
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
>>>>>
>>
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
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?
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,
in4, in5, in6, in7);
+ set_sal_result(vcpu, result);
+}
Best Regards,
Akio Takebe
-
This SF.net email is sponsored by: Microsoft
Defy all chal
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?
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
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
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
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
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
;> +%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
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
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
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
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
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:
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
32 matches
Mail list logo