virtio-serial: don't set MULTIPORT for 1 port dev
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 15 Feb 2010 15:13:56 +0000 (20:43 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Feb 2010 21:32:16 +0000 (15:32 -0600)
commit7facd6be2f6a4859967864be38457a4e7a7e207b
tree892162ac2e46924b7d313a086b772877bbe12f48
parent795b3e2ed28f9cf1821bb1c863ac1c2d6c41ca76
virtio-serial: don't set MULTIPORT for 1 port dev

Since commit 98b19252cf1bd97c54bc4613f3537c5ec0aae263, all
serial devices declare MULTIPORT feature.
To allow 0.12 compatibility, we should clear this when
max_nr_ports is 1.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-serial-bus.c