Merge remote-tracking branch 'remotes/marcandre/tags/chr-fix-pull-request' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Aug 2021 15:25:44 +0000 (16:25 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Aug 2021 15:25:44 +0000 (16:25 +0100)
commit287d53398a425308629a9d8ae85595cf55d7bf14
tree12646d8aca7f9ab87128bf32637c6b4645dd1d38
parentbccabb3a5d60182645c7749e89f21a9ff307a9eb
parenta68403b0a6843f106e381b0bbeaacb29f6d27255
Merge remote-tracking branch 'remotes/marcandre/tags/chr-fix-pull-request' into staging

Chardev-related fixes

Hi

Here are some bug fixes worthy for 6.1.

thanks

# gpg: Signature made Thu 05 Aug 2021 13:52:03 BST
# gpg:                using RSA key 87A9BD933F87C606D276F62DDAE8E10975969CE5
# gpg:                issuer "marcandre.lureau@redhat.com"
# gpg: Good signature from "Marc-AndrĂ© Lureau <marcandre.lureau@redhat.com>" [full]
# gpg:                 aka "Marc-AndrĂ© Lureau <marcandre.lureau@gmail.com>" [full]
# Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

* remotes/marcandre/tags/chr-fix-pull-request:
  chardev: report a simpler error about duplicated id
  chardev: give some context on chardev-add error
  chardev: fix qemu_chr_open_fd() with fd_in==fd_out
  chardev: fix qemu_chr_open_fd() being called with fd=-1
  chardev: fix fd_chr_add_watch() when in != out
  chardev: mark explicitly first argument as poisoned
  chardev/socket: print a more correct command-line address
  util: fix abstract socket path copy

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>