Virtio-blk qdev conversion

Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
Paul Brook 2009-05-14 22:35:08 +01:00
parent b4496b13bb
commit 07e3af9ac3
6 changed files with 16 additions and 19 deletions

View file

@ -82,6 +82,4 @@ struct virtio_scsi_inhdr
uint32_t residual;
};
void *virtio_blk_init(PCIBus *bus, BlockDriverState *bs);
#endif