public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* KVM Test report, kernel 205befd9... qemu  ca916d37...
       [not found] <8F9B1D95D29E8A42905D3F4AAB23ED140A617B7C@SHSMSX103.ccr.corp.intel.com>
@ 2013-08-19  7:06 ` Zhou, Chao
  2013-08-19  7:34   ` Xiao Guangrong
  0 siblings, 1 reply; 5+ messages in thread
From: Zhou, Chao @ 2013-08-19  7:06 UTC (permalink / raw)
  To: kvm@vger.kernel.org

Hi All,

This is KVM upstream test result against kvm.git next branch and qemu-kvm.git uq/master branch.
         kvm.git next branch: 205befd9a5c701b56f569434045821f413f08f6d based on kernel 3.11.0-rc1
         qemu-kvm.git uq/master branch: ca916d3729564d0eb3c2374a96903f7e8aced8a7

We found one new bug and one bug fixed in the past two weeks. 

New issue (1):
1. Guest hang after live migration
  https://bugs.launchpad.net/qemu/+bug/1213797

Fixed issue (1):
1. L2 can't boot up when creating L1 with '-cpu host' qemu option
  https://bugzilla.kernel.org/show_bug.cgi?id=60679

Old issues (10):
----------------------------------------------------------------------------------------------------------
1. guest panic with parameter "-cpu host" in qemu command line (about vPMU issue).
  https://bugs.launchpad.net/qemu/+bug/994378
2. Can't install or boot up 32bit win8 guest.
  https://bugs.launchpad.net/qemu/+bug/1007269
3. vCPU hot-add makes the guest abort. 
  https://bugs.launchpad.net/qemu/+bug/1019179
4. Nested Virt: VMX can't be initialized in L1 Xen ("Xen on KVM")
  https://bugzilla.kernel.org/show_bug.cgi?id=45931
5. Guest has no "xsave" feature with parameter "-cpu qemu64,+xsave" in qemu command line.
  https://bugs.launchpad.net/qemu/+bug/1042561
6. Guest hang when doing kernel build and writing data in guest.
  https://bugs.launchpad.net/qemu/+bug/1096814
7. with 'monitor pty', it needs to flush pts device after sending command to it 
  https://bugs.launchpad.net/qemu/+bug/1185228
8. [nested virt] L2 Windows guest can't boot up ('-cpu host' to start L1)
  https://bugzilla.kernel.org/show_bug.cgi?id=58921
9. [nested virt] L2 has NMI error when creating L1 with "-cpu host" parameter
  https://bugzilla.kernel.org/show_bug.cgi?id=58941
10. 64bit RHEL6.4 guest crashes and reboots continuously
  https://bugs.launchpad.net/qemu-kvm/+bug/1207623


Test environment:
==================================================================
  Platform                   IvyBridge-EP        Sandybridge-EP
  CPU Cores                   32                32
  Memory size                 64GB              32GB


Regards
Zhou Chao






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: KVM Test report, kernel 205befd9... qemu  ca916d37...
  2013-08-19  7:06 ` KVM Test report, kernel 205befd9... qemu ca916d37 Zhou, Chao
@ 2013-08-19  7:34   ` Xiao Guangrong
  2013-08-19  7:44     ` Zhou, Chao
  0 siblings, 1 reply; 5+ messages in thread
From: Xiao Guangrong @ 2013-08-19  7:34 UTC (permalink / raw)
  To: Zhou, Chao; +Cc: kvm@vger.kernel.org

On 08/19/2013 03:06 PM, Zhou, Chao wrote:
> Hi All,
> 
> This is KVM upstream test result against kvm.git next branch and qemu-kvm.git uq/master branch.
>          kvm.git next branch: 205befd9a5c701b56f569434045821f413f08f6d based on kernel 3.11.0-rc1
>          qemu-kvm.git uq/master branch: ca916d3729564d0eb3c2374a96903f7e8aced8a7
> 
> We found one new bug and one bug fixed in the past two weeks. 
> 
> New issue (1):
> 1. Guest hang after live migration
>   https://bugs.launchpad.net/qemu/+bug/1213797

Could you please do bisect to find the bad commit out? :)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: KVM Test report, kernel 205befd9... qemu  ca916d37...
  2013-08-19  7:34   ` Xiao Guangrong
@ 2013-08-19  7:44     ` Zhou, Chao
  2013-08-19  8:17       ` Xiao Guangrong
  0 siblings, 1 reply; 5+ messages in thread
From: Zhou, Chao @ 2013-08-19  7:44 UTC (permalink / raw)
  To: Xiao Guangrong; +Cc: kvm@vger.kernel.org

> -----Original Message-----
> From: Xiao Guangrong [mailto:xiaoguangrong@linux.vnet.ibm.com]
> Sent: Monday, August 19, 2013 3:34 PM
> To: Zhou, Chao
> Cc: kvm@vger.kernel.org
> Subject: Re: KVM Test report, kernel 205befd9... qemu ca916d37...
> 
> On 08/19/2013 03:06 PM, Zhou, Chao wrote:
> > Hi All,
> >
> > This is KVM upstream test result against kvm.git next branch and
> qemu-kvm.git uq/master branch.
> >          kvm.git next branch:
> 205befd9a5c701b56f569434045821f413f08f6d based on kernel 3.11.0-rc1
> >          qemu-kvm.git uq/master branch:
> ca916d3729564d0eb3c2374a96903f7e8aced8a7
> >
> > We found one new bug and one bug fixed in the past two weeks.
> >
> > New issue (1):
> > 1. Guest hang after live migration
> >   https://bugs.launchpad.net/qemu/+bug/1213797
> 
> Could you please do bisect to find the bad commit out? :)

