commit | a43f9c90c9129d1f28e473277abf793d0caed897 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Feb 24 11:14:12 2011 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Feb 24 11:25:38 2011 -0600 |
tree | df9fe4f975576a724b813437644061dfbe88a237 | |
parent | 61a11c98b77bb27dda7b2fb7004371bf0437ae5d [diff] |
virtio-serial: kill VirtIOSerialDevice VirtIOSerialDevice is like VirtIOSerialPort with just the first two fields, which makes it pretty pointless. Using VirtIOSerialPort directly works equally well and is less confusing. [Amit: - rebase - rename 'dev' to 'port' in function params in virtio-serial.h ] Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>