]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/gkurz/tags/9p-fix-2020-07-10' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 11 Jul 2020 14:11:30 +0000 (15:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 11 Jul 2020 14:11:30 +0000 (15:11 +0100)
commitd4a6bab1ecf23d86e20e2f08a144e4e48643a6e4
tree90fc15e64c6782b5a6706eb9b58cbc0b31c8583b
parent827937158b72ce2265841ff528bba3c44a1bfbc8
parent353b5a91ccf2789b85967d19a8795816b8865562
Merge remote-tracking branch 'remotes/gkurz/tags/9p-fix-2020-07-10' into staging

Add missing NULL terminating element in fsdev option lists. Never
crashed QEMU by pure luck.

# gpg: Signature made Fri 10 Jul 2020 17:26:01 BST
# gpg:                using RSA key B4828BAF943140CEF2A3491071D4D5E5822F73D6
# gpg: Good signature from "Greg Kurz <groug@kaod.org>" [full]
# gpg:                 aka "Gregory Kurz <gregory.kurz@free.fr>" [full]
# gpg:                 aka "[jpeg image of size 3330]" [full]
# Primary key fingerprint: B482 8BAF 9431 40CE F2A3  4910 71D4 D5E5 822F 73D6

* remotes/gkurz/tags/9p-fix-2020-07-10:
  9p: null terminate fs driver options list

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