summaryrefslogtreecommitdiffstats
path: root/hw/virtio-serial.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2011-05-25 14:21:13 +0200
committerAmit Shah <amit.shah@redhat.com>2011-05-27 15:50:56 +0530
commita15bb0d6a981de749452a5180fc8084d625671da (patch)
treec595ac2c921f384d72089610c35fcc1e2e39e79f /hw/virtio-serial.h
parent31d0f80f17b37a71ad4231daf05be9fab3c70292 (diff)
downloadhqemu-a15bb0d6a981de749452a5180fc8084d625671da.zip
hqemu-a15bb0d6a981de749452a5180fc8084d625671da.tar.gz
virtio-serial: Drop redundant VirtIOSerialPort member info
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'hw/virtio-serial.h')
-rw-r--r--hw/virtio-serial.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h
index ac612f2..36e9d22 100644
--- a/hw/virtio-serial.h
+++ b/hw/virtio-serial.h
@@ -75,7 +75,6 @@ typedef struct VirtIOSerialPortInfo VirtIOSerialPortInfo;
*/
struct VirtIOSerialPort {
DeviceState dev;
- VirtIOSerialPortInfo *info;
QTAILQ_ENTRY(VirtIOSerialPort) next;
OpenPOWER on IntegriCloud