From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjRid-0002P2-JS for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:38:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjRiZ-0003Pe-3w for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:38:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjRiY-0003PD-Fq for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:38:06 -0500 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 qBE9c58o005605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Dec 2012 04:38:05 -0500 From: Gerd Hoffmann Date: Fri, 14 Dec 2012 10:38:00 +0100 Message-Id: <1355477883-15728-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH RESENT 0/3] chardev hotplug patch series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Got stuck in discussions & 1.3 freeze. Resending series to resume merge effort, almost unmodified, only rebased & trivial conflicts resolved. please review & comment, Gerd Gerd Hoffmann (3): chardev: add error reporting for qemu_chr_new_from_opts chardev: fix QemuOpts lifecycle chardev: add hotplug support. hmp-commands.hx | 44 +++++++++++++++++++++++++++++ hmp.c | 29 +++++++++++++++++++ hmp.h | 3 ++ qapi-schema.json | 43 +++++++++++++++++++++++++++++ qemu-char.c | 80 ++++++++++++++++++++++++++++++++++++++++++++--------- qemu-char.h | 6 +++- qmp-commands.hx | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++ vl.c | 9 ++++-- 8 files changed, 272 insertions(+), 18 deletions(-)