projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a2804
)
ds1225y: Drop bogus qdev field from NvRamState
author
Andreas Färber
<afaerber@suse.de>
Sat, 27 Jul 2013 10:47:09 +0000
(12:47 +0200)
committer
Andreas Färber
<afaerber@suse.de>
Mon, 29 Jul 2013 19:07:00 +0000
(21:07 +0200)
It is not a device, and the field is not used from code either.
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/nvram/ds1225y.c
patch
|
blob
|
history
diff --git
a/hw/nvram/ds1225y.c
b/hw/nvram/ds1225y.c
index
fa218ce
..
cca6f43
100644
(file)
--- a/
hw/nvram/ds1225y.c
+++ b/
hw/nvram/ds1225y.c
@@
-26,7
+26,6
@@
#include "trace.h"
typedef struct {
- DeviceState qdev;
MemoryRegion iomem;
uint32_t chip_size;
char *filename;