commit | 452639a64ad880792652b6d20cc5c8dd4ecf27d9 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Jul 27 10:51:55 2020 -0400 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Aug 05 11:08:40 2020 -0400 |
tree | 0823155f820d8a15fcafc98864df67e695bcc437 | |
parent | 03bea764bf61c9f9918324bda7362616024386e8 [diff] |
vdpa: make sure set_features is invoked for legacy Some legacy guests just assume features are 0 after reset. We detect that config space is accessed before features are set and set features to 0 automatically. Note: some legacy guests might not even access config space, if this is reported in the field we might need to catch a kick to handle these. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>