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

2014-12-01 Thread Cornelia Huck
On Sun, 30 Nov 2014 17:09:08 +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. > > Note: APIs is prefixed with __ and has _bit suffix > to stress its low

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

2014-12-01 Thread Cornelia Huck
On Sun, 30 Nov 2014 17:09:08 +0200 Michael S. Tsirkin m...@redhat.com 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. Note: APIs is prefixed with __ and has _bit suffix to stress its

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

2014-11-30 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. Note: APIs is prefixed with __ and has _bit suffix to stress its low level nature. It's for use by transports only: drivers should use

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

2014-11-30 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. Note: APIs is prefixed with __ and has _bit suffix to stress its low level nature. It's for use by transports only: drivers should use