Re: [Xen-ia64-devel] scp bug report

2006-08-03 Thread Isaku Yamahata
Hi. I guess this is caused by vDSO paravirtualization bug. I sent out the bug-fix patch. I confirmed with LTP gettimeofday02 that event mask wasn't cleared sometimes and the patch fixes it. However I couldn't reporduce the scp issue. On Tue, Aug 01, 2006 at 04:22:15PM -0600, Al Stone wrote:

Re: [Xen-ia64-devel][PATCH 0/4] boot windows server 2003:

2006-08-03 Thread Tristan Gingold
Le Mercredi 02 Août 2006 14:34, Xu, Anthony a écrit : I'm using Windows Server 2003 SP1. BTW, There may be several directories under /efi/Microsoft. Like winnt50 winnt50.0 winnt50.1 ... There is boot file under each directory. You need to import the correct boot, You can use

[Xen-ia64-devel] PATCH: convert some stats to perfc

2006-08-03 Thread Tristan Gingold
Hi, this patch converts a few counters to perfc. I will try to convert *all* counters to perfc but this is a background task. I prefer to use the perfc rather than the current counter implementation because perfc has a better API. Tested on dom0. Tristan. # HG changeset patch # User [EMAIL

RE: [Xen-ia64-devel][PATCH 0/4] boot windows server 2003:

2006-08-03 Thread Xu, Anthony
I tried to install on VTI-domain. The installation doesn't make any progress after Setup is starting WIndows. Hi Tristan, There are two things you can check, 1. You need to use the latest Cset 10922. 2. You need to use bvt scheduler, credit may not work. I also encounter your situation, when

Re: [Xen-ia64-devel][PATCH 0/4] boot windows server 2003:

2006-08-03 Thread Tristan Gingold
Le Jeudi 03 Août 2006 10:02, Xu, Anthony a écrit : I tried to install on VTI-domain. The installation doesn't make any progress after Setup is starting WIndows. Hi Tristan, There are two things you can check, 1. You need to use the latest Cset 10922. 2. You need to use bvt scheduler,

[Xen-ia64-devel] PATCH: convert some stats to perfc [resend]

2006-08-03 Thread Tristan Gingold
Hi, same as previous, but also compiles without perfc=y! Sorry for the glitch. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID 96983449065aa01f249c33d51d54379f79daed8c # Parent 561df7d9cecc92d08bcc34ed45880062b06dc2e6 Convert some stats to perfc. Signed-off-by: Tristan

[Xen-ia64-devel] [PATCH][IA64] Fix Qemu memory access beyond 3G

