Revision 8e5977e5

b/hw/gt64xxx.c
1125 1125

  
1126 1126
    s = FROM_SYSBUS(GT64120State, dev);
1127 1127

  
1128
    /* FIXME: This value is computed from registers during reset, but some
1129
       devices (e.g. VGA card) need to know it when they are registered.
1130
       This also mean that changing the register to change the mapping
1131
       does not fully work. */
1132
    isa_mem_base = 0x10000000;
1128 1133
    qemu_register_reset(gt64120_reset, s);
1129 1134
    register_savevm(&dev->qdev, "GT64120 PCI Bus", 0, 1,
1130 1135
                    gt64120_save, gt64120_load, &s->pci);

Also available in: Unified diff