diff options
author | Amit Shah <amit.shah@redhat.com> | 2010-02-25 17:24:43 +0530 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-03-08 11:30:09 -0600 |
commit | 75422b0d38029d2e098309da4dd7199dc7b2d2a9 (patch) | |
tree | ab5c58bc5ee0cf64c0dc43e610f7c8c04b065937 /net.h | |
parent | 1a8e2aaa3fb495e7f3d2ace1900fc104151b1b28 (diff) |
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
net.c used a constant to signify no MSI vectors were specified. Extend
that to all qdev devices.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reported-by: "Michael S. Tsirkin" <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -123,9 +123,6 @@ void do_set_link(Monitor *mon, const QDict *qdict); /* NIC info */ #define MAX_NICS 8 -enum { - NIC_NVECTORS_UNSPECIFIED = -1 -}; struct NICInfo { uint8_t macaddr[6]; |