From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj8Pw-0000uB-3X for qemu-devel@nongnu.org; Tue, 19 Jul 2011 07:24:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj8Pr-0005Ox-T0 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 07:24:47 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:54211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj8Pr-0005Os-7t for qemu-devel@nongnu.org; Tue, 19 Jul 2011 07:24:43 -0400 Received: by iwn3 with SMTP id 3so4195306iwn.4 for ; Tue, 19 Jul 2011 04:24:41 -0700 (PDT) From: Wei Liu In-Reply-To: References: <1310983409.20648.42.camel@zakaz.uk.xensource.com> <1311044007.5933.3.camel@limbo> <1311059648.4027.2.camel@dagon.hellion.org.uk> <1311065110.5933.32.camel@limbo> Content-Type: text/plain; charset="UTF-8" Date: Tue, 19 Jul 2011 19:25:28 +0800 Message-ID: <1311074728.4408.4.camel@limbo> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Xen-devel] Upstream QEMU and Xen unstable not working List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Ian Campbell , Anthony Perard , "xen-devel@lists.xensource.com" , "qemu-devel@nongnu.org" On Tue, 2011-07-19 at 12:09 +0100, Stefano Stabellini wrote: > On Tue, 19 Jul 2011, Wei Liu wrote: > > Good, this is it. > > > > But this patch is not yet pulled in the tree. > > I pushed few commits that I had in my local tree, they should be in > xen-next now. The commit 2aa8f492c85604b91b263350560042d632fcdeb2 in your xen-next tree. Author: Anthony PERARD Date: Wed Jul 6 18:58:14 2011 +0100 hw/piix_pci.c: Fix PIIX3-xen to initialize ids Signed-off-by: Anthony PERARD The content mismatch with description. It patches hw/ide/piix.c, which doesn't solve the problem. It should be hw/piix_pci.c . Seems that you got the wrong patch. The right one is here. http://marc.info/?l=qemu-devel&m=130876651402847&w=2 Wei.