OSDN Git Service

multi-process: Avoid logical AND of mutually exclusive tests
authorJagannathan Raman <jag.raman@oracle.com>
Fri, 7 May 2021 15:53:23 +0000 (11:53 -0400)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 13 May 2021 16:15:32 +0000 (18:15 +0200)
commitdcf20655ffca2b0219d2914db4aadcce4b61fa0a
tree4ea8d96e1c82597b4f26c750e5927f526cd46cb5
parent4872fdf71b52288105ae5513f892f39633bec28c
multi-process: Avoid logical AND of mutually exclusive tests

Fixes an if statement that performs a logical AND of mutually exclusive
tests

Buglink: https://bugs.launchpad.net/qemu/+bug/1926995
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <1620402803-9237-1-git-send-email-jag.raman@oracle.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/remote/mpqemu-link.c