Commit a9c87c58 authored by Jason Wang's avatar Jason Wang Committed by Anthony Liguori
Browse files

virtio-net: compat multiqueue support



Disable multiqueue support for pre 1.4.

Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 5f800801
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -313,6 +313,10 @@ static QEMUMachine pc_i440fx_machine_v1_4 = {
            .driver   = "virtio-net-pci",\
            .property = "ctrl_mac_addr",\
            .value    = "off",      \
        },{ \
            .driver   = "virtio-net-pci", \
            .property = "mq", \
            .value    = "off", \
        }

static QEMUMachine pc_machine_v1_3 = {