Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into staging
commit4db753b1ac4aedc6cd67fb13d50e5015ce8052a5
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Dec 2014 14:53:23 +0000 (16 14:53 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Dec 2014 14:53:23 +0000 (16 14:53 +0000)
tree73b6bd91ecca384d5efe16e193966b663a9367eb
parentdfa9c2a0f4d0a0c8b2c1449ecdbb1297427e1560
parent44a1f94684eeaa6e312ea2d77ede266a81d31210
Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into staging

Migration pull for 2.3.  Mostly moving the code to the migration/
directory, and updating MAINTAINERS.

I've also folded my other MAINTAINERS update patches into this, as
they're small by themselves.

# gpg: Signature made Tue 16 Dec 2014 12:21:24 GMT using RSA key ID 854083B6
# gpg: Good signature from "Amit Shah <amit@amitshah.net>"
# gpg:                 aka "Amit Shah <amit@kernel.org>"
# gpg:                 aka "Amit Shah <amitshah@gmx.net>"

* remotes/amit-migration/tags/for-2.3-2:
  MAINTAINERS: Update for migrated migration code
  Split the QEMU buffered file code out
  Split struct QEMUFile out
  Remove migration- pre/post fixes off files in migration/ dir
  Start migrating migration code into a migration directory
  qmp-command.hx: add missing docs for migration capabilites
  cpu: verify that block->host is set
  cpu: assert host pointer offset within block
  exec: add wrapper for host pointer access
  MAINTAINERS: add include files to virtio-serial entry
  MAINTAINERS: add entry for virtio-rng
  MAINTAINERS: migration: add vmstate static checker files
  MAINTAINERS: Add myself to migration maintainers

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