Revision 0e7a7592 hw/fw_cfg.c

b/hw/fw_cfg.c
471 471

  
472 472
static void fw_cfg_machine_ready(struct Notifier *n, void *data)
473 473
{
474
    uint32_t len;
474
    size_t len;
475 475
    FWCfgState *s = container_of(n, FWCfgState, machine_ready);
476 476
    char *bootindex = get_boot_devices_list(&len);
477 477

  

Also available in: Unified diff