mirror of https://github.com/xqemu/xqemu.git
pseries: Remove never used flags field from spapr vio devices
The general device state structure for PAPR VIO emulated devices includes a 'flags' field which was never used. This patch removes it. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
ff9d2afa61
commit
490d4a2b6e
|
@ -60,7 +60,6 @@ typedef struct VIOsPAPRDeviceClass {
|
|||
struct VIOsPAPRDevice {
|
||||
DeviceState qdev;
|
||||
uint32_t reg;
|
||||
uint32_t flags;
|
||||
uint32_t irq;
|
||||
target_ulong signal_state;
|
||||
VIOsPAPR_CRQ crq;
|
||||
|
|
Loading…
Reference in New Issue