]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150707' into...
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jul 2015 16:19:59 +0000 (17:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jul 2015 16:19:59 +0000 (17:19 +0100)
commit9861b71fd63f04175fddd1e93a417bae4a7808d7
tree2e9bb2400821788865d19ac061eff7b7e86bc223
parentf2562fbb7ac54d597cfe05f613d30296d1850d1b
parentdd63169766abd2b8dc33f4451dac5e778458a47c
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150707' into staging

migration/next for 20150707

# gpg: Signature made Tue Jul  7 13:56:30 2015 BST using RSA key ID 5872D723
# gpg: Good signature from "Juan Quintela <quintela@redhat.com>"
# gpg:                 aka "Juan Quintela <quintela@trasno.org>"

* remotes/juanquintela/tags/migration/20150707: (28 commits)
  migration: extend migration_bitmap
  migration: protect migration_bitmap
  check_section_footers: Check the correct section_id
  migration: Add migration events on target side
  migration: Make events a capability
  migration: create migration event
  migration: No need to call trace_migrate_set_state()
  migration: Use always helper to set state
  migration: ensure we start in NONE state
  migration: Use cmpxchg correctly
  migration: Add configuration section
  vmstate: Create optional sections
  global_state: Make section optional
  migration: create new section to store global state
  runstate: migration allows more transitions now
  runstate: Add runstate store
  Fix older machine type compatibility on power with section footers
  Fail more cleanly in mismatched RAM cases
  Sanity check RDMA remote data
  Sort destination RAMBlocks to be the same as the source
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>