Skip to content
  • Avi Kivity's avatar
    kvm: convert to MemoryListener API · a01672d3
    Avi Kivity authored
    
    
    Drop the use of cpu_register_phys_memory_client() in favour of the new
    MemoryListener API.  The new API simplifies the caller, since there is no
    need to deal with splitting and merging slots; however this is not exploited
    in this patch.
    
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    a01672d3