On 02/07/13 10:26, Michael S. Tsirkin wrote: > mq feature 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?). > > Changes from v1: > - split the patch so each one can be applied separately > - add comments as suggested by mjt > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > > > Michael S. Tsirkin (2): > virtio-net: remove mq feature > virtio-net: work around for windows driver bug > > hw/pc_piix.c | 4 ---- > hw/virtio-net.c | 19 ++++++++++++++++--- > hw/virtio-net.h | 10 ++++++---- > 3 files changed, 22 insertions(+), 11 deletions(-) >
The string "? sizeof" in 2/2 has one space too many, but I guess it can be fixed up at commit time. FWIW, series Reviewed-by: Laszlo Ersek <ler...@redhat.com>