virtio serial port: fix to incomplete QOMify
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Message-Id: <1452068575-21543-1-git-send-email-caoj.fnst@cn.fujitsu.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
This commit is contained in:
parent
649a1bbaf9
commit
d9eb0be229
@ -798,7 +798,7 @@ static const TypeInfo virtser_bus_info = {
|
|||||||
|
|
||||||
static void virtser_bus_dev_print(Monitor *mon, DeviceState *qdev, int indent)
|
static void virtser_bus_dev_print(Monitor *mon, DeviceState *qdev, int indent)
|
||||||
{
|
{
|
||||||
VirtIOSerialPort *port = DO_UPCAST(VirtIOSerialPort, dev, qdev);
|
VirtIOSerialPort *port = VIRTIO_SERIAL_PORT(qdev);
|
||||||
|
|
||||||
monitor_printf(mon, "%*sport %d, guest %s, host %s, throttle %s\n",
|
monitor_printf(mon, "%*sport %d, guest %s, host %s, throttle %s\n",
|
||||||
indent, "", port->id,
|
indent, "", port->id,
|
||||||
|
Loading…
Reference in New Issue
Block a user