commit | 30683a8cce8019aa4314c37e629da5c185017166 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 11 13:37:13 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 11 20:04:38 2014 +0200 |
tree | d918ef1f12562036a27e35aa8d189da03f25ae06 | |
parent | f01a2a811ae04124fc9382925038fcbbd2f0b7c8 [diff] |
virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore virtio 1.0 devices require that drivers set VIRTIO_CONFIG_S_FEATURES_OK after finalizing features. virtio core missed doing this on restore, fix it up. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>