From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UExcm-0002mT-4r for qemu-devel@nongnu.org; Mon, 11 Mar 2013 03:58:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UExck-0000WN-WD for qemu-devel@nongnu.org; Mon, 11 Mar 2013 03:58:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UExck-0000W9-O8 for qemu-devel@nongnu.org; Mon, 11 Mar 2013 03:58:22 -0400 Message-ID: <513D8E9A.8070509@redhat.com> Date: Mon, 11 Mar 2013 08:58:18 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1362037809-27836-1-git-send-email-kraxel@redhat.com> <1362037809-27836-17-git-send-email-kraxel@redhat.com> <513A1382.8050608@redhat.com> In-Reply-To: <513A1382.8050608@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 16/17] chardev: add udp support to qapi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Anthony Liguori , qemu-devel@nongnu.org On 03/08/13 17:36, Eric Blake wrote: > On 02/28/2013 12:50 AM, Gerd Hoffmann wrote: >> This patch adds 'udb' support to qapi. > > If it's not too late: > > s/udb/udp/ It's not, need to rebase after flow control series, I'll fix it up along the way. cheers, Gerd