From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvQ7Y-0007CM-6V for qemu-devel@nongnu.org; Wed, 16 Jan 2013 05:21:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvQ7R-0002dD-00 for qemu-devel@nongnu.org; Wed, 16 Jan 2013 05:21:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvQ7Q-0002cc-Kz for qemu-devel@nongnu.org; Wed, 16 Jan 2013 05:21:16 -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 r0GALFxG029666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Jan 2013 05:21:15 -0500 From: Gerd Hoffmann Date: Wed, 16 Jan 2013 11:21:03 +0100 Message-Id: <1358331673-6159-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 00/10] chardev hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Finally, after a bunch of review rounds, chardev hotplug support is ready for merge. please pull, Gerd The following changes since commit 249d41720b7dfbb5951b430b9eefdbee7464f515: qdev: Prepare "realized" property (2013-01-15 18:27:00 -0600) are available in the git repository at: git://git.kraxel.org/qemu chardev.1 for you to fetch changes up to 0a1a7fabda7f0fa05ef09051be29e92e81f929ad: chardev: add pty chardev support to chardev-add (qmp) (2013-01-16 06:58:54 +0100) ---------------------------------------------------------------- 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 | 104 ++++++++++++ qemu-char.c | 463 +++++++++++++++++++++++++++++++++++++++------------ qemu-options.hx | 14 +- qmp-commands.hx | 61 +++++++ vl.c | 9 +- 9 files changed, 600 insertions(+), 112 deletions(-)