]> Git Repo - qemu.git/commitdiff
pseries: Remove unused fields from VIOsPAPRBus structure
authorDavid Gibson <[email protected]>
Wed, 4 Apr 2012 05:02:06 +0000 (15:02 +1000)
committerAndreas Färber <[email protected]>
Sun, 15 Apr 2012 15:07:19 +0000 (17:07 +0200)
The VIOsPAPRBus structure, used on the pseries machine contains some old
fields which are no longer used anywhere.  This patch removes them.

Signed-off-by: David Gibson <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
hw/spapr_vio.h

index d8527bed90d389ea06a6ed10ed10987b464da190..ae3283c19f86c31b2667f4ef625e160ee3cd5f95 100644 (file)
@@ -89,8 +89,6 @@ struct VIOsPAPRDevice {
 
 struct VIOsPAPRBus {
     BusState bus;
-    const char *dt_name, *dt_type, *dt_compatible;
-    target_ulong signal_mask;
     int (*init)(VIOsPAPRDevice *dev);
     int (*devnode)(VIOsPAPRDevice *dev, void *fdt, int node_off);
 };
This page took 0.028098 seconds and 4 git commands to generate.