mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-02 06:51:53 -06:00
pc87312: Drop unused members of PC87312State
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>
This commit is contained in:
parent
a987ee1f1b
commit
b8864be5f3
1 changed files with 0 additions and 3 deletions
|
@ -47,13 +47,10 @@ typedef struct PC87312State {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
ISADevice *dev;
|
ISADevice *dev;
|
||||||
BlockDriverState *drive[2];
|
|
||||||
uint32_t base;
|
|
||||||
} fdc;
|
} fdc;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
ISADevice *dev;
|
ISADevice *dev;
|
||||||
uint32_t base;
|
|
||||||
} ide;
|
} ide;
|
||||||
|
|
||||||
MemoryRegion io;
|
MemoryRegion io;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue