On 07/15/2015 03:41 PM, Jason Wang wrote:
>
>
> On 07/15/2015 03:13 PM, Wen Congyang wrote:
>> On 07/15/2015 02:59 PM, Jason Wang wrote:
>>>
>>> On 07/15/2015 02:23 PM, Wen Congyang wrote:
commit da51a335 adds all queues in .realize(). But if the
guest doesn't support multiqueue, we for
On 07/15/2015 03:13 PM, Wen Congyang wrote:
> On 07/15/2015 02:59 PM, Jason Wang wrote:
>>
>> On 07/15/2015 02:23 PM, Wen Congyang wrote:
>>> commit da51a335 adds all queues in .realize(). But if the
>>> guest doesn't support multiqueue, we forget to remove them. And
>>> we cannot handle the ctrl
On 07/15/2015 02:59 PM, Jason Wang wrote:
>
>
> On 07/15/2015 02:23 PM, Wen Congyang wrote:
>> commit da51a335 adds all queues in .realize(). But if the
>> guest doesn't support multiqueue, we forget to remove them. And
>> we cannot handle the ctrl vq corretly. The guest will hang.
>>
>> Signed-o
On 07/15/2015 02:23 PM, Wen Congyang wrote:
> commit da51a335 adds all queues in .realize(). But if the
> guest doesn't support multiqueue, we forget to remove them. And
> we cannot handle the ctrl vq corretly. The guest will hang.
>
> Signed-off-by: Wen Congyang
Thanks for the patch, some ques
commit da51a335 adds all queues in .realize(). But if the
guest doesn't support multiqueue, we forget to remove them. And
we cannot handle the ctrl vq corretly. The guest will hang.
Signed-off-by: Wen Congyang
---
hw/net/virtio-net.c | 69 +
1