From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: Biweekly KVM Test report, kernel 51bfd299... qemu a1fce560... Date: Mon, 11 Jun 2012 22:52:55 -0300 Message-ID: <20120612015255.GA1997@amt.cnet> References: <4FBA0543.7060008@redhat.com> <1B4B44D9196EFF41AE41FDA404FC0A100C2D62@SHSMSX101.ccr.corp.intel.com> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: "Ren, Yongjie" , Kevin Wolf , Avi Kivity , "kvm@vger.kernel.org" , "Liu, RongrongX" , Anthony Liguori To: Stefan Hajnoczi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34853 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752884Ab2FLBxE (ORCPT ); Mon, 11 Jun 2012 21:53:04 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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 =A0 =A0 =A0 good > >> >> fd453a24166e36a3d376c9bc221e520e3ee425af =A0 =A0 =A0 =A0good > >> >> abc551bd456cf0407fa798395d83dc5aa35f6dbb =A0 =A0 =A0 =A0 bad > >> >> 823ccf41509baa197dd6a3bef63837a6cf101ad8 =A0 =A0 =A0 =A0 bad > >> > > >> > Thanks, this points to the qcow2 v3 changes. Let's try to find t= he exact > >> > culprit. I have rebased the qcow2 patches on top of that good me= rge > >> > (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 fd453a= 24. > >> > >> Another thing you could try is if reverting e82dabd and bef0fd59 f= ixes > >> the problem for you. > >> > > After reverting bef0fd59, it can work fine. >=20 > 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. >=20 > 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 th= e > disk read is failing. Any news on this problem?=20