mbox

[PULL,0/6] Chardev patches

Message ID 20181003105755.10862-1-marcandre.lureau@redhat.com
State New
Headers show

Pull-request

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

Message

Marc-André Lureau Oct. 3, 2018, 10:57 a.m. UTC
The following changes since commit dafd95053611aa14dda40266857608d12ddce658:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-02 18:27:18 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a7077b8e354d90fec26c2921aa2dea85b90dff90:

  chardev: use a child source for qio input source (2018-10-03 14:45:05 +0400)

----------------------------------------------------------------
chardev patches

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

Marc-André Lureau (6):
  chardev: avoid crash if no associated address
  chardev: remove qemu_chr_fe_read_all() counter
  chardev: unref if underlying chardev has no parent
  char.h: fix gtk-doc comment style
  chardev: mark the calls that allow an implicit mux monitor
  chardev: use a child source for qio input source

 include/chardev/char-fe.h | 81 ++++++++++++++++++---------------------
 include/chardev/char.h    | 81 +++++++++++++++++++++------------------
 chardev/char-fe.c         | 13 ++++---
 chardev/char-io.c         | 48 +++--------------------
 chardev/char-socket.c     |  8 +++-
 chardev/char.c            | 37 ++++++++++++++----
 gdbstub.c                 |  6 ++-
 hw/char/xen_console.c     |  6 ++-
 net/slirp.c               |  6 ++-
 vl.c                      | 10 ++---
 10 files changed, 149 insertions(+), 147 deletions(-)

Comments

Peter Maydell Oct. 5, 2018, 11:24 a.m. UTC | #1
On 3 October 2018 at 11:57, Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
> The following changes since commit dafd95053611aa14dda40266857608d12ddce658:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-02 18:27:18 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/elmarco/qemu.git tags/chardev-pull-request
>
> for you to fetch changes up to a7077b8e354d90fec26c2921aa2dea85b90dff90:
>
>   chardev: use a child source for qio input source (2018-10-03 14:45:05 +0400)
>
> ----------------------------------------------------------------
> chardev patches
>


Applied, thanks.

-- PMM