From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtJeS-0007Q1-4q for qemu-devel@nongnu.org; Thu, 10 Jan 2013 10:02:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtJeP-00019B-Rg for qemu-devel@nongnu.org; Thu, 10 Jan 2013 10:02:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtJeP-00018n-Jr for qemu-devel@nongnu.org; Thu, 10 Jan 2013 10:02:37 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0AF2a7p001003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Jan 2013 10:02:37 -0500 From: Gerd Hoffmann Date: Thu, 10 Jan 2013 15:22:56 +0100 Message-Id: <1357827786-14624-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 00/10] 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, Next round of chardev hotplug support patches, Updated according to the review comments from Paolo & Eric. Simplified QMP syntax a bit, mostly due to to dropping fd passing support as this can handled via add-fd + magic "/dev/fdset/..." path. Improved documentation. cheers, Gerd Gerd Hoffmann (10): chardev: add error reporting for qemu_chr_new_from_opts chardev: fix QemuOpts lifecycle chardev: reduce chardev ifdef mess a bit chardev: add qmp hotplug commands, with null chardev support chardev: add hmp hotplug commands chardev: add file chardev support to chardev-add (qmp) chardev: add serial chardev support to chardev-add (qmp) chardev: add parallel chardev support to chardev-add (qmp) chardev: add socket chardev support to chardev-add (qmp) chardev: add pty chardev support to chardev-add (qmp) hmp-commands.hx | 32 ++++ hmp.c | 23 +++ hmp.h | 2 + include/char/char.h | 4 +- qapi-schema.json | 89 ++++++++++ qemu-char.c | 454 +++++++++++++++++++++++++++++++++++++++------------ qemu-options.hx | 14 +- qmp-commands.hx | 61 +++++++ vl.c | 9 +- 9 files changed, 575 insertions(+), 113 deletions(-)