From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6JnU-0001Ap-Qg for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:12:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6JnT-0003TD-HX for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:12:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6JnT-0003Qw-7m for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:12:55 -0400 Message-ID: <4E79B955.8020102@redhat.com> Date: Wed, 21 Sep 2011 12:15:49 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1316596582-9417-1-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] remove duplicate typedef List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: blauwirbel@gmail.com, Paolo Bonzini , qemu-devel@nongnu.org Am 21.09.2011 12:07, schrieb Stefan Hajnoczi: > On Wed, Sep 21, 2011 at 10:16 AM, Paolo Bonzini wrote: >> diff --git a/qemu-common.h b/qemu-common.h >> index ef9a2bb..404c421 100644 >> --- a/qemu-common.h >> +++ b/qemu-common.h >> @@ -18,7 +18,6 @@ typedef struct DeviceState DeviceState; >> >> struct Monitor; >> typedef struct Monitor Monitor; >> -typedef struct QEMUSGList QEMUSGList; > > Weird I don't have this in my tree. There's nothing to remove but a > quick probe of history also doesn't show it ever being there. One of Paolo's block patches added it, I dropped it before sending the pull request (and looks like I forgot to send a mail about it). So I guess he's on his development branch and the rebase left a patch with this hunk in place. Kevin