diff options
author | KONRAD Frederic <fred.konrad@greensocs.com> | 2013-04-09 14:53:36 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-15 10:22:05 -0500 |
commit | d5990ff46759d918309dc10409a7d7ee83467642 (patch) | |
tree | ad7465e97ae93fa25cba2a30c1288c6f22d9a116 /include/hw/virtio/virtio-serial.h | |
parent | 76017fd2ea9bbd24850deb0bf665ef65c920d7f3 (diff) |
virtio-serial: cleanup: remove qdev field.
The qdev field is no longer needed, just drop it.
Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Acked-by: Amit Shah <amit.shah@redhat.com>
Message-id: 1365512016-21944-8-git-send-email-fred.konrad@greensocs.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/hw/virtio/virtio-serial.h')
-rw-r--r-- | include/hw/virtio/virtio-serial.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/virtio/virtio-serial.h b/include/hw/virtio/virtio-serial.h index 3808bc3038..7c71304d10 100644 --- a/include/hw/virtio/virtio-serial.h +++ b/include/hw/virtio/virtio-serial.h @@ -200,8 +200,6 @@ struct VirtIOSerial { VirtIOSerialBus bus; - DeviceState *qdev; - QTAILQ_HEAD(, VirtIOSerialPort) ports; /* bitmap for identifying active ports */ |