This commit cause the bug:
commit 0779caeb1a17f4d3ed14e2925b36ba09b084fb7b
Author: Arthur Chunqi Li <yzt356@gmail.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: KVM Test report, kernel 205befd9... qemu  ca916d37...
  2013-08-19  7:44     ` Zhou, Chao
@ 2013-08-19  8:17       ` Xiao Guangrong
  2013-08-19  8:30         ` Ren, Yongjie
  0 siblings, 1 reply; 5+ messages in thread
From: Xiao Guangrong @ 2013-08-19  8:17 UTC (permalink / raw)
  To: Zhou, Chao; +Cc: kvm@vger.kernel.org

On 08/19/2013 03:44 PM, Zhou, Chao wrote:
>> -----Original Message-----
>> From: Xiao Guangrong [mailto:xiaoguangrong@linux.vnet.ibm.com]
>> Sent: Monday, August 19, 2013 3:34 PM
>> To: Zhou, Chao
>> Cc: kvm@vger.kernel.org
>> Subject: Re: KVM Test report, kernel 205befd9... qemu ca916d37...
>>
>> On 08/19/2013 03:06 PM, Zhou, Chao wrote:
>>> Hi All,
>>>
>>> This is KVM upstream test result against kvm.git next branch and
>> qemu-kvm.git uq/master branch.
>>>          kvm.git next branch:
>> 205befd9a5c701b56f569434045821f413f08f6d based on kernel 3.11.0-rc1
>>>          qemu-kvm.git uq/master branch:
>> ca916d3729564d0eb3c2374a96903f7e8aced8a7
>>>
>>> We found one new bug and one bug fixed in the past two weeks.
>>>
>>> New issue (1):
>>> 1. Guest hang after live migration
>>>   https://bugs.launchpad.net/qemu/+bug/1213797
>>
>> Could you please do bisect to find the bad commit out? :)
> 
> This commit cause the bug:
> commit 0779caeb1a17f4d3ed14e2925b36ba09b084fb7b
> Author: Arthur Chunqi Li <yzt356@gmail.com>
> 

Can not find this comment on neither next nor queue branch...
could you please show the full log?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: KVM Test report, kernel 205befd9... qemu  ca916d37...
  2013-08-19  8:17       ` Xiao Guangrong
@ 2013-08-19  8:30         ` Ren, Yongjie
  0 siblings, 0 replies; 5+ messages in thread
From: Ren, Yongjie @ 2013-08-19  8:30 UTC (permalink / raw)
  To: Xiao Guangrong, Zhou, Chao; +Cc: kvm@vger.kernel.org

> -----Original Message-----
> From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org]
> On Behalf Of Xiao Guangrong
> Sent: Monday, August 19, 2013 4:18 PM
> To: Zhou, Chao
> Cc: kvm@vger.kernel.org
> Subject: Re: KVM Test report, kernel 205befd9... qemu ca916d37...
> 
> On 08/19/2013 03:44 PM, Zhou, Chao wrote:
> >> -----Original Message-----
> >> From: Xiao Guangrong [mailto:xiaoguangrong@linux.vnet.ibm.com]
> >> Sent: Monday, August 19, 2013 3:34 PM
> >> To: Zhou, Chao
> >> Cc: kvm@vger.kernel.org
> >> Subject: Re: KVM Test report, kernel 205befd9... qemu ca916d37...
> >>
> >> On 08/19/2013 03:06 PM, Zhou, Chao wrote:
> >>> Hi All,
> >>>
> >>> This is KVM upstream test result against kvm.git next branch and
> >> qemu-kvm.git uq/master branch.
> >>>          kvm.git next branch:
> >> 205befd9a5c701b56f569434045821f413f08f6d based on kernel
> 3.11.0-rc1
> >>>          qemu-kvm.git uq/master branch:
> >> ca916d3729564d0eb3c2374a96903f7e8aced8a7
> >>>
> >>> We found one new bug and one bug fixed in the past two weeks.
> >>>
> >>> New issue (1):
> >>> 1. Guest hang after live migration
> >>>   https://bugs.launchpad.net/qemu/+bug/1213797
> >>
> >> Could you please do bisect to find the bad commit out? :)
> >
> > This commit cause the bug:
> > commit 0779caeb1a17f4d3ed14e2925b36ba09b084fb7b
> > Author: Arthur Chunqi Li <yzt356@gmail.com>
> >
> 
> Can not find this comment on neither next nor queue branch...
> could you please show the full log?
> 
Jinsong Liu (@Intel) 's patch "qemu-kvm bugfix for IA32_FEATURE_CONTROL" will this bug.
That patch will also fix the following bug.
10. 64bit RHEL6.4 guest crashes and reboots continuously
  https://bugs.launchpad.net/qemu-kvm/+bug/1207623

Best Regards,
     Yongjie (Jay)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-19  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8F9B1D95D29E8A42905D3F4AAB23ED140A617B7C@SHSMSX103.ccr.corp.intel.com>
2013-08-19  7:06 ` KVM Test report, kernel 205befd9... qemu ca916d37 Zhou, Chao
2013-08-19  7:34   ` Xiao Guangrong
2013-08-19  7:44     ` Zhou, Chao
2013-08-19  8:17       ` Xiao Guangrong
2013-08-19  8:30         ` Ren, Yongjie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox