projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff9d2af
)
pseries: Remove never used flags field from spapr vio devices
author
David Gibson
<david@gibson.dropbear.id.au>
Wed, 12 Sep 2012 16:57:19 +0000
(16:57 +0000)
committer
Alexander Graf
<agraf@suse.de>
Thu, 4 Oct 2012 13:54:18 +0000
(15:54 +0200)
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>
hw/spapr_vio.h
patch
|
blob
|
history
diff --git
a/hw/spapr_vio.h
b/hw/spapr_vio.h
index ea6aa43e26083c5312df4f30e6e2a60965484b6e..acef65efd3f754f77f7e6b55be6169d278f7df14 100644
(file)
--- 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;