From patchwork Wed Oct 2 10:15:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 279677 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 70FCC2C0098 for ; Wed, 2 Oct 2013 20:15:59 +1000 (EST) Received: from localhost ([::1]:35140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRJTJ-0006ng-80 for incoming@patchwork.ozlabs.org; Wed, 02 Oct 2013 06:15:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRJSy-0006nY-Kk for qemu-devel@nongnu.org; Wed, 02 Oct 2013 06:15:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRJSt-00037M-La for qemu-devel@nongnu.org; Wed, 02 Oct 2013 06:15:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRJSt-00035g-BL for qemu-devel@nongnu.org; Wed, 02 Oct 2013 06:15:31 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r92AFUZc010089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 Oct 2013 06:15:30 -0400 Received: from nilsson.home.kraxel.org (vpn1-4-143.ams2.redhat.com [10.36.4.143]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r92AFTZ0006266; Wed, 2 Oct 2013 06:15:29 -0400 Received: by nilsson.home.kraxel.org (Postfix, from userid 500) id 2D09D805D9; Wed, 2 Oct 2013 12:15:28 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 2 Oct 2013 12:15:24 +0200 Message-Id: <1380708925-6721-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 0/1] chardev: handle qmp_chardev_add(KIND_MUX) failure X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, Single chardev fix, $subject says all. please pull, Gerd The following changes since commit a684f3cf9b9b9c3cb82be87aafc463de8974610c: Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging (2013-09-30 17:15:27 -0500) are available in the git repository at: git://git.kraxel.org/qemu chardev.8 for you to fetch changes up to ee6ee83de29923483b4905b35f18abf5333f6ea9: chardev: handle qmp_chardev_add(KIND_MUX) failure (2013-10-01 10:16:04 +0200) ---------------------------------------------------------------- Gerd Hoffmann (1): chardev: handle qmp_chardev_add(KIND_MUX) failure qemu-char.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)