]> Git Repo - qemu.git/commit - hw/char/virtio-serial-bus.c
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
authorShannon Zhao <[email protected]>
Wed, 10 Jun 2015 15:04:34 +0000 (23:04 +0800)
committerMichael S. Tsirkin <[email protected]>
Wed, 10 Jun 2015 16:15:34 +0000 (18:15 +0200)
commit448777c411b80df0263eb00b9df2f829cdc7cc9b
tree1082861083bdd68b5f73cf419f11819139874e84
parentfe704809b974d8dd8e020b4d3f48ede338a886fe
virtio-serial-bus: move qdev properties into virtio-serial-bus.c

As only one place in virtio-serial-bus.c uses
DEFINE_VIRTIO_SERIAL_PROPERTIES, there is no need to expose it. Inline
it into virtio-serial-bus.c to avoid wrongly use.

Signed-off-by: Shannon Zhao <[email protected]>
Signed-off-by: Shannon Zhao <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/char/virtio-serial-bus.c
include/hw/virtio/virtio-serial.h
This page took 0.024982 seconds and 4 git commands to generate.