[Xen-ia64-devel] Re: [PATCH] Re: [Xen-devel] Re: [PATCH 2/2] PV framebuffer

2006-11-28 Thread Atsushi SAKAI
the CONFIG_XEN_FRAMEBUFFER=n. From this environment, I guess this problem is in serial console. Anyway xen-vncfb is running (not defunct). Thanks Atsushi SAKAI Hi Atsushi, Could you give my latest patch a try on IA-64? I didn't merge your patch literally, so I might have broken it. Cheers, Markus

[Xen-ia64-devel] [Q]ltrace and do_ssc

2006-11-28 Thread Atsushi SAKAI
/hpsim.S Do you have any idea to solve this problem? Thanks Atsushi SAKAI ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] Re: [PATCH] Re: [Xen-devel] Re: [PATCH 2/2] PV framebuffer

2006-11-24 Thread Atsushi SAKAI
Hi, Markus I checked your fixes. It seems fine in source code base. I will run the test next week. Thanks Atsushi SAKAI Hi Atsushi, Could you give my latest patch a try on IA-64? I didn't merge your patch literally, so I might have broken it. Cheers, Markus

[Xen-ia64-devel] [PATCH] Re: [Xen-devel] Re: [PATCH 2/2] PV framebuffer

2006-11-22 Thread Atsushi SAKAI
-by: Isaku Yamahata [EMAIL PROTECTED] Signed-off-by: Masami Watanabe [EMAIL PROTECTED] Signed-off-by: Atsushi SAKAI [EMAIL PROTECTED] From seeing your patches policy, We do memory address translation in Dom0 application side. Thanks Atsushi SAKAI PV framebuffer backend. Derived from http

Re: [Xen-ia64-devel] [Q] about PCI front/IA64

2006-10-16 Thread Atsushi SAKAI
Hi, Tristan Thank you for your comments. I am wondering the code of arch/i386/pci/pcifront.c and irq-xen.c for x86. (IA64 does not have it) The [EMAIL PROTECTED]/i386/pci/irq-xen.c is pci_sal_read/write for IA64. (DomU/VTI cannot access PCI configuration) Thanks Atsushi SAKAI Le Vendredi

[Xen-ia64-devel] [Q] about PCI front/IA64

2006-10-13 Thread Atsushi SAKAI
I'm just watching through the source code of PCI front/back driver. But I did not understand the interface of Para/IA64 kernel. (x86 has driver at linux-sparce/arch/x86/driver/pci but IA64 does not have such.) If anyone know the interface, please let me know thanks. Thanks, Atsushi SAKAI

Re: [Xen-ia64-devel] Grub for ia64

2006-09-05 Thread Atsushi SAKAI
Hi, Tristan That's fine that GRUB support IA64 platform! Do you plan to support TrustedGRUB? http://sourceforge.net/projects/trustedgrub/ Thanks Atsushi SAKAI Hi, here is my port of grub to ia64. I hope it has all the requested features (kernel, initrd, modules, relocation and fpswa

[Xen-ia64-devel] [PATCH]Add VTI related perfc

2006-09-04 Thread Atsushi SAKAI
Hi, All This patch intends to add VTI-related and fw_hypercall counters. Signed-off-by: Atsushi SAKAI [EMAIL PROTECTED] Signed-off-by: Hiroya INAKOSHI [EMAIL PROTECTED] Thanks Atsushi SAKAI vti_perfc.patch Description: Binary data ___ Xen

Re: [Xen-ia64-devel][PATCH] found a small bugRE:[Xen-ia64-devel][ PATCH] pal_halt_light emulatefor domU TAKE3

