From: David Gibson Date: Wed, 12 Sep 2012 16:57:19 +0000 (+0000) Subject: pseries: Remove never used flags field from spapr vio devices X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=490d4a2b6edafb27cd688ded7fdb1290453d71b0;p=qemu.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 Signed-off-by: Alexander Graf --- 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;