From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLE2U-0001TW-1r for qemu-devel@nongnu.org; Mon, 08 Oct 2012 10:10:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLE2M-0003ZG-C2 for qemu-devel@nongnu.org; Mon, 08 Oct 2012 10:10:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLE2M-0003Y7-3b for qemu-devel@nongnu.org; Mon, 08 Oct 2012 10:10:26 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q98EAPeG006373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Oct 2012 10:10:25 -0400 Message-ID: <5072DECF.9010103@redhat.com> Date: Mon, 08 Oct 2012 16:10:23 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1348759545-14645-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1348759545-14645-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] usb-redir: Change usbredir_open_chardev into usbredir_create_parser List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 09/27/12 17:25, Hans de Goede wrote: > As we need to create the parser at more places. Both patches added to usb patch queue. thanks, Gerd