]> Git Repo - qemu.git/commit
virtio-pci: Check for virtio_blk_init() failure
authorMarkus Armbruster <[email protected]>
Tue, 6 Jul 2010 12:37:42 +0000 (14:37 +0200)
committerKevin Wolf <[email protected]>
Tue, 13 Jul 2010 15:48:17 +0000 (17:48 +0200)
commitac0c14d71b68ac18f03a876028e332534e1e6a3e
treefcac4b12f1ce11f06cd56438d27144996703bb26
parent31f54f24bb4a507543c3732c3ac1134ca3a11687
virtio-pci: Check for virtio_blk_init() failure

It can't actually fail now, but the next commit will change that.

s390_virtio_blk_init() already checks for failure, but
virtio_blk_init_pci() doesn't.  Fix that.

Signed-off-by: Markus Armbruster <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
hw/virtio-pci.c
This page took 0.024947 seconds and 4 git commands to generate.