diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2012-09-12 16:57:19 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-10-04 15:54:18 +0200 |
commit | 490d4a2b6edafb27cd688ded7fdb1290453d71b0 (patch) | |
tree | 8c9df799370a620d740dab02a43c03a31346e911 /hw/spapr_vio.h | |
parent | ff9d2afa618acd81d926c9c213b4ff5f7163db1d (diff) | |
download | qemu-490d4a2b6edafb27cd688ded7fdb1290453d71b0.zip |
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>
Diffstat (limited to 'hw/spapr_vio.h')
-rw-r--r-- | hw/spapr_vio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/spapr_vio.h b/hw/spapr_vio.h index ea6aa43e26..acef65efd3 100644 --- a/hw/spapr_vio.h +++ b/hw/spapr_vio.h @@ -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; |