Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging
commitdd1559bb267becbb838de41132ef60771d183e5d
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 5 May 2017 16:04:07 +0000 (5 17:04 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 5 May 2017 16:07:55 +0000 (5 17:07 +0100)
tree82524f290a879e29173cefab8c16d4de92f4904e
parentf03f9f0c10dcfadee5811d43240f0a6af230f1ce
parent79c8db5a13c0f4b73f930be0fcff9bbc1237c258
Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging

# gpg: Signature made Thu 04 May 2017 12:42:10 PM BST
# gpg:                using RSA key 0xDAE8E10975969CE5
# gpg: Good signature from "Marc-AndrĂ© Lureau <marcandre.lureau@redhat.com>"
# gpg:                 aka "Marc-AndrĂ© Lureau <marcandre.lureau@gmail.com>"
# Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

* elmarco/tags/chr-tests-pull-request: (21 commits)
  tests: add /char/console test
  tests: add /char/udp test
  tests: add /char/socket test
  tests: add /char/file test
  tests: add /char/pipe test
  tests: add alias check in /char/ringbuf
  char-udp: flush as much buffer as possible
  char-socket: add 'connected' property
  char-socket: add 'addr' property
  char-socket: update local address after listen
  char-socket: introduce update_disconnected_filename()
  char: useless NULL check
  char: remove chardevs list
  char: remove qemu_chardev_add
  char: use /chardevs container instead of chardevs list
  vl: add todo note about root container cleanup
  char: add a /chardevs container
  container: don't leak container reference
  xen: use a better chardev type check
  mux: simplfy muxes_realize_done
  ...

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
chardev/char-socket.c
chardev/char.c
include/sysemu/char.h
vl.c