Re: [PATCH v6 01/46] virtio: add low-level APIs for feature bits

2014-11-29 Thread Michael S. Tsirkin
On Fri, Nov 28, 2014 at 01:10:57PM +0100, David Hildenbrand wrote: > > Add low level APIs to test/set/clear feature bits. > > For use by transports, to make it easier to > > write code independent of feature bit array format. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > include/linux/vi

Re: [PATCH v6 01/46] virtio: add low-level APIs for feature bits

2014-11-29 Thread Michael S. Tsirkin
On Fri, Nov 28, 2014 at 11:02:20AM +0100, Cornelia Huck wrote: > On Thu, 27 Nov 2014 22:07:36 +0200 > "Michael S. Tsirkin" wrote: > > > Add low level APIs to test/set/clear feature bits. > > For use by transports, to make it easier to > > write code independent of feature bit array format. > > >

Re: [PATCH v6 01/46] virtio: add low-level APIs for feature bits

2014-11-28 Thread David Hildenbrand
> Add low level APIs to test/set/clear feature bits. > For use by transports, to make it easier to > write code independent of feature bit array format. > > Signed-off-by: Michael S. Tsirkin > --- > include/linux/virtio_config.h | 53 > --- > 1 file chang

Re: [PATCH v6 01/46] virtio: add low-level APIs for feature bits

2014-11-28 Thread Cornelia Huck
On Thu, 27 Nov 2014 22:07:36 +0200 "Michael S. Tsirkin" wrote: > Add low level APIs to test/set/clear feature bits. > For use by transports, to make it easier to > write code independent of feature bit array format. > > Signed-off-by: Michael S. Tsirkin > --- > include/linux/virtio_config.h |

[PATCH v6 01/46] virtio: add low-level APIs for feature bits

2014-11-27 Thread Michael S. Tsirkin
Add low level APIs to test/set/clear feature bits. For use by transports, to make it easier to write code independent of feature bit array format. Signed-off-by: Michael S. Tsirkin --- include/linux/virtio_config.h | 53 --- 1 file changed, 50 insertions(+