2006-08-31 Thread Atsushi SAKAI
Hi, Anthony I tested following changes, it works fine. (13:44 Run in 2xDomU Kernel Compile and DomVTI(nosmp) boot test) Thanks Atsushi SAKAI +++ b/xen/arch/ia64/xen/hypercall.cThu Aug 24 11:48:35 2006 -0600 @@ -235,7 +235,12 @@ fw_hypercall (struct pt_regs *regs

Re: [Xen-ia64-devel][PATCH] found a small bugRE:[Xen-ia64-devel][ PATCH] pal_halt_light emulatefor domU TAKE3

2006-08-30 Thread Atsushi SAKAI
tested your proposed configuration. I will test it in night run today. Thanks Atsushi SAKAI That's Ok for me. @@ -122,6 +122,7 @@ void schedule_tail(struct vcpu *prev) shared_info-vcpu_info[current-vcpu_id].evtchn_upcall_mask; __ia64_per_cpu_var(current_psr_ic_addr

Re: [Xen-ia64-devel] [PATCH][RFC] performance tuning TAKE 5

2006-08-30 Thread Atsushi SAKAI
Hi, Isaku Please tell CSet #, you are intended for ? Our group people tried to compile your patches at TAKE4, but failed. To skip this issue, Please tell CSet #. Thanks Atsushi SAKAI Hi. I posted performance tuning patches. It must be evaluated for its effect before commit. (or improve them

Re: [Xen-ia64-devel][PATCH] FIX THIS ISSUE.RE: [Xen-ia64-devel] VTi domain problems

2006-08-28 Thread Atsushi SAKAI
Hi, Anthony Could you explain following cases? Anyway, thank you for your patch of pal_halt_light domU. Thanks, Atsushi SAKAI In some scenarios, xen_timer_interrupt will not set machine itm, this may make this LP not receive timer interrupt any more. Signed-off-by: Anthony Xu [EMAIL

Re: [Xen-ia64-devel] [PATCH] pal_halt_light emulate for domU TAKE3

2006-08-23 Thread Atsushi SAKAI
is running but timer(VIRQ_ITC) is stopped. (References) Yamahata's for VTI migrate timer. http://lists.xensource.com/archives/html/xen-ia64-devel/2006-07/msg00375.html stop_timer http://lists.xensource.com/archives/html/xen-ia64-devel/2006-07/msg00171.html Signed-off-by: Atsushi SAKAI [EMAIL

Re: [Xen-ia64-devel] [PATCH] pal_halt_light emulate for domU TAKE3

2006-08-22 Thread Atsushi SAKAI
this patch does not need to add vcpu_pend_timer fixes. But this should be fixed in sometime. (another reason) Thanks, Atsushi SAKAI Hi Atsushi. On Tue, Aug 22, 2006 at 02:44:34PM +0900, Atsushi SAKAI wrote: As you pointed out, vcpu_pend_timer() is usually used as current. This problem does

Re: [Xen-ia64-devel] [PATCH] pal_halt_light emulatefor domU TAKE3

2006-08-22 Thread Atsushi SAKAI
-itm_delta)+NOW; -Anthony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi SAKAI Sent: 2006?8?21? 19:39 To: xen-ia64-devel@lists.xensource.com Subject: [Xen-ia64-devel] [PATCH] pal_halt_light emulatefor domU TAKE3 This is a pal_halt_light emulation

[Xen-ia64-devel] [PATCH] pal_halt_light emulate for domU TAKE3

2006-08-21 Thread Atsushi SAKAI
/archives/html/xen-ia64-devel/2006-07/msg00171.html Signed-off-by: Atsushi SAKAI [EMAIL PROTECTED] pal_halt_light_emulate_take3.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http

Re: [Xen-ia64-devel] [PATCH] pal_halt_light emulatefor domU TAKE3

2006-08-21 Thread Atsushi SAKAI
Hi Anthony Thank you for your comment, I am already trying test in both cases(for more than 16Hour 4CPU). But I select current by code simplicity. I agree your point, I will fix it. Thanks Atsushi SAKAI Hi SAKAI, Good effort, I have one small comment +vcpu_get_next_timer_ns

Re: [Xen-ia64-devel] [PATCH] pal_halt_light emulate for domU TAKE3

2006-08-21 Thread Atsushi SAKAI
to use as vcpu==current) 2)Change the order of send_guest_vcpu_virq(vcpu, VIRQ_ITC) PSCBX(vcpu, domain_itm_last) = PSCBX(vcpu, domain_itm); Thanks Atsushi SAKAI Hi Atsuhi. On Mon, Aug 21, 2006 at 08:38:33PM +0900, Atsushi SAKAI wrote: 2)The VIRQ_ITC cycle is destroyed in case vcpu

Re: [Xen-ia64-devel] [PATCH 0/10] [RFC] performance tuning TAKE 3

2006-08-09 Thread Atsushi SAKAI
Hi, Tristan Is there any plan to add a counter for vcpu migration counting? I want to see the correlation with these patch. Thanks, Atsushi SAKAI Le Mercredi 09 Ao〓 2006 13:27, Isaku Yamahata a 馗rit : Hi all Hi some comments enclosed. These patches are for performance tuning TAKE 3

Re: [Xen-ia64-devel] [PATCH 0/10] [RFC] performance tuning TAKE 3

2006-08-09 Thread Atsushi SAKAI
Hi, Tristan O.K. I will add it. It seems that xenperf is your territory. So I need your permission:-) Thanks, Atsushi SAKAI Le Mercredi 09 Ao〓 2006 13:50, Atsushi SAKAI a 馗rit : Hi, Tristan Is there any plan to add a counter for vcpu migration counting? I want to see the correlation

Re: [Xen-ia64-devel] [IPF-ia64] with Cset 10690, creating aVTImakexen0 hang

