]> git.proxmox.com Git - mirror_qemu.git/commit
hw/xen: Fix broken check for invalid state in xs_be_open()
authorDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 12 Apr 2023 18:51:02 +0000 (19:51 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 7 Jun 2023 14:07:10 +0000 (15:07 +0100)
commitc9bdfe8d587c1a6a8fc2e0ff97343745a9f5f247
tree3c290e8fa48fe0d923703cc35635f92ec7396889
parent2f20b1732d44c7eb1abcb611fdb07a96dbf40a17
hw/xen: Fix broken check for invalid state in xs_be_open()

Coverity points out that if (!s && !s->impl) isn't really what we intended
to do here. CID 1508131.

Fixes: 032475127225 ("hw/xen: Add emulated implementation of XenStore operations")
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20230412185102.441523-6-dwmw2@infradead.org>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
hw/i386/kvm/xen_xenstore.c