projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a987ee1
)
pc87312: Drop unused members of PC87312State
author
Markus Armbruster
<armbru@redhat.com>
Tue, 7 Oct 2014 11:59:20 +0000
(13:59 +0200)
committer
Kevin Wolf
<kwolf@redhat.com>
Mon, 20 Oct 2014 12:03:50 +0000
(14:03 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/hw/isa/pc87312.h
patch
|
blob
|
history
diff --git
a/include/hw/isa/pc87312.h
b/include/hw/isa/pc87312.h
index befc8bdc626cc649728b66e7bc48be03c95d34cd..bf74470d407b94e1c0669fa4888662de40834631 100644
(file)
--- a/
include/hw/isa/pc87312.h
+++ b/
include/hw/isa/pc87312.h
@@
-47,13
+47,10
@@
typedef struct PC87312State {
struct {
ISADevice *dev;
- BlockDriverState *drive[2];
- uint32_t base;
} fdc;
struct {
ISADevice *dev;
- uint32_t base;
} ide;
MemoryRegion io;