qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v4 00/20] chardev: qapi conversion continued


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL v4 00/20] chardev: qapi conversion continued
Date: Thu, 14 Mar 2013 09:57:21 +0100

  Hi,

v5 if the series, completing the chardev convwersion to qapi.

v5 changes:
  * squashed in the fixup patch.
  * added two spice-char fixes from Hans.
  * rebased to latest master

Oh, and patch #14 fixes the broken gtk vte's along the way.

please pull,
  Gerd

The following changes since commit 8ca761f661a7cc972bc6bcf938feca6c538100f0:

  exec: make -mem-path filenames deterministic (2013-03-12 13:42:52 -0500)

are available in the git repository at:

  git://git.kraxel.org/qemu chardev.5

for you to fetch changes up to 344bf1e935163d8a4c3cce3ec4c636e1ebd035ce:

  spice-qemu-char: Remove dead debugging code (2013-03-14 09:46:18 +0100)

----------------------------------------------------------------
Gerd Hoffmann (17):
      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
      chardev: add memory (ringbuf) support to qapi
      chardev: add udp support to qapi
      Revert "hmp: Disable chardev-add and chardev-remove"

Hans de Goede (2):
      spice-qemu-char: Fix name parameter issues after qapi-ifying
      spice-qemu-char: Remove dead debugging code

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       |   88 ++++++-----
 ui/console.c            |   61 ++++++--
 ui/gtk.c                |    2 +-
 util/qemu-sockets.c     |   25 ++++
 13 files changed, 522 insertions(+), 230 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]