scsi-block: remove properties that are not relevant for passthrough
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 9 Jul 2012 10:11:04 +0000 (12:11 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 26 Jul 2012 15:44:08 +0000 (17:44 +0200)
commit038478370d5c7ed8f66fc9523bf3f60b8800fe86
tree5a4bbb627a874b7fd98480e12a3ea4bc83620aff
parent8f6e699ddbcad32480fa64796ccf44cbaf5b4b91
scsi-block: remove properties that are not relevant for passthrough

scsi-block is a passthrough device and does not allow customization
of vendor, product, removable, DPOFUA, block size or any other piece of
information.  Thus, drop DEFINE_SCSI_DISK_PROPERTIES() from the
list of qdev properties.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi-disk.c