[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCHv2] virtio-net: remove mq feature flag
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCHv2] virtio-net: remove mq feature flag |
Date: |
Mon, 4 Feb 2013 09:50:50 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Feb 04, 2013 at 09:41:47AM +0200, Michael S. Tsirkin wrote:
> mq flag is not needed: we can look at the number of queues and set
> the flag accordingly.
> Removing this feature removes ambiguity (what does it mean to have
> queues=2 with mq=off?), and simplifies compatibility hacks.
> work-around for buggy windows
> guests.
>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
> hw/pc_piix.c | 4 ----
> hw/virtio-net.c | 8 +++++++-
> hw/virtio-net.h | 15 ++++++++++++---
> 3 files changed, 19 insertions(+), 8 deletions(-)
Reviewed-by: Stefan Hajnoczi <address@hidden>