]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Jun 2018 15:22:57 +0000 (16:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Jun 2018 15:22:57 +0000 (16:22 +0100)
commita674da0ab7eae704c3f91749114ec6ca00c663d7
tree23f8503e8b1977f8dd1d41cfa74cc840ade5d691
parent8e36d27c5a7b99a7adb40cfda2f92b1d97216e84
parentaca6897fba149a2a650dcdf5a5e1ae828371f4aa
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging

Mostly bug fixes and code sanitization motivated by the upcoming
support for Darwin hosts. Thanks to Keno Fischer.

# gpg: Signature made Thu 07 Jun 2018 11:30:56 BST
# gpg:                using RSA key 71D4D5E5822F73D6
# gpg: Good signature from "Greg Kurz <groug@kaod.org>"
# gpg:                 aka "Gregory Kurz <gregory.kurz@free.fr>"
# gpg:                 aka "[jpeg image of size 3330]"
# Primary key fingerprint: B482 8BAF 9431 40CE F2A3  4910 71D4 D5E5 822F 73D6

* remotes/gkurz/tags/for-upstream:
  9p: xattr: Properly translate xattrcreate flags
  9p: Properly check/translate flags in unlinkat
  9p: local: Avoid warning if FS_IOC_GETVERSION is not defined
  9p: xattr: Fix crashes due to free of uninitialized value
  9p: Move a couple xattr functions to 9p-util
  9p: local: Properly set errp in fstatfs error path
  9p: proxy: Fix size passed to `connect`

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