1. 08 6月, 2017 1 次提交
  2. 28 2月, 2017 2 次提交
  3. 26 5月, 2016 1 次提交
  4. 11 3月, 2016 1 次提交
  5. 10 11月, 2015 1 次提交
  6. 12 6月, 2015 1 次提交
    • J
      migration: Use normal VMStateDescriptions for Subsections · 5cd8cada
      Juan Quintela 提交于
      We create optional sections with this patch.  But we already have
      optional subsections.  Instead of having two mechanism that do the
      same, we can just generalize it.
      
      For subsections we just change:
      
      - Add a needed function to VMStateDescription
      - Remove VMStateSubsection (after removal of the needed function
        it is just a VMStateDescription)
      - Adjust the whole tree, moving the needed function to the corresponding
        VMStateDescription
      Signed-off-by: NJuan Quintela <quintela@redhat.com>
      5cd8cada
  7. 14 5月, 2014 1 次提交
  8. 06 5月, 2014 1 次提交
    • P
      savevm: Ignore minimum_version_id_old if there is no load_state_old · 767adce2
      Peter Maydell 提交于
      At the moment we require vmstate definitions to set minimum_version_id_old
      to the same value as minimum_version_id if they do not provide a
      load_state_old handler. Since the load_state_old functionality is
      required only for a handful of devices that need to retain migration
      compatibility with a pre-vmstate implementation, this means the bulk
      of devices have pointless boilerplate. Relax the definition so that
      minimum_version_id_old is ignored if there is no load_state_old handler.
      
      Note that under the old scheme we would segfault if the vmstate
      specified a minimum_version_id_old that was less than minimum_version_id
      but did not provide a load_state_old function, and the incoming state
      specified a version number between minimum_version_id_old and
      minimum_version_id. Under the new scheme this will just result in
      our failing the migration.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NJuan Quintela <quintela@redhat.com>
      767adce2
  9. 01 6月, 2013 1 次提交
  10. 11 3月, 2013 1 次提交
  11. 08 12月, 2011 1 次提交
  12. 06 10月, 2010 1 次提交
  13. 27 7月, 2010 1 次提交