Re: [PATCH v6 04/46] virtio: add support for 64 bit features.

2014-11-28 Thread Cornelia Huck
On Thu, 27 Nov 2014 22:07:55 +0200 "Michael S. Tsirkin" wrote: > Change u32 to u64, and use BIT_ULL and 1ULL everywhere. > > Note: transports are unchanged, and only set low 32 bit. > This guarantees that no transport sets e.g. VERSION_1 > by mistake without proper support. > > Based on patch b

Re: [PATCH v6 04/46] virtio: add support for 64 bit features.

2014-11-28 Thread David Hildenbrand
> Change u32 to u64, and use BIT_ULL and 1ULL everywhere. > > Note: transports are unchanged, and only set low 32 bit. > This guarantees that no transport sets e.g. VERSION_1 > by mistake without proper support. > > Based on patch by Rusty. > > Signed-off-by: Rusty Russell > Signed-off-by: Corn

[PATCH v6 04/46] virtio: add support for 64 bit features.

2014-11-27 Thread Michael S. Tsirkin
Change u32 to u64, and use BIT_ULL and 1ULL everywhere. Note: transports are unchanged, and only set low 32 bit. This guarantees that no transport sets e.g. VERSION_1 by mistake without proper support. Based on patch by Rusty. Signed-off-by: Rusty Russell Signed-off-by: Cornelia Huck Signed-of