commit | d75d25e34e4b4eb6a18122b5fa3baac70cea0f2b | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Jul 06 14:37:43 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jul 13 17:48:17 2010 +0200 |
tree | b6eb17dbae520add98cfa49267f3ba2c7aac4040 | |
parent | ac0c14d71b68ac18f03a876028e332534e1e6a3e [diff] |
virtio-blk: Fix virtio-blk-s390 to require drive Move the check from virtio_blk_init_pci(), where it protects only virtio-blk-pci, to virtio_blk_init(). Without that, virtio-blk-s390 initializes without a drive. I figure that can lead to null pointer dereferences. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>