qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 10/26] lsi53c895a: LSIState is a DeviceHost


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 10/26] lsi53c895a: LSIState is a DeviceHost
Date: Mon, 24 Aug 2009 18:42:44 +0200

Go figure.

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

diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c
index d154b23..94712aa 100644
--- a/hw/lsi53c895a.c
+++ b/hw/lsi53c895a.c
@@ -1960,7 +1960,7 @@ 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;
+    LSIState *s = DO_UPCAST(LSIState, dev.qdev, host);

     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]