commit | ffe6370c9f2a596814bf14e472910fe6ef7e001d | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Jun 21 19:51:18 2009 +0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Jun 24 09:09:15 2009 -0500 |
tree | a8eae458eecbafcfffa07bb196839ea2c37cbafe | |
parent | 566e2d3e880c5fba6342b78b2aedf04427e18237 [diff] |
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>