Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • QEMU QEMU
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 645
    • Issues 645
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • QEMUQEMU
  • QEMUQEMU
  • Repository
Switch branch/tag
  • qemu
  • docs
  • devel
  • migration.rst
Find file BlameHistoryPermalink
  • Peter Maydell's avatar
    migration: Remove load_state_old and minimum_version_id_old · 18621987
    Peter Maydell authored Feb 15, 2022 and Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert committed Mar 02, 2022
    There are no longer any VMStateDescription structs in the tree which
    use the load_state_old support for custom handling of incoming
    migration from very old QEMU.  Remove the mechanism entirely.
    
    This includes removing one stray useless setting of
    minimum_version_id_old in a VMStateDescription with no load_state_old
    function, which crept in after the global weeding-out of them in
    commit 17e31340
    
    .
    Signed-off-by: Peter Maydell's avatarPeter Maydell <peter.maydell@linaro.org>
    Message-Id: <20220215175705.3846411-1-peter.maydell@linaro.org>
    Reviewed-by: Dr. David Alan Gilbert's avatarDr. David Alan Gilbert <dgilbert@redhat.com>
    Reviewed-by: default avatarFrancisco Iglesias <francisco.iglesias@xilinx.com>
    Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
    Signed-off-by: Dr. David Alan Gilbert's avatarDr. David Alan Gilbert <dgilbert@redhat.com>
    18621987