[Qemu-devel] [PULL 0/7] Chardev patches

Marc-André Lureau posted 7 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181030173627.7711-1-marcandre.lureau@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
There is a newer version of this series
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(-)
[Qemu-devel] [PULL 0/7] Chardev patches
Posted by Marc-André Lureau 7 years ago
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


Re: [Qemu-devel] [PULL 0/7] Chardev patches
Posted by Peter Maydell 7 years ago
On 30 October 2018 at 17:36, Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
> 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

Hi -- it looks like this pull request includes some
commits where the author field is "somebody  via
Qemu-devel <qemu-devel@nongnu.org>" (this is an artefact
of the mailing list's handling of senders with SPF setups).
Could you fix up those commits to have the right email
address for their authors, please?

thanks
-- PMM