On 12/04/2023 19:51, David Woodhouse wrote:
From: David Woodhouse <d...@amazon.co.uk>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 <d...@amazon.co.uk> --- hw/i386/kvm/xen_xenstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Paul Durrant <p...@xen.org>