commit | 477b301000d665313217f65e3a368d2cb7769c42 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 25 13:05:58 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 25 18:25:03 2023 +0200 |
tree | 97d103274bdc38823a6a8594a841a3a42aee73f2 | |
parent | 0cb9c5880e6b8dedc4e20026ce859dd1ea9aac84 [diff] |
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>