Skip to content
  • Pavel Dovgalyuk's avatar
    b39847a5
    migration: introduce icount field for snapshots · b39847a5
    Pavel Dovgalyuk authored
    
    
    Saving icount as a parameters of the snapshot allows navigation between
    them in the execution replay scenario.
    This information can be used for finding a specific snapshot for proceeding
    the recorded execution to the specific moment of the time.
    E.g., 'reverse step' action (introduced in one of the following patches)
    needs to load the nearest snapshot which is prior to the current moment
    of time.
    This patch also updates snapshot test which verifies qemu monitor output.
    
    Signed-off-by: default avatarPavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
    Acked-by: default avatarMarkus Armbruster <armbru@redhat.com>
    Acked-by: default avatarKevin Wolf <kwolf@redhat.com>
    
    --
    
    v4 changes:
     - squashed format update with test output update
    v7 changes:
     - introduced the spaces between the fields in snapshot info output
     - updated the test to match new field widths
    Message-Id: <160174518865.12451.14327573383978752463.stgit@pasha-ThinkPad-X280>
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    b39847a5
    migration: introduce icount field for snapshots
    Pavel Dovgalyuk authored
    
    
    Saving icount as a parameters of the snapshot allows navigation between
    them in the execution replay scenario.
    This information can be used for finding a specific snapshot for proceeding
    the recorded execution to the specific moment of the time.
    E.g., 'reverse step' action (introduced in one of the following patches)
    needs to load the nearest snapshot which is prior to the current moment
    of time.
    This patch also updates snapshot test which verifies qemu monitor output.
    
    Signed-off-by: default avatarPavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
    Acked-by: default avatarMarkus Armbruster <armbru@redhat.com>
    Acked-by: default avatarKevin Wolf <kwolf@redhat.com>
    
    --
    
    v4 changes:
     - squashed format update with test output update
    v7 changes:
     - introduced the spaces between the fields in snapshot info output
     - updated the test to match new field widths
    Message-Id: <160174518865.12451.14327573383978752463.stgit@pasha-ThinkPad-X280>
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Loading