2006-08-03 Thread Zhang, Xiantao
This patch intends to fix memory access beyond 3G for VTi domain. Currently VTi's memory beyond 3G was moved to 4G at build time. So it should be mapped correctly in qemu. If not, it will cause qemu's segmentation fault when guest use memory beyond 4G for DMA. Signed-off-by: Zhang Xiantao [EMAIL

[Xen-ia64-devel] [PATCH][Qemu]Free page_page after foreign map.

2006-08-03 Thread Zhang, Xiantao
Seems no special reason for keeping page_array after foreign map. Free it to avoid memory leak in Qemu. Signed-off-by: Zhang xiantao [EMAIL PROTECTED] Thanks Best Regards -Xiantao OTC,Intel Corporation free_page_array.patch Description: free_page_array.patch

[Xen-ia64-devel] Xen/IA64 Healthiness Report -Cset#10922

2006-08-03 Thread You, Yongkang
Xen/IA64 Healthiness Report We met several new issues in this Changeset. It cost us a lot time to reproduce and locate the problem. Testing Environment: Platform: Tiger4 Processor: Itanium 2 Processor Logic Processors number: 4 PAL version: 8.15 Service OS: RHEL4u3

Re: [Xen-ia64-devel] Enabling hypercalls from VT-i domain

2006-08-03 Thread Alex Williamson
On Wed, 2006-08-02 at 19:34 +0900, DOI Tsunehisa wrote: Hi all, My name is Tsunehisa Doi. We are porting Steven Smith's para drivers for full-VM to IPF. In the xen-unstable.hg (cs: 10883-10885), it's enabling the hypercall from HVM domain. Welcome to the list. Applied. Thanks,

[Xen-ia64-devel] Re: PATCH: convert some stats to perfc [resend]

2006-08-03 Thread Alex Williamson
On Thu, 2006-08-03 at 11:56 +0200, Tristan Gingold wrote: Hi, same as previous, but also compiles without perfc=y! Applied. -- Alex Williamson HP Open Source Linux Org. ___ Xen-ia64-devel mailing list

[Xen-ia64-devel] Fedora-xen-ia64 test status

2006-08-03 Thread Akio Takebe
Hi, Aron, Juan, all We could not boot dom0 with kernel-xen-2.6.17-1.2488.fc6 on Tiger4. So I and Kouya debuged it, and found kernel text area is cleared. Isuku make a patch which resolve the issue. And I tested booting dom0 with Isuku's patch. So My test results is below. I used the below as

[Xen-ia64-devel] Re: Fedora-xen-ia64 test status

2006-08-03 Thread Aron Griffis
Akio Takebe wrote: [Thu Aug 03 2006, 03:41:40PM EDT] We could not boot dom0 with kernel-xen-2.6.17-1.2488.fc6 on Tiger4. So I and Kouya debuged it, and found kernel text area is cleared. Isuku make a patch which resolve the issue. ... With the dom0 and the xen, I can boot dom0. Woohoo!

Re: [Xen-ia64-devel] Fedora-xen-ia64 test status

2006-08-03 Thread Akio Takebe
Hi, Dave and Xen people Do we need CONFIG_DEBUG_SPINLOCK_SLEEP? Yes, because it highlights bugs like the above. If we need CONFIG_DEBUG_SPINLOCK_SLEEP, we must modify __might_sleep(). No, you must fix ia64 so that it doesn't call down_read with interrupts disabled. OK, but I think this is

[Xen-ia64-devel] Re: Fedora-xen-ia64 test status

2006-08-03 Thread Aron Griffis
Hi Juan, Here is the patch cleaned up to apply to your current tree. I omitted the #ifdef notyet parts because they're already fixed by the patch I sent yesterday. https://www.redhat.com/archives/fedora-xen/2006-August/msg00019.html Regards, Aron # HG changeset patch # User [EMAIL PROTECTED] #

[Xen-ia64-devel] [PATCH] remove P==M support

2006-08-03 Thread Alex Williamson
Remove support for the old P==M dom0 memory model. I suspect it no longer works and has just become cruft in the code base. Should be no functional change from our default build (but please review). Thanks, Alex Signed-off-by: Alex Williamson [EMAIL PROTECTED] --- diff -r

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

2006-08-03 Thread yo.fujita
Hi, all I will inform this week's benchmark result. The tools used now is as follows. - unixbench4.1.0 - bonnie++-1.03 - ltp-full-20060306 - iozone3_191 - lmbench-3.0-a5 TEST ENVIRONMENT Machine : Tiger4 KERN : 2.6.16.13-xen changeset:

RE: [Xen-ia64-devel][PATCH 0/4] boot windows server 2003:

2006-08-03 Thread Xu, Anthony
I was using CSET 10922 and bvt. I will try harder. Hi Tristan Sorry for late response -- You may need the latest native PAL. -- You may need the latest guest FirmWare, some bugs are fixed when booting windows. Anthony ___ Xen-ia64-devel mailing list

[Xen-ia64-devel] Re: Why do you set xen's driver m?

2006-08-03 Thread Akio Takebe
Hi, Juan Thank you for your comments. I can boot domU with the following modprobe.conf. alias scsi_hostadapter xenblk But I have some ide errors. After I add extra = 'ide0=noprobe ide1=noprobe ide2=noprobe ide3=noprobe ide4=noprobe' into domU's config, ide errors are not occurred.