From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: Biweekly KVM Test report, kernel 51bfd299... qemu a1fce560... Date: Tue, 12 Jun 2012 20:25:19 -0300 Message-ID: <20120612232519.GA3119@amt.cnet> References: <4FBA5F5C.7040500@redhat.com> <1B4B44D9196EFF41AE41FDA404FC0A100C3AC2@SHSMSX101.ccr.corp.intel.com> <20120530202809.GB23297@amt.cnet> <1B4B44D9196EFF41AE41FDA404FC0A100DA711@SHSMSX101.ccr.corp.intel.com> <4FC87DFF.4020005@redhat.com> <4FCCBD59.3050201@redhat.com> <1B4B44D9196EFF41AE41FDA404FC0A100E7957@SHSMSX101.ccr.corp.intel.com> <20120612015255.GA1997@amt.cnet> <4FD6F38C.4080705@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stefan Hajnoczi , "Ren, Yongjie" , Avi Kivity , "kvm@vger.kernel.org" , "Liu, RongrongX" , Anthony Liguori To: Kevin Wolf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60569 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751758Ab2FLXZ0 (ORCPT ); Tue, 12 Jun 2012 19:25:26 -0400 Content-Disposition: inline In-Reply-To: <4FD6F38C.4080705@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jun 12, 2012 at 09:45:16AM +0200, Kevin Wolf wrote: > Am 12.06.2012 03:52, schrieb Marcelo Tosatti: > > On Thu, Jun 07, 2012 at 01:13:50PM +0100, Stefan Hajnoczi wrote: > >>>>>> The 1st bad commit in your attached list is abc551bd > >>>>>> More detailed info: > >>>>>> 171d2f2249a360d7d623130d3aa991418c53716d good > >>>>>> fd453a24166e36a3d376c9bc221e520e3ee425af good > >>>>>> abc551bd456cf0407fa798395d83dc5aa35f6dbb bad > >>>>>> 823ccf41509baa197dd6a3bef63837a6cf101ad8 bad > >>>>> > >>>>> Thanks, this points to the qcow2 v3 changes. Let's try to find the exact > >>>>> culprit. I have rebased the qcow2 patches on top of that good merge > >>>>> (fd453a24). Please apply the attached mbox on top of this merge: > >>>>> > >>>>> git checkout fd453a24 > >>>>> git am qcow2v3.mbox > >>>>> > >>>>> You can then start a git bisect between your new HEAD and fd453a24. > >>>> > >>>> Another thing you could try is if reverting e82dabd and bef0fd59 fixes > >>>> the problem for you. > >>>> > >>> After reverting bef0fd59, it can work fine. > >> > >> I'm unable to reproduce this with qemu-kvm.git/master > >> (18b012756fd041556764dfa2bb1f307b6923fb71) or the commit you > >> 3fd9fedb9fae4517d93d76e93a2924559cacf2f6 reported as bad. The RHEL 6 > >> guest boots without any issues. My host kernel is Linux 3.2 (Debian > >> 3.2.0-2-amd64). The guest is Linux 2.6.32-71.el6. > >> > >> Since the guest sees a disk read error, it may be useful to add > >> printfs to hw/ide/core.c:ide_sector_read_cb(). Let's find out why the > >> disk read is failing. > > > > Any news on this problem? > > We're still waiting for the test results with Jan's timer fix. OK, Ren, can you please retest with qemu-kvm.git master? TIA. > > But, Marcelo, you mentioned that you can reproduce it, too. Maybe you > can give it a try? > > Kevin