commit | 2055997f983c6db7b5c3940ce5f8f822657d5bc3 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Mar 29 23:22:04 2017 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Apr 07 16:39:00 2017 +0300 |
tree | 3cff42099d23a1fe28d45c1ef86e0ff524b99ead | |
parent | fe36cbe0671e868cbd2f534a50ac60273fa5acf2 [diff] |
virtio_console: fix uninitialized variable use We try to disable callbacks on c_ivq even without multiport even though that vq is not initialized in this configuration. Fixes: c743d09dbd01 ("virtio: console: Disable callbacks for virtqueues at start of S4 freeze") Suggested-by: Mike Galbraith <efault@gmx.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>