virtio-9p-device: move qdev properties into virtio-9p-device.c
commit83a84878da2e00b4d350bd90d6775c1f6320e7b4
authorShannon Zhao <shannon.zhao@linaro.org>
Wed, 10 Jun 2015 15:04:35 +0000 (10 23:04 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 10 Jun 2015 16:15:34 +0000 (10 18:15 +0200)
treee0f0fc60645feb3f0de8959799272e524aec7a9c
parent448777c411b80df0263eb00b9df2f829cdc7cc9b
virtio-9p-device: move qdev properties into virtio-9p-device.c

As only one place in virtio-9p-device.c uses
DEFINE_VIRTIO_9P_PROPERTIES, there is no need to expose it. Inline it
into virtio-9p-device.c to avoid wrongly use.

Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p.h