Revision 752ff2fa hw/slavio_intctl.c

b/hw/slavio_intctl.c
374 374
    }
375 375
}
376 376

  
377
static int vmstate_intctl_after_load(void *opaque)
377
static int vmstate_intctl_post_load(void *opaque)
378 378
{
379 379
    SLAVIO_INTCTLState *s = opaque;
380 380

  
......
398 398
    .version_id = 1,
399 399
    .minimum_version_id = 1,
400 400
    .minimum_version_id_old = 1,
401
    .run_after_load = vmstate_intctl_after_load,
401
    .post_load = vmstate_intctl_post_load,
402 402
    .fields      = (VMStateField []) {
403 403
        VMSTATE_STRUCT_ARRAY(slaves, SLAVIO_INTCTLState, MAX_CPUS, 1,
404 404
                             vmstate_intctl_cpu, SLAVIO_CPUINTCTLState),

Also available in: Unified diff