• D
    Page request: Consume pages off the post-copy queue · a82d593b
    Dr. David Alan Gilbert 提交于
    When transmitting RAM pages, consume pages that have been queued by
    MIG_RPCOMM_REQPAGE commands and send them ahead of normal page scanning.
    
    Note:
      a) After a queued page the linear walk carries on from after the
    unqueued page; there is a reasonable chance that the destination
    was about to ask for other closeby pages anyway.
    
      b) We have to be careful of any assumptions that the page walking
    code makes, in particular it does some short cuts on its first linear
    walk that break as soon as we do a queued page.
    
      c) We have to be careful to not break up host-page size chunks, since
    this makes it harder to place the pages on the destination.
    Signed-off-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
    Reviewed-by: NJuan Quintela <quintela@redhat.com>
    Signed-off-by: NJuan Quintela <quintela@redhat.com>
    a82d593b
trace-events 118.4 KB