diff options
author | Fam Zheng <famz@redhat.com> | 2017-07-14 10:14:55 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-14 12:04:42 +0200 |
commit | d679ac09f06c53c7cc4ac43bedb068db943272bc (patch) | |
tree | d1e6ad9433d115eb9299db07ae61c360b1a093ae /hw/s390x | |
parent | 1b6b7d109ea53157525ad787802e45773fb7becb (diff) | |
download | qemu-d679ac09f06c53c7cc4ac43bedb068db943272bc.zip qemu-d679ac09f06c53c7cc4ac43bedb068db943272bc.tar.gz qemu-d679ac09f06c53c7cc4ac43bedb068db943272bc.tar.bz2 |
virtio-blk: Convert to DEFINE_PROP_LINK
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170714021509.23681-7-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r-- | hw/s390x/virtio-ccw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c index e18fd26..a0437d1 100644 --- a/hw/s390x/virtio-ccw.c +++ b/hw/s390x/virtio-ccw.c @@ -867,8 +867,6 @@ static void virtio_ccw_blk_instance_init(Object *obj) virtio_instance_init_common(obj, &dev->vdev, sizeof(dev->vdev), TYPE_VIRTIO_BLK); - object_property_add_alias(obj, "iothread", OBJECT(&dev->vdev),"iothread", - &error_abort); object_property_add_alias(obj, "bootindex", OBJECT(&dev->vdev), "bootindex", &error_abort); } |