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