Re: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, ioemu#b4d410a1.. Status --- 1 new

2008-11-03 Thread Isaku Yamahata
--- > From: Isaku Yamahata [mailto:[EMAIL PROTECTED] > Sent: Friday, October 31, 2008 9:46 AM > To: Zhang, Xiantao > Cc: Zhang, Jingke; xen-ia64-devel@lists.xensource.com > Subject: Re: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, > ioemu#b4d410a1.. Status --- 1 new >

RE: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, ioemu#b4d410a1.. Status --- 1 new

2008-10-30 Thread Zhang, Xiantao
o; } -Original Message- From: Isaku Yamahata [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 9:46 AM To: Zhang, Xiantao Cc: Zhang, Jingke; xen-ia64-devel@lists.xensource.com Subject: Re: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, ioemu#b4d410a1.. Status --- 1 new Oh g

Re: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, ioemu#b4d410a1.. Status --- 1 new

2008-10-30 Thread Isaku Yamahata
Oh great. Thank you for debugging. Could you provide your signed-off-by? On Thu, Oct 30, 2008 at 11:07:56PM +0800, Zhang, Xiantao wrote: > I found the reason why mfn_valid behaves abnormally. We should mask out > TLB_TRACK bits from p2m entry before using it as mfn_valid's parameter. > > dif

RE: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, ioemu#b4d410a1.. Status --- 1 new

2008-10-30 Thread Zhang, Xiantao
I found the reason why mfn_valid behaves abnormally. We should mask out TLB_TRACK bits from p2m entry before using it as mfn_valid's parameter. diff -r 4a5acf020c0f xen/arch/ia64/vmx/vtlb.c --- a/xen/arch/ia64/vmx/vtlb.c Thu Oct 30 11:51:55 2008 +0900 +++ b/xen/arch/ia64/vmx/vtlb.c Thu Oct 3

RE: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, ioemu#b4d410a1.. Status --- 1 new

2008-10-30 Thread Zhang, Xiantao
Zhang, Xiantao wrote: > Isaku Yamahata wrote: >> On Wed, Oct 29, 2008 at 04:10:50PM +0800, Zhang, Jingke wrote: >>> Hi all, >>> There is one new regression in Cset#18691. With latest >>> Cset#18694, all the case can pass! >>> >>> One regression between Cset#18688 and Cset#18691: ==

RE: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, ioemu#b4d410a1.. Status --- 1 new

2008-10-29 Thread Zhang, Xiantao
Isaku Yamahata wrote: > On Wed, Oct 29, 2008 at 04:10:50PM +0800, Zhang, Jingke wrote: >> Hi all, >> There is one new regression in Cset#18691. With latest >> Cset#18694, all the case can pass! >> >> One regression between Cset#18688 and Cset#18691: >> == >> 1. Qemu g

Re: [Xen-ia64-devel] Xen/IPF Unstable CS#18694, Linux#706, ioemu#b4d410a1.. Status --- 1 new

2008-10-29 Thread Isaku Yamahata
On Wed, Oct 29, 2008 at 04:10:50PM +0800, Zhang, Jingke wrote: > Hi all, > There is one new regression in Cset#18691. With latest Cset#18694, all > the case can pass! > > One regression between Cset#18688 and Cset#18691: > == > 1. Qemu graphic mode display abnormally w