commit | c102659d690d382171bd2e40f35c5c811f0cdcac | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Oct 23 17:57:30 2014 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 09 12:05:25 2014 +0200 |
tree | 1aa9cae6de46700abd0bccb019a851a0c7bcbbb7 | |
parent | cb3f6d9da49929797f806b4e91ec005e6fc2e9c2 [diff] |
virtio: simplify feature bit handling Now that we use u64 for bits, we can simply & them together. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>