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

2006-07-07 Thread yo.fujita
Hi Alex, Akio, Thanks for your advice. Hopefully the domU console issues are related to using older tools. The domU console issues occurred on RHEL4U2 which had no compile error. Thanks, Fujita -Original Message- From: Alex Williamson [mailto:[EMAIL PROTECTED] Sent: Friday, July 07,

Re: [Xen-ia64-devel] [PATCH] emulate PAL_HALT_LIGHT on domU

2006-07-07 Thread Atsushi SAKAI
Hi, Kevin Sorry for late, my mail sorting was failed. Thanks for your comments. Anyway, I reply as follows (2items) 1)mITC vITC relation in GuestOS At ParaVM GuestOS, it uses real mITC as vITC(=mITC). See the below(Compare the ParaVM and the FullVM) a)In ParaVM GuestOS, itm/itc used by

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

2006-07-07 Thread Akio Takebe
Hi, Fujita I can use domU's console with http://free.linux.hp.com/~awilliam/20060706-init/. The below is my config file. [EMAIL PROTECTED] fujita]# cat /etc/xen/takebe kernel = /boot/efi/efi/xen/vmlinuz-2.6.16.13-xen-takebe ramdisk = /boot/efi/efi/xen/initrd-2.6.16.13-xen.img-takebe memory =

RE: [Xen-ia64-devel] [PATCH] emulate PAL_HALT_LIGHT on domU

2006-07-07 Thread Tian, Kevin
From: Atsushi SAKAI [mailto:[EMAIL PROTECTED] Sent: 2006年7月7日 15:27 Hi, Kevin Sorry for late, my mail sorting was failed. Thanks for your comments. Anyway, I reply as follows (2items) 1)mITC vITC relation in GuestOS At ParaVM GuestOS, it uses real mITC as vITC(=mITC). See the below(Compare the

Re: [Xen-ia64-devel] Re: PATCH: save restore

2006-07-07 Thread Tristan Gingold
Le Vendredi 07 Juillet 2006 00:03, Alex Williamson a écrit : Hi Tristan, Generally looks very good, and it works on my system too! How much more is required for SMP support? I tried saving a 2-way domU. Unfortunately it restored with only a single CPU and wasn't very happy about it. I

[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] why does xenU console stop atFreeingunusedkernel memory:304KB freed?

2006-07-07 Thread yo.fujita
Hi Akio, Thank you for your advice. It works successfully! It was fixed by small changes in domU's config and inittab. I edited lines as below. #domU's config Before editing: extra = nomca xencons=tty0 console=tty0 3 After editing : extra = nomca console=tty0 3 #/etc/inittab Before editing: #

[Xen-ia64-devel] PATCH: separate mapped_regs and vpd, handle various page size

2006-07-07 Thread Tristan Gingold
Hi, This patch makes mapped_regs separated from vpd_t. Because vpd is 64KB while mapped_regs is only 4KB, this saves memory for non-VTi domains. This patch also fixes a few issue with Xen page size != 16KB. A dom0 16KB page linux can be booted on a Xen 8KB page size, however linux crashes

[Xen-ia64-devel] Weekly Xen-IA64/VTI status report.

2006-07-07 Thread You, Yongkang
Hi all, This week, after merging with latest xen-unstable, several important VTI bugs have been fixed. Most of Xen/IA64 functions became stable again. Some cases still failed in automatic nightly testing. But manual retest didn't find issues. Major Issues: ==. 1. Xen0 XWindows can not

Re: [Xen-ia64-devel] [PATCH] emulate PAL_HALT_LIGHT on domU

2006-07-07 Thread Atsushi SAKAI
Hi, Kevin Thank you for your comments. I agree your points. I will change it as your comments. Anyway, I should change the name of function(vcpu_get_next_timer), because the meaning is changed.:-) Thanks, Atsushi SAKAI From: Atsushi SAKAI [mailto:[EMAIL PROTECTED] Hi, Kevin Sorry for

[Xen-ia64-devel] [PATCH] Enable FW accleration for VTi

2006-07-07 Thread Zhang, Xiantao
This patch intends to turn on FW acceleration for VTi. Thanks Best Regards -Xiantao OTC,Intel Corporation fw_acc.patch Description: fw_acc.patch ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

[Xen-ia64-devel] Weekly benchmark results [ww27]

2006-07-07 Thread yo.fujita
: Pass lmbench-3.0-a5: Pass Thanks and best regards, Fujita and Fujitsu members ltp-domU-20060707.log 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] emulate PAL_HALT_LIGHT on domU

2006-07-07 Thread Atsushi SAKAI
Hi, All This patch emulates Guest PAL_HALT_LIGHT on domU by using do_block and timer. It also adds the function of the timer interrupt to domU at the vcpu woke up. Signed-off-by: Atsushi SAKAI [EMAIL PROTECTED] About the timer interrupt to domU The function xen_timer_interrupt on Xen only

[Xen-ia64-devel] Re: [Xen-changelog] [xen-unstable] kunmap_atomic() must zap the PTE to avoid dangling references

2006-07-07 Thread Isaku Yamahata
On Fri, Jun 30, 2006 at 03:40:22PM +, Xen patchbot-unstable wrote: # HG changeset patch # User [EMAIL PROTECTED] # Node ID 4260eb8c08740de081c61a6237ffcb95b2d5 # Parent 5fa6c1723e08d6395fecc427f372d008006b2b4c kunmap_atomic() must zap the PTE to avoid dangling references when

[Xen-ia64-devel] Re: PATCH: separate mapped_regs and vpd, handle various page size

2006-07-07 Thread Alex Williamson
On Fri, 2006-07-07 at 11:00 +0200, Tristan Gingold wrote: Hi, This patch makes mapped_regs separated from vpd_t. Because vpd is 64KB while mapped_regs is only 4KB, this saves memory for non-VTi domains. This patch also fixes a few issue with Xen page size != 16KB. A dom0 16KB page

[Xen-ia64-devel] VTi domain panic - use of invalid rid 40000

2006-07-07 Thread Alex Williamson
It seems like if I run a domVTi long enough, I always hit the use of invalid rid 4 panic in vmx_vcpu_set_rr(). Has anyone else seen this? It happens after a while when I build a kernel in the VTi domain or when I try to do an install directly to a VTi domain. Thanks, Alex --

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