]> git.proxmox.com Git - qemu.git/commit
qemu/net: flag to control the number of vectors a nic has
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 21 Jun 2009 16:51:18 +0000 (19:51 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 24 Jun 2009 14:09:15 +0000 (09:09 -0500)
commitffe6370c9f2a596814bf14e472910fe6ef7e001d
treea8eae458eecbafcfffa07bb196839ea2c37cbafe
parent566e2d3e880c5fba6342b78b2aedf04427e18237
qemu/net: flag to control the number of vectors a nic has

Add an option to specify the number of MSI-X vectors for PCI NIC cards. This
can also be used to disable MSI-X, for compatibility with old qemu. This
option currently only affects virtio cards.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-net.c
net.c
net.h
qemu-options.hx