qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Marc-André Lureau" <marcandre.lureau@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: [Qemu-devel] [PULL 0/7] Chardev patches
Date: Tue, 30 Oct 2018 21:36:20 +0400	[thread overview]
Message-ID: <20181030173627.7711-1-marcandre.lureau@redhat.com> (raw)

The following changes since commit 3f3285491dd52014852a56135c90e428c8b507ea:

  Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2018-10-30 14:09:25 +0000)

are available in the Git repository at:

  https://github.com/elmarco/qemu.git tags/chrdev-pull-request

for you to fetch changes up to 22333dd533e2a93d9da18479aee5fb49302c7933:

  editorconfig: set emacs mode (2018-10-30 21:30:22 +0400)

----------------------------------------------------------------
- add websocket support
- socket: make 'fd' incompatible with 'reconnect'
- fix a websocket leak
- unrelated editorconfig patch that missed -trivial (included for
  convenience)

----------------------------------------------------------------

Julia Suvorova (3):
  chardev/char-socket: Function headers refactoring
  chardev: Add websocket support
  tests/test-char: Check websocket chardev functionality

Marc-André Lureau (4):
  websock: fix handshake leak
  char-socket: correctly set has_reconnect when parsing QemuOpts
  char-socket: make 'fd' incompatible with 'reconnect'
  editorconfig: set emacs mode

 qapi/char.json        |   3 +
 chardev/char-socket.c | 123 ++++++++++++++++++++++++++++++-----------
 chardev/char.c        |   8 ++-
 io/channel-websock.c  |   1 +
 tests/test-char.c     | 125 ++++++++++++++++++++++++++++++++++++++++++
 .editorconfig         |  21 ++++++-
 qemu-options.hx       |  13 ++++-
 7 files changed, 257 insertions(+), 37 deletions(-)

-- 
2.19.1.708.g4ede3d42df

             reply	other threads:[~2018-10-30 17:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-30 17:36 Marc-André Lureau [this message]
2018-10-30 17:36 ` [Qemu-devel] [PULL 1/7] websock: fix handshake leak Marc-André Lureau
2018-10-30 17:36 ` [Qemu-devel] [PULL 2/7] char-socket: correctly set has_reconnect when parsing QemuOpts Marc-André Lureau
2018-10-30 17:36 ` [Qemu-devel] [PULL 3/7] char-socket: make 'fd' incompatible with 'reconnect' Marc-André Lureau
2018-10-30 17:36 ` [Qemu-devel] [PULL 4/7] chardev/char-socket: Function headers refactoring Marc-André Lureau
2018-10-30 17:36 ` [Qemu-devel] [PULL 5/7] chardev: Add websocket support Marc-André Lureau
2018-10-30 17:36 ` [Qemu-devel] [PULL 6/7] tests/test-char: Check websocket chardev functionality Marc-André Lureau
2018-10-30 17:36 ` [Qemu-devel] [PULL 7/7] editorconfig: set emacs mode Marc-André Lureau
2018-10-31 16:11 ` [Qemu-devel] [PULL 0/7] Chardev patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181030173627.7711-1-marcandre.lureau@redhat.com \
    --to=marcandre.lureau@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).