On Fri, Aug 1, 2014 at 11:09 AM, Ming Lei <ming....@canonical.com> wrote: > On Thu, Jul 31, 2014 at 4:52 PM, Paolo Bonzini <pbonz...@redhat.com> wrote:
>> >> It doesn't matter, changing features between dataplane and non-dataplane >> is not something that you can do. > > Actually it is easy to support multi virtqueue for non-dataplane, > and it should be enough to remove two 'ifdef'. Sorry, virtqueue_pop()/virtqueue_push() need changes too, but it won't be difficult too since 'qid' has been introduced inside VirtIOBlockReq already. Thanks,