commit | bb61564c77ec95b258465c05c8e429a748ff24d9 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed Jan 20 00:36:51 2010 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Jan 20 08:25:23 2010 -0600 |
tree | 0bf74a565ebbfa6e19c6ead652bdca3eac9bf541 | |
parent | 03cbdac7efc20994d0a87015e24e835d0139df7b [diff] |
virtio: Remove duplicate macro definition for max. virtqueues, bump up the max VIRTIO_PCI_QUEUE_MAX is redefined in hw/virtio.c. Let's just keep it in hw/virtio.h. Also, bump up the value of the maximum allowed virtqueues to 64. This is in preparation to allow multiple ports per virtio-console device. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>