diff options
author | Gonglei <arei.gonglei@huawei.com> | 2014-10-07 16:00:31 +0800 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-10-15 09:52:55 +0200 |
commit | 8dece34f26dbb8995c8e857052ccd084937d6a66 (patch) | |
tree | 86d753ea2bf8cf132d391a557f54c2e67f7f93e1 /hw/scsi/scsi-generic.c | |
parent | 3342ec324a7a9e4cf451968a1b320e8098410cb6 (diff) | |
download | hqemu-8dece34f26dbb8995c8e857052ccd084937d6a66.zip hqemu-8dece34f26dbb8995c8e857052ccd084937d6a66.tar.gz |
block: remove bootindex property from qdev to qom
Remove bootindex form qdev property to qom, things will
continue to work just fine, and we can use qom features
which are not supported by qdev property.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/scsi/scsi-generic.c')
-rw-r--r-- | hw/scsi/scsi-generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/scsi/scsi-generic.c b/hw/scsi/scsi-generic.c index 01bca08..03b980c 100644 --- a/hw/scsi/scsi-generic.c +++ b/hw/scsi/scsi-generic.c @@ -463,7 +463,6 @@ static SCSIRequest *scsi_new_request(SCSIDevice *d, uint32_t tag, uint32_t lun, static Property scsi_generic_properties[] = { DEFINE_PROP_DRIVE("drive", SCSIDevice, conf.bs), - DEFINE_PROP_INT32("bootindex", SCSIDevice, conf.bootindex, -1), DEFINE_PROP_END_OF_LIST(), }; |