]> git.proxmox.com Git - qemu.git/commit
scsi-generic: drop SCSIGenericState
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Oct 2011 10:49:35 +0000 (12:49 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 28 Oct 2011 17:25:51 +0000 (19:25 +0200)
commit8869e103979e499babe73488abe1f9c935746a60
tree89033ad5faf0e28afb27590cdb06ec7b3e3fec2a
parent628e95b61650f00607e8ddcf952b2e93f6ac3c89
scsi-generic: drop SCSIGenericState

It is not needed, because s->bs is already stored in SCSIDevice, and
can be reached from the conf.bs member.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/scsi-generic.c