Re: [PATCH v8 06/50] virtio_ccw: add support for 64 bit features.

2014-12-02 Thread Thomas Huth
On Mon, 1 Dec 2014 18:03:17 +0200 "Michael S. Tsirkin" wrote: > 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

[PATCH v8 06/50] virtio_ccw: add support for 64 bit features.

2014-12-01 Thread Michael S. Tsirkin
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-of