* [Qemu-devel] [PULL v2] Migration pull for 2.3
@ 2014-12-16 12:26 Amit Shah
2014-12-16 16:52 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Amit Shah @ 2014-12-16 12:26 UTC (permalink / raw)
To: qemu list
Cc: zhanghailiang, Juan Quintela, Dr. David Alan Gilbert,
Michael S. Tsirkin
The following changes since commit 54600752a1dd67844c2cf3c467db562c39499838:
Merge remote-tracking branch 'remotes/rth/tags/x86-next-20141214' into staging (2014-12-15 11:11:52 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for-2.3-2
for you to fetch changes up to 44a1f94684eeaa6e312ea2d77ede266a81d31210:
MAINTAINERS: Update for migrated migration code (2014-12-16 17:47:36 +0530)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Amit Shah (4):
MAINTAINERS: Add myself to migration maintainers
MAINTAINERS: migration: add vmstate static checker files
MAINTAINERS: add entry for virtio-rng
MAINTAINERS: add include files to virtio-serial entry
Dr. David Alan Gilbert (5):
Start migrating migration code into a migration directory
Remove migration- pre/post fixes off files in migration/ dir
Split struct QEMUFile out
Split the QEMU buffered file code out
MAINTAINERS: Update for migrated migration code
Michael S. Tsirkin (3):
exec: add wrapper for host pointer access
cpu: assert host pointer offset within block
cpu: verify that block->host is set
zhanghailiang (1):
qmp-command.hx: add missing docs for migration capabilites
MAINTAINERS | 14 +-
Makefile.objs | 10 +-
exec.c | 10 +-
include/exec/cpu-all.h | 7 +
migration/Makefile.objs | 10 +
block-migration.c => migration/block.c | 0
migration-exec.c => migration/exec.c | 0
migration-fd.c => migration/fd.c | 0
migration.c => migration/migration.c | 0
qemu-file.c => migration/qemu-file-buf.c | 511 +---------------------
migration/qemu-file-internal.h | 53 +++
qemu-file-stdio.c => migration/qemu-file-stdio.c | 0
qemu-file-unix.c => migration/qemu-file-unix.c | 0
migration/qemu-file.c | 519 +++++++++++++++++++++++
migration-rdma.c => migration/rdma.c | 0
migration-tcp.c => migration/tcp.c | 0
migration-unix.c => migration/unix.c | 0
vmstate.c => migration/vmstate.c | 0
xbzrle.c => migration/xbzrle.c | 0
qmp-commands.hx | 6 +
tests/Makefile | 11 +-
21 files changed, 622 insertions(+), 529 deletions(-)
create mode 100644 migration/Makefile.objs
rename block-migration.c => migration/block.c (100%)
rename migration-exec.c => migration/exec.c (100%)
rename migration-fd.c => migration/fd.c (100%)
rename migration.c => migration/migration.c (100%)
rename qemu-file.c => migration/qemu-file-buf.c (51%)
create mode 100644 migration/qemu-file-internal.h
rename qemu-file-stdio.c => migration/qemu-file-stdio.c (100%)
rename qemu-file-unix.c => migration/qemu-file-unix.c (100%)
create mode 100644 migration/qemu-file.c
rename migration-rdma.c => migration/rdma.c (100%)
rename migration-tcp.c => migration/tcp.c (100%)
rename migration-unix.c => migration/unix.c (100%)
rename vmstate.c => migration/vmstate.c (100%)
rename xbzrle.c => migration/xbzrle.c (100%)
Amit
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [Qemu-devel] [PULL v2] Migration pull for 2.3
2014-12-16 12:26 [Qemu-devel] [PULL v2] Migration pull for 2.3 Amit Shah
@ 2014-12-16 16:52 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2014-12-16 16:52 UTC (permalink / raw)
To: Amit Shah
Cc: Juan Quintela, Michael S. Tsirkin, qemu list,
Dr. David Alan Gilbert, zhanghailiang
On 16 December 2014 at 12:26, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit 54600752a1dd67844c2cf3c467db562c39499838:
>
> Merge remote-tracking branch 'remotes/rth/tags/x86-next-20141214' into staging (2014-12-15 11:11:52 +0000)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for-2.3-2
>
> for you to fetch changes up to 44a1f94684eeaa6e312ea2d77ede266a81d31210:
>
> MAINTAINERS: Update for migrated migration code (2014-12-16 17:47:36 +0530)
>
> ----------------------------------------------------------------
> 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.
>
> ----------------------------------------------------------------
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-16 16:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16 12:26 [Qemu-devel] [PULL v2] Migration pull for 2.3 Amit Shah
2014-12-16 16:52 ` Peter Maydell
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).