[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 2/5] pseries: Remove old hcalls hook stub
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PATCH 2/5] pseries: Remove old hcalls hook stub |
Date: |
Thu, 12 Apr 2012 12:44:12 +1000 |
Some time ago we removed all use of the 'hcalls' callback in the pseries
VIO code, which was used to workaround an ordering problem which has since
been solved properly. However, the function pointer for the hook remains.
This patch cleans it away.
Signed-off-by: David Gibson <address@hidden>
---
hw/spapr_vio.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/spapr_vio.h b/hw/spapr_vio.h
index 420398c..2dfe2bd 100644
--- a/hw/spapr_vio.h
+++ b/hw/spapr_vio.h
@@ -62,7 +62,6 @@ typedef struct VIOsPAPRDeviceClass {
const char *dt_name, *dt_type, *dt_compatible;
target_ulong signal_mask;
int (*init)(VIOsPAPRDevice *dev);
- void (*hcalls)(VIOsPAPRBus *bus);
int (*devnode)(VIOsPAPRDevice *dev, void *fdt, int node_off);
} VIOsPAPRDeviceClass;
--
1.7.9.5
- [Qemu-ppc] [PATCH 0/5] pseries: cleanups and reset fixes, David Gibson, 2012/04/11
- [Qemu-ppc] [PATCH 1/5] pseries: Remove old debug leftovers from spapr_vscsi, David Gibson, 2012/04/11
- [Qemu-ppc] [PATCH 5/5] pseries: Fix reset of VIO network device, David Gibson, 2012/04/11
- [Qemu-ppc] [PATCH 2/5] pseries: Remove old hcalls hook stub,
David Gibson <=
- [Qemu-ppc] [PATCH 3/5] pseries: Correctly use the device model reset hooks, David Gibson, 2012/04/11
- [Qemu-ppc] [PATCH 4/5] pseries: Reset vscsi properly, David Gibson, 2012/04/11
- Re: [Qemu-ppc] [PATCH 0/5] pseries: cleanups and reset fixes, Andreas Färber, 2012/04/15