balloon: call qdev_alias_all_properties for proxy dev in balloon class init
commita6027b0f4bb4d8c8f14ac5fd8cbf05f5f7c6a503
authorDenis V. Lunev <den@openvz.org>
Thu, 29 Jan 2015 14:24:41 +0000 (29 17:24 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 1 Mar 2015 11:32:59 +0000 (1 12:32 +0100)
tree5faa66be1c2207c5bc354593506cc955bfc49d4e
parentdc33c0293505db9c747a6e27487a808ab2b62a6f
balloon: call qdev_alias_all_properties for proxy dev in balloon class init

The idea is that all other virtio devices are calling this helper
to merge properties of the proxy device. This is the only difference
in between this helper and code in inside virtio_instance_init_common.
The patch should not cause any harm as property list in generic balloon
code is empty.

This also allows to avoid some dummy errors like fixed by this
    commit 91ba21208839643603e7f7fa5864723c3f371ebe
    Author: Gonglei <arei.gonglei@huawei.com>
    Date:   Tue Sep 30 14:10:35 2014 +0800
    virtio-balloon: fix virtio-balloon child refcount in transports

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Raushaniya Maksudova <rmaksudova@parallels.com>
Revieved-by: Cornelia Huck <cornelia.huck@de.ibm.com>
CC: Christian Borntraeger <borntraeger@de.ibm.com>
CC: Anthony Liguori <aliguori@amazon.com>
CC: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/s390x/virtio-ccw.c
hw/virtio/virtio-pci.c