qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] Migration PULL requset
@ 2017-05-04  9:40 Juan Quintela
  2017-05-04  9:40 ` [Qemu-devel] [PULL 01/10] ram: Split dirty bitmap by RAMBlock Juan Quintela
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Juan Quintela @ 2017-05-04  9:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

Hi

This pull request includes:
- Add return path to exec (danp)
- add traces (dave)
- move hmp commands to hmp.c (quintela)
- minor migration cleanups (quintela)

Please, apply.

The following changes since commit e619b14746e5d8c0e53061661fd0e1da01fd4d60:

  Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging (2017-05-02 15:16:29 +0100)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git tags/migration/20170504

for you to fetch changes up to 1db9d8e501fc99fa2201f228627952aee6cfc349:

  migration: Extra tracing (2017-05-04 10:41:23 +0200)

----------------------------------------------------------------
migration/next for 20170504

----------------------------------------------------------------
Daniel P. Berrange (1):
      migration: setup bi-directional I/O channel for exec: protocol

Dr. David Alan Gilbert (1):
      migration: Extra tracing

Juan Quintela (8):
      ram: Split dirty bitmap by RAMBlock
      migration: to_dst_file at that point is NULL
      monitor: Remove monitor parameter from save_vmstate
      monitor: Move hmp_loadvm from monitor.c to hmp.c
      monitor: Move hmp_savevm from savevm.c to hmp.c
      monitor: Move hmp_delvm from savevm.c to hmp.c
      monitor: Move hmp_info_snapshots from savevm.c to hmp.c
      migration: Move postcopy-ram.h to migration/

 hmp.c                                           | 174 +++++++++++++++
 hmp.h                                           |   4 +
 include/exec/ram_addr.h                         |  13 +-
 include/migration/migration.h                   |   3 +-
 include/sysemu/sysemu.h                         |   5 +-
 migration/exec.c                                |   4 +-
 migration/migration.c                           |   2 +-
 migration/postcopy-ram.c                        |   7 +-
 {include/migration => migration}/postcopy-ram.h |   3 -
 migration/ram.c                                 | 275 ++++++++++--------------
 migration/savevm.c                              | 185 +---------------
 migration/socket.c                              |   1 -
 migration/tls.c                                 |   1 -
 migration/trace-events                          |   2 +
 monitor.c                                       |  13 --
 replay/replay-snapshot.c                        |   2 +-
 16 files changed, 317 insertions(+), 377 deletions(-)
 rename {include/migration => migration}/postcopy-ram.h (95%)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-05-05 15:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-04  9:40 [Qemu-devel] [PULL 00/10] Migration PULL requset Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 01/10] ram: Split dirty bitmap by RAMBlock Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 02/10] migration: setup bi-directional I/O channel for exec: protocol Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 03/10] migration: to_dst_file at that point is NULL Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 04/10] monitor: Remove monitor parameter from save_vmstate Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 05/10] monitor: Move hmp_loadvm from monitor.c to hmp.c Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 06/10] monitor: Move hmp_savevm from savevm.c " Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 07/10] monitor: Move hmp_delvm " Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 08/10] monitor: Move hmp_info_snapshots " Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 09/10] migration: Move postcopy-ram.h to migration/ Juan Quintela
2017-05-04  9:40 ` [Qemu-devel] [PULL 10/10] migration: Extra tracing Juan Quintela
2017-05-05 15:54 ` [Qemu-devel] [PULL 00/10] Migration PULL requset Stefan Hajnoczi

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).