Revision e5896b12 cpu-common.h

b/cpu-common.h
96 96
                             target_phys_addr_t end_addr);
97 97
    int (*migration_log)(struct CPUPhysMemoryClient *client,
98 98
                         int enable);
99
    int (*log_start)(struct CPUPhysMemoryClient *client,
100
                     target_phys_addr_t phys_addr, ram_addr_t size);
101
    int (*log_stop)(struct CPUPhysMemoryClient *client,
102
                    target_phys_addr_t phys_addr, ram_addr_t size);
99 103
    QLIST_ENTRY(CPUPhysMemoryClient) list;
100 104
};
101 105

  

Also available in: Unified diff