Home
last modified time | relevance | path

Searched hist:"477 b301000d665313217f65e3a368d2cb7769c42" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc.cdiff 477b301000d665313217f65e3a368d2cb7769c42 Mon Sep 25 06:05:58 CDT 2023 Paolo Bonzini <pbonzini@redhat.com> ui/vnc: fix handling of VNC_FEATURE_XVP

VNC_FEATURE_XVP was not shifted left before adding it to vs->features,
so it was never enabled; but it was also checked the wrong way with
a logical AND instead of vnc_has_feature. Fix both places.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>