mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -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 {
|
||||
ISADevice *dev;
|
||||
BlockDriverState *drive[2];
|
||||
uint32_t base;
|
||||
} fdc;
|
||||
|
||||
struct {
|
||||
ISADevice *dev;
|
||||
uint32_t base;
|
||||
} ide;
|
||||
|
||||
MemoryRegion io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue