From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqSyW-0003tL-2Z for qemu-devel@nongnu.org; Wed, 02 Jan 2013 13:23:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqSyS-0005wd-Du for qemu-devel@nongnu.org; Wed, 02 Jan 2013 13:23:36 -0500 Received: from e38.co.us.ibm.com ([32.97.110.159]:40295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqSyS-0005wW-7Y for qemu-devel@nongnu.org; Wed, 02 Jan 2013 13:23:32 -0500 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 2 Jan 2013 11:23:30 -0700 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 878853E4003D for ; Wed, 2 Jan 2013 11:23:22 -0700 (MST) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r02IN8tD054038 for ; Wed, 2 Jan 2013 11:23:13 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r02IN554010702 for ; Wed, 2 Jan 2013 11:23:05 -0700 From: Anthony Liguori In-Reply-To: <201301021800.r02I0H2V026064@d01av01.pok.ibm.com> References: <201301021800.r02I0H2V026064@d01av01.pok.ibm.com> Date: Wed, 02 Jan 2013 12:23:00 -0600 Message-ID: <87bod7qwaj.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 00/15] qdev: make reset semantics more clear and consistent, reset qbuses under virtio devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: mst@redhat.com Sorry for breaking threading... I've fixed that bug. FWIW, the reason this got notified but other patches haven't is that as of this afternoon, this patch no longer applies but it did apply before my earlier commits. So it's the first patch series to get identified by my scripts. Regards, Anthony Liguori Anthony Liguori writes: > Hi, > > This is an automated message generated from the QEMU Patches. > Thank you for submitting this patch. This patch no longer applies to qemu.git. > > This may have occurred due to: > > 1) Changes in mainline requiring your patch to be rebased and re-tested. > > 2) Sending the mail using a tool other than git-send-email. Please use > git-send-email to send patches to QEMU. > > 3) Basing this patch off of a branch that isn't tracking the QEMU > master branch. If that was done purposefully, please include the name > of the tree in the subject line in the future to prevent this message. > > For instance: "[PATCH block-next 1/10] qcow3: add fancy new feature" > > 4) You no longer wish for this patch to be applied to QEMU. No additional > action is required on your part. > > Nacked-by: QEMU Patches > > Below is the output from git-am: > > Applying: qdev: do not reset a device until the parent has been initialized > Applying: intel-hda: do not reset codecs from intel_hda_reset > Applying: pci: clean up resetting of IRQs > Using index info to reconstruct a base tree... > A hw/pci.c > Falling back to patching base and 3-way merge... > Auto-merging hw/pci/pci.c > Applying: virtio-pci: reset device before PCI layer > Using index info to reconstruct a base tree... > M hw/virtio-pci.c > Falling back to patching base and 3-way merge... > Auto-merging hw/virtio-pci.c > CONFLICT (content): Merge conflict in hw/virtio-pci.c > Failed to merge in the changes. > Patch failed at 0004 virtio-pci: reset device before PCI layer > The copy of the patch that failed is found in: > /home/aliguori/patches/qemu.git/.git/rebase-apply/patch > When you have resolved this problem run "git am --resolved". > If you would prefer to skip this patch, instead run "git am --skip". > To restore the original branch and stop patching run "git am --abort".