virtio_ccw: add support for 64 bit features.
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 27 Nov 2014 11:54:28 +0000 (13:54 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 Dec 2014 10:05:24 +0000 (12:05 +0200)
commit732c56e9845a5594a686eb4635397e91593dd4e1
treec54a3dccf5e47c6a2a185a78ad825e165fbd1e23
parent93d389f82078cf7197152fb10d21977da0883420
virtio_ccw: add support for 64 bit features.

Negotiate full 64 bit features.
Change u32 to u64, make sure to use 1ULL everywhere.

Note: devices guarantee that VERSION_1 is clear unless
revision 1 is negotiated.

Note: We don't need to re-setup the ccw, but we do it
for clarity.

Based on patches by Rusty, Thomas Huth and Cornelia.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: David Hildebrand <dahi@linux.vnet.ibm.com>
drivers/s390/kvm/virtio_ccw.c