From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6JpO-0001rn-Tk for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6JpN-0003ka-Bn for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:14:54 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:45063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6JpN-0003kV-9O for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:14:53 -0400 Received: by ywm39 with SMTP id 39so1288713ywm.4 for ; Wed, 21 Sep 2011 03:14:52 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E79B918.6080200@redhat.com> Date: Wed, 21 Sep 2011 12:14:48 +0200 From: Paolo Bonzini 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; format=flowed 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, qemu-devel@nongnu.org On 09/21/2011 12:07 PM, Stefan Hajnoczi wrote: > 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. Doubly weird. I have it in my development branch, but not in the integration branch from which I sent patches to Kevin. So it didn't reach upstream indeed. Paolo