commit | b3bb62d11950eb6ac87403cacd667f84fa9495bc | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Oct 23 18:07:47 2014 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 09 12:05:26 2014 +0200 |
tree | f3aee72f5e622722d19c484c7f5925990e97cffb | |
parent | c102659d690d382171bd2e40f35c5c811f0cdcac [diff] |
virtio: add legacy feature table support virtio-blk has some legacy feature bits that modern drivers must not negotiate, but are needed for old legacy hosts (that e.g. don't support virtio-scsi). Allow a separate legacy feature table for such cases. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>