Revision 5fda043f

b/exec.c
2550 2550

  
2551 2551
    ram_list.phys_dirty = g_realloc(ram_list.phys_dirty,
2552 2552
                                       last_ram_offset() >> TARGET_PAGE_BITS);
2553
    memset(ram_list.phys_dirty + (new_block->offset >> TARGET_PAGE_BITS),
2554
           0, size >> TARGET_PAGE_BITS);
2553 2555
    cpu_physical_memory_set_dirty_range(new_block->offset, size, 0xff);
2554 2556

  
2555 2557
    if (kvm_enabled())

Also available in: Unified diff