2006-07-20 Thread Atsushi SAKAI
Hi, Alex Thank you for your action. c.f. I am a business trip to Japan north region(TOYAMA) from Thursday to Friday. It makes delay. Thanks, Atsushi SAKAI On Wed, 2006-07-19 at 09:03 -0400, Alex Williamson wrote: On Wed, 2006-07-19 at 20:16 +0900, Atsushi SAKAI wrote: For the short term

Re: [Xen-ia64-devel] [IPF-ia64] with Cset 10690, creating aVTImakexen0 hang

2006-07-18 Thread Atsushi SAKAI
exclude VIRQ_ITC interrupt duing that time window. and this problem is reproduced by using lmbench.(Thanks) Thanks Atsushi SAKAI Hi, Yamahata, If this domain depends on hlt_timer to wake it up, The scenario you described can appear, TIMER_SLOP can reduce this situation, but can't eliminate

Re: [Xen-ia64-devel] Oops: timer tick before it's due

2006-07-13 Thread Atsushi SAKAI
Hi, Alex I am checking it. But I can not reproduce the oops message. (So I cannot check the modified candidate code) Would you give me a condition ? Thanks Atsushi SAKAI The Oops message is back on SMP domUs. Is this from the PAL_HALT_LIGHT emulation? Thanks, Alex -- Alex

Re: [Xen-ia64-devel] [IPF-ia64] with Cset 10690, creating a VTImakexen0 hang

2006-07-12 Thread Atsushi SAKAI
, Atsushi SAKAI Sakai-san, Another short term approach, When emulating PAL_HALT_LIGHT If(dom0) Ia64_pal_halt_hight(); Else //domU do_block; Thanks, anthony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi SAKAI Sent: 2006?7?11? 21:46

Re: [Xen-ia64-devel] [IPF-ia64] with Cset 10690, creating aVTImakexen0 hang

2006-07-12 Thread Atsushi SAKAI
Hi, My primary motivation is correct display of xenmon.py and xentop in BVT/CREDIT. (N.B. SEDF displayed as same as x86, but BVT/CREDIT are not) If only domU emulation is applied, it is a half way from my motivation. Is dom0 dispatch another home work? Thanks, Atsushi SAKAI From: Atsushi SAKAI

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

2006-07-07 Thread Atsushi SAKAI
, vcpu_set_next_timer is not needed in source code base. Since I just need VIRQ_ITC event. I will test it and submit the patch after applying your comments. Thanks Atsushi SAKAI From: Atsushi SAKAI Hi, All This patch emulates Guest PAL_HALT_LIGHT on domU by using do_block and timer. It also adds

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

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

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

2006-07-05 Thread Atsushi SAKAI
to emulate PAL_HALT_LIGHT on the Xen Hypervisor. This model does not effect on VIRQ_ITC and itc/itm model. Thanks, Atsushi SAKAI. Hi Sakai. xenLinux/x86 paravirtualizes idle loop to get timer interrupt while cpu halting. More exactly safe_halt() is paravirtualized using

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

2006-07-05 Thread Atsushi SAKAI
Hi, Tristan. I have no idea without changing the linux scheduler code. I also want to know the idea to solve your problem. If the linux stops over 10 seconds, it appears. On Xen, that problem is common in x86/VTx, IA64/noVTI and VTI. Thanks, Atsushi SAKAI I have a question related

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

2006-07-05 Thread Atsushi SAKAI
in x86/VTx, IA64/noVTI and VTI. soft lockup code: https://www.codeblog.org/gonzui/markup/linux-2.6.16.18/kernel/softlockup.c?q=package%3Alinux-2.6.16.18+fundef%3Asoftlockup_tick#l47 Thanks, Atsushi SAKAI I have a question related to the timer. If you pause/unpause a domain for more than 10 secs

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

2006-07-04 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 event sending to domU at the vcpu woke up. Signed-off-by: Atsushi SAKAI [EMAIL PROTECTED] About the timer event sending to domU The function xen_timer_interrupt

Re: [Xen-ia64-devel] credit sched on ia64

2006-06-28 Thread Atsushi SAKAI
(Physical) ・Gypsy Domain 1vcpu ・Blocking Domain 1 vcpu VTI ・6CPU machine ・Xen 2CPU(Physical) ・Gypsy Domain 1vcpu ・Blocking Domain 1 vcpu Thanks. Reiji TAZAKI Atsushi SAKAI Hi I am maybe late on this issue but has anyone tried credit scheduler on xen/ia64 ? I suppose it doesn't work well

[Xen-ia64-devel] [Q]About Domain time update in IA64

2006-05-10 Thread Atsushi SAKAI
Hi All I have a question about Domain time update in IA64. (update_vcpu_system_time) In x86, this function is working. But in ia64, the function is null at this moment. Is there any plan to change the function specification ? Atsushi Sakai

<    1   2   3   4