qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 15/22] lsi53c895a: LSIState is a PCIDevice is a Devi


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 15/22] lsi53c895a: LSIState is a PCIDevice is a DeviceHost
Date: Mon, 24 Aug 2009 13:03:36 +0200

Go figure.

Signed-off-by: Juan Quintela <address@hidden>
---
 hw/lsi53c895a.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c
index d154b23..2db3245 100644
--- a/hw/lsi53c895a.c
+++ b/hw/lsi53c895a.c
@@ -1960,7 +1960,8 @@ static void lsi_mmio_mapfunc(PCIDevice *pci_dev, int 
region_num,

 void lsi_scsi_attach(DeviceState *host, BlockDriverState *bd, int id)
 {
-    LSIState *s = (LSIState *)host;
+    PCIDevice *d = DO_UPCAST(PCIDevice, qdev, host);
+    LSIState *s = DO_UPCAST(LSIState, dev, d);

     if (id < 0) {
         for (id = 0; id < LSI_MAX_DEVS; id++) {
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]