]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/isa/superio: Fix inconsistent use of Chardev->be
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 15 May 2018 15:24:59 +0000 (12:24 -0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 18 Jul 2018 16:02:03 +0000 (11:02 -0500)
commit5e10c00f61f913ea67722d16834714e4e9eb530a
tree239cab08f12f4bc8856faf91c2970f1e69c71ccc
parentca11f0ab77d78b389b46f347841b7df2669881f0
hw/isa/superio: Fix inconsistent use of Chardev->be

4c3119a6e3e and cd9526ab7c0 introduced an incorrect and inconsistent
use of Chardev->be. Also, this CharBackend member is private and is
not supposed to be accessible.

Fix it by removing the inconsistent check.

Cc: qemu-stable@nongnu.org
Reported-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180515152500.19460-2-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
(cherry picked from commit d4c8fcd91abba584f2788dfe5fba5245cea380f0)
 Conflicts:
hw/isa/isa-superio.c
* avoid context dep on 9bca0edb28
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/isa/isa-superio.c