From 07e3af9ac31008a1d7eaaf44d62a13545f01c579 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 14 May 2009 22:35:08 +0100 Subject: Virtio-blk qdev conversion Signed-off-by: Paul Brook --- hw/ppc440_bamboo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hw/ppc440_bamboo.c') diff --git a/hw/ppc440_bamboo.c b/hw/ppc440_bamboo.c index e396ac3204..a58f6ea98b 100644 --- a/hw/ppc440_bamboo.c +++ b/hw/ppc440_bamboo.c @@ -16,7 +16,6 @@ #include "net.h" #include "hw.h" #include "pci.h" -#include "virtio-blk.h" #include "virtio-console.h" #include "boards.h" #include "sysemu.h" @@ -113,7 +112,7 @@ static void bamboo_init(ram_addr_t ram_size, /* Add virtio block devices. */ while ((i = drive_get_index(IF_VIRTIO, 0, unit_id)) != -1) { - virtio_blk_init(pcibus, drives_table[i].bdrv); + pci_create_simple(pcibus, -1, "virtio-blk"); unit_id++; } -- cgit v1.2.3