qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Cc: Juan Quintela <quintela@trasno.org>
Subject: [Qemu-devel] [PULL 00/10] Migration pull request
Date: Wed, 15 Oct 2014 10:24:54 +0200	[thread overview]
Message-ID: <1413361504-26396-1-git-send-email-quintela@redhat.com> (raw)

From: Juan Quintela <quintela@trasno.org>

Hi

This patches have been on the list for a while:

- ram flags from Peter Lieven
- qemu-file cleanups from Eduardo (just code movement)
- QEMUSizedBuffer from David (they have already have 6 versions)
- VBUFFER (new macro, can't break old things) (Alexey)
- invalidate state (Alexey)

Please, apply.

The following changes since commit b1d28ec6a7dbdaadda39d29322f0de694aeb0b74:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging (2014-10-10 14:55:29 +0100)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git migration/20141015

for you to fetch changes up to 5b0e9dd46fbda5152566a4a26fd96bc0d0452bf7:

  migration: catch unknown flag combinations in ram_load (2014-10-14 11:24:20 +0200)

----------------------------------------------------------------
migration/next for 20141015

----------------------------------------------------------------
Alexey Kardashevskiy (2):
      block/migration: Disable cache invalidate for incoming migration
      vmstate: Allow dynamic allocation for VBUFFER during migration

Dr. David Alan Gilbert (2):
      QEMUSizedBuffer based QEMUFile
      Tests: QEMUSizedBuffer/QEMUBuffer

Eduardo Habkost (5):
      qemu-file: Add copyright header to qemu-file.c
      qemu-file: Make qemu_file_is_writable() non-static
      qemu-file: Use qemu_file_is_writable() on stdio_fclose()
      qemu-file: Move unix and socket implementations to qemu-file-unix.c
      qemu-file: Move stdio implementation to qemu-file-stdio.c

Peter Lieven (1):
      migration: catch unknown flag combinations in ram_load

 Makefile.objs                 |   2 +-
 arch_init.c                   |  62 ++--
 block.c                       |  18 +-
 include/migration/qemu-file.h |  27 ++
 include/migration/vmstate.h   |  11 +
 include/qemu/typedefs.h       |   1 +
 migration.c                   |   1 -
 nbd.c                         |   6 +
 qemu-file-stdio.c             | 194 ++++++++++
 qemu-file-unix.c              | 223 +++++++++++
 qemu-file.c                   | 843 ++++++++++++++++++++++++------------------
 tests/Makefile                |   4 +-
 tests/test-vmstate.c          |  74 ++--
 vmstate.c                     |  13 +-
 14 files changed, 1029 insertions(+), 450 deletions(-)
 create mode 100644 qemu-file-stdio.c
 create mode 100644 qemu-file-unix.c

             reply	other threads:[~2014-10-15  8:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-15  8:24 Juan Quintela [this message]
2014-10-15  8:24 ` [Qemu-devel] [PULL 01/10] QEMUSizedBuffer based QEMUFile Juan Quintela
2014-10-15  8:24 ` [Qemu-devel] [PULL 02/10] Tests: QEMUSizedBuffer/QEMUBuffer Juan Quintela
2014-10-15  8:24 ` [Qemu-devel] [PULL 03/10] block/migration: Disable cache invalidate for incoming migration Juan Quintela
2014-10-15  8:24 ` [Qemu-devel] [PULL 04/10] vmstate: Allow dynamic allocation for VBUFFER during migration Juan Quintela
2014-10-15  8:24 ` [Qemu-devel] [PULL 05/10] qemu-file: Add copyright header to qemu-file.c Juan Quintela
2014-10-15  8:25 ` [Qemu-devel] [PULL 06/10] qemu-file: Make qemu_file_is_writable() non-static Juan Quintela
2014-10-15  8:25 ` [Qemu-devel] [PULL 07/10] qemu-file: Use qemu_file_is_writable() on stdio_fclose() Juan Quintela
2014-10-15  8:25 ` [Qemu-devel] [PULL 08/10] qemu-file: Move unix and socket implementations to qemu-file-unix.c Juan Quintela
2014-10-15  8:25 ` [Qemu-devel] [PULL 09/10] qemu-file: Move stdio implementation to qemu-file-stdio.c Juan Quintela
2014-10-15  8:25 ` [Qemu-devel] [PULL 10/10] migration: catch unknown flag combinations in ram_load Juan Quintela
2014-10-15 12:37 ` [Qemu-devel] [PULL 00/10] Migration pull request Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1413361504-26396-1-git-send-email-quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@trasno.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).