From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFkyF-0003Jh-Pc for qemu-devel@nongnu.org; Wed, 13 Mar 2013 08:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFky8-0002cq-AI for qemu-devel@nongnu.org; Wed, 13 Mar 2013 08:39:51 -0400 Received: from mail-pb0-f53.google.com ([209.85.160.53]:61947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFky8-0002bV-4O for qemu-devel@nongnu.org; Wed, 13 Mar 2013 08:39:44 -0400 Received: by mail-pb0-f53.google.com with SMTP id un1so981403pbc.12 for ; Wed, 13 Mar 2013 05:39:43 -0700 (PDT) From: Anthony Liguori In-Reply-To: <513EF089.6010900@redhat.com> References: <1363078589-15233-1-git-send-email-kraxel@redhat.com> <513EF089.6010900@redhat.com> Date: Wed, 13 Mar 2013 07:39:38 -0500 Message-ID: <87boaniid1.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL v3 00/19] chardev: qapi conversion continued List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > >> git://git.kraxel.org/qemu chardev.3 > > Pushed chardev.4 ... Please send another pull request with a v2. Otherwise it confuses my scripts. Regards, Anthony Liguori > >> chardev: add vc support to qapi >> [fixup] vc > > ... with these two guys squashed. > > sorry for the trouble, > > Gerd