diff options
| author | Juan Quintela <quintela@redhat.com> | 2009-10-07 20:58:03 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-27 12:28:46 -0500 |
| commit | b3a7d3287c87f5da66bcfc2ab8db2fdc61811545 (patch) | |
| tree | 69cf12d39d4ac08c76be964d7a456e8294211a2d /hw/ide/internal.h | |
| parent | 407a4f3073803a948843617239f1729faaeda23f (diff) | |
| download | focaccia-qemu-b3a7d3287c87f5da66bcfc2ab8db2fdc61811545.tar.gz focaccia-qemu-b3a7d3287c87f5da66bcfc2ab8db2fdc61811545.zip | |
ide: pre VMState functions are not needed anymore
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ide/internal.h')
| -rw-r--r-- | hw/ide/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 158146e39d..cfae4c29be 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -525,11 +525,6 @@ extern const VMStateDescription vmstate_ide_drive; #define VMSTATE_IDE_DRIVES(_field, _state) \ VMSTATE_STRUCT_ARRAY(_field, _state, 2, 3, vmstate_ide_drive, IDEState) -void ide_save(QEMUFile* f, IDEState *s); -void ide_load(QEMUFile* f, IDEState *s, int version_id); -void idebus_save(QEMUFile* f, IDEBus *bus); -void idebus_load(QEMUFile* f, IDEBus *bus, int version_id); - void ide_reset(IDEState *s); int64_t ide_get_sector(IDEState *s); void ide_set_sector(IDEState *s, int64_t sector_num); |