RE: [Xen-ia64-devel] Xen/IPF Unstable CS#17661 Status Report --- Twonew issues found

2008-05-16 Thread Zhang, Jingke
Xu, Anthony wrote:
 it would also report failure in the qemu screen.
 --- VTI_Windows2003 guest will crash at starting
 windows.. 
 
 Windows2003 Server SP1 has a bug , which cause guest crash.
 We need to move to Windows 2003 Server SP2.
 
 - Anthony
 
 
 
 
 Isaku Yamahata wrote:
 On Fri, May 16, 2008 at 10:53:09AM +0800, Zhang, Jingke wrote:
 Issue2. Windows guest can not be booted up.
 --- VTI_Windows2008 can not be booted. When we ran
 bootmgfw.efi, it would also report failure in the qemu screen.
 --- VTI_Windows2003 guest will crash at starting
 windows..
 
 C/s 17606:b03e24f9c1d8 is the culprit.
 SAL_SET_VECTORS 0, SAL_SET_VECTORS 1 and SAL_MC_SET_PARAMS
 are called.
 Hmm, not only VMM, but also gfw needs fix?
 
 thanks,

I retest Windows2k3 VTI against Cset17607. My win2k3 is SP1 version and
I am trying to update it. Thank you Anthony!
The results of three Csets is:
With win2k3-SP1   Crash?
17602  No
17607  Yes
17661  Yes

So, the issue exists between 17603~17607 as Isaku told (17606). Thanks!



Thanks,
Zhang Jingke

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


RE: [Xen-ia64-devel] Xen/IPF Unstable CS#17661 Status Report --- Twonew issues found

2008-05-16 Thread Zhang, Jingke
Zhang, Jingke wrote:
 Hi all,
 The old VTI Save-Restore issue was fixed now. Then VTI
 saverestore, live-migration can pass!
 
 Two new block isses were found:
 Issue1. Qcow image made by qcow-create of this Cset failed to be
 recognazied.
 --- On IA32 part, we still met an issue about qcow, which can
 be worked around by using disk = [ 'tap:qcow:/***,hda,w' ] in
 configuration file. But, I failed to boot up VTI qcow file in this
 way. 
 

Hi Isaku,
To the issue1, IA32 part's fix was on Cset#17646, which has not been
merged to IA64 side. 
This issue may block our nightly testing work. Could you please have
a look at this patch (link is
http://xenbits.xensource.com/xen-unstable.hg?rev/e3b13e1ecf6c)? 


 Issue2. Windows guest can not be booted up.
 --- VTI_Windows2008 can not be booted. When we ran
 bootmgfw.efi, it would also report failure in the qemu screen.
 --- VTI_Windows2003 guest will crash at starting
 windows.. 
 
 
 Detail Xen/IA64 Unstable Cset #17661 Status Report
 
 
 Test Result Summary:
   # total case:   18
   # passed case: 15
   # failed case:   3
 
 Testing Environment:
   platform: Tiger4
   processor: Itanium 2 Processor
   logic Processors number: 8 (2 processors with Dual Core)
   pal version: 9.08
   service os: RHEL4u3 IA64 SMP with 2 VCPUs
   vti guest os: RHEL4u2  RHEL4u3
   xenU guest os: RHEL4u2
   xen ia64 unstable tree: 17661
   xen schedule: credit
   gfw: open guest firmware Cset#122
 
 Detailed Test Results:
 
 Passed case idDescription
   SaveRestoreSaveRestore
   VTI_PV  Linux VTI PV
   Two_UP_VTI_Co2  UP_VTI (mem=256)
   One_UP_VTI 1 UP_VTI (mem=256)
   One_UP_XenU 1 UP_xenU(mem=256)
   SMPVTI_LTP  VTI (vcpus=4, mem=512) run LTP
   SMPVTI_and_SMPXenU  1 VTI + 1 xenU (mem=256 vcpus=2)
   Two_SMPXenU_Coexist 2 xenU (mem=256, vcpus=2)
   One_SMPVTI_4096M1 VTI (vcpus=2, mem=4096M)
   SMPVTI_Network  1 VTI (mem=256,vcpu=2) and'ping'
   SMPXenU_Network 1 XenU (vcpus=2) and 'ping'
   One_SMP_XenU1 SMP xenU (vcpus=2)
   One_SMP_VTI 1 SMP VTI (vcpus=2)
   SMPVTI_Kernel_Build VTI (vcpus=4) and do KernelBuild
   UPVTI_Kernel_Build  1 UP VTI and do kernel build
 


 
 (all the cases containing windows VTI)
 Failed case idDescription
   SMPVTI_Windows  SMPVTI windows(vcpu=2)
   SMPWin_SMPVTI_SMPxenU   SMPVTI Linux/Windows  XenU
   VTI_Windows_PV  Windows VTI PV
 
 
 
 Thanks,
 Zhang Jingke
 
 
 ___
 Xen-ia64-devel mailing list
 Xen-ia64-devel@lists.xensource.com
 http://lists.xensource.com/xen-ia64-devel



Thanks,
Zhang Jingke

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


Re: [Xen-ia64-devel] Xen/IPF Unstable CS#17661 Status Report --- Twonew issues found

2008-05-16 Thread Isaku Yamahata
On Fri, May 16, 2008 at 03:08:05PM +0800, Zhang, Jingke wrote:
 Zhang, Jingke wrote:
  Hi all,
  The old VTI Save-Restore issue was fixed now. Then VTI
  saverestore, live-migration can pass!
  
  Two new block isses were found:
  Issue1. Qcow image made by qcow-create of this Cset failed to be
  recognazied.
  --- On IA32 part, we still met an issue about qcow, which can
  be worked around by using disk = [ 'tap:qcow:/***,hda,w' ] in
  configuration file. But, I failed to boot up VTI qcow file in this
  way. 
  
 
 Hi Isaku,
 To the issue1, IA32 part's fix was on Cset#17646, which has not been
 merged to IA64 side. 
 This issue may block our nightly testing work. Could you please have
 a look at this patch (link is
 http://xenbits.xensource.com/xen-unstable.hg?rev/e3b13e1ecf6c)? 

I'll merge the upstream change.

-- 
yamahata

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


RE: [Xen-ia64-devel] Xen/IPF Unstable CS#17661 Status Report --- Twonew issues found

2008-05-15 Thread Xu, Anthony
 it would also report failure in the qemu screen. 
 --- VTI_Windows2003 guest will crash at starting
windows..

Windows2003 Server SP1 has a bug , which cause guest crash.
We need to move to Windows 2003 Server SP2.

- Anthony




Isaku Yamahata wrote:
 On Fri, May 16, 2008 at 10:53:09AM +0800, Zhang, Jingke wrote:
 Issue2. Windows guest can not be booted up.
 --- VTI_Windows2008 can not be booted. When we ran
 bootmgfw.efi, it would also report failure in the qemu screen.
 --- VTI_Windows2003 guest will crash at starting
 windows.. 
 
 C/s 17606:b03e24f9c1d8 is the culprit.
 SAL_SET_VECTORS 0, SAL_SET_VECTORS 1 and SAL_MC_SET_PARAMS
 are called.
 Hmm, not only VMM, but also gfw needs fix?
 
 thanks,

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel