]> git.proxmox.com Git - qemu.git/commit
virtio: Remove duplicate macro definition for max. virtqueues, bump up the max
authorAmit Shah <amit.shah@redhat.com>
Tue, 19 Jan 2010 19:06:51 +0000 (00:36 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Jan 2010 14:25:23 +0000 (08:25 -0600)
commitbb61564c77ec95b258465c05c8e429a748ff24d9
tree0bf74a565ebbfa6e19c6ead652bdca3eac9bf541
parent03cbdac7efc20994d0a87015e24e835d0139df7b
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>
hw/virtio.c
hw/virtio.h