mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00:00
Coverity points out that if (!s && !s->impl) isn't really what we intended to do here. CID 1508131. Fixes:0324751272
("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> (cherry picked from commitc9bdfe8d58
) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>