mirror of https://gitee.com/openkylin/qemu.git
virtio-net: compat multiqueue support
Disable multiqueue support for pre 1.4. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
5f80080183
commit
a9c87c586b
|
@ -313,6 +313,10 @@ static QEMUMachine pc_i440fx_machine_v1_4 = {
|
||||||
.driver = "virtio-net-pci",\
|
.driver = "virtio-net-pci",\
|
||||||
.property = "ctrl_mac_addr",\
|
.property = "ctrl_mac_addr",\
|
||||||
.value = "off", \
|
.value = "off", \
|
||||||
|
},{ \
|
||||||
|
.driver = "virtio-net-pci", \
|
||||||
|
.property = "mq", \
|
||||||
|
.value = "off", \
|
||||||
}
|
}
|
||||||
|
|
||||||
static QEMUMachine pc_machine_v1_3 = {
|
static QEMUMachine pc_machine_v1_3 = {
|
||||||
|
|
Loading…
Reference in New Issue