mirror of https://gitee.com/openkylin/qemu.git
pseries: Remove unused fields from VIOsPAPRBus structure
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 <david@gibson.dropbear.id.au> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
c821a43c60
commit
3b768df95a
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue