From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFL0e-0005oU-Ct for qemu-devel@nongnu.org; Tue, 12 Mar 2013 04:56:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFL0a-0003xy-Lh for qemu-devel@nongnu.org; Tue, 12 Mar 2013 04:56:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFL0a-0003x6-Bi for qemu-devel@nongnu.org; Tue, 12 Mar 2013 04:56:32 -0400 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 r2C8uVlJ002465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 12 Mar 2013 04:56:31 -0400 From: Gerd Hoffmann Date: Tue, 12 Mar 2013 09:56:10 +0100 Message-Id: <1363078589-15233-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL v3 00/19] chardev: qapi conversion continued List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, v3 of this series. Rebased to latest master, picked up a fix from Igor, fixed a tyops in the udp commit message. No changes in the actual code and in the qapi interface. The plumbing has changed quite a bit though as the chardev backend table has been replaced by a backend driver registration mechanism. cheers, Gerd The following changes since commit fe3cc14fd83e0c8f376d849ccd0fc3433388442d: Merge remote-tracking branch 'quintela/migration.next' into staging (2013-03-11 08:30:34 -0500) are available in the git repository at: git://git.kraxel.org/qemu chardev.3 for you to fetch changes up to 4f341ecd65a181e204bd9e083945e8c46781957a: qemu-char.c: fix waiting for telnet connection message (2013-03-12 09:49:09 +0100) ---------------------------------------------------------------- Gerd Hoffmann (18): chardev: add support for qapi-based chardev initialization chardev: add mux chardev support to qapi chardev: switch null init to qapi chardev: add msmouse support to qapi chardev: add braille support to qapi chardev: switch file init to qapi chardev: add stdio support to qapi chardev: switch serial/tty init to qapi chardev: switch parallel init to qapi chardev: switch pty init to qapi chardev: add console support to qapi chardev: add pipe support to qapi chardev: add spice support to qapi chardev: add vc support to qapi [fixup] vc chardev: add memory (ringbuf) support to qapi chardev: add udp support to qapi Revert "hmp: Disable chardev-add and chardev-remove" Igor Mitsyanko (1): qemu-char.c: fix waiting for telnet connection message backends/baum.c | 4 +- backends/msmouse.c | 4 +- hmp-commands.hx | 63 ++++---- include/char/char.h | 8 + include/qemu/sockets.h | 1 + include/ui/console.h | 4 +- include/ui/qemu-spice.h | 7 +- qapi-schema.json | 104 ++++++++++++- qemu-char.c | 381 ++++++++++++++++++++++++++++++----------------- spice-qemu-char.c | 62 +++++--- ui/console.c | 61 ++++++-- ui/gtk.c | 2 +- util/qemu-sockets.c | 25 ++++ 13 files changed, 515 insertions(+), 211 deletions(-)