qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.4 v3 0/3] Migration regressions with Xen.
@ 2015-08-03 14:29 Anthony PERARD
  2015-08-03 14:29 ` [Qemu-devel] [PATCH for-2.4 v3 1/3] migration: Fix global state " Anthony PERARD
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Anthony PERARD @ 2015-08-03 14:29 UTC (permalink / raw)
  To: QEMU-devel
  Cc: Amit Shah, Anthony PERARD, Juan Quintela, Stefano Stabellini,
	Xen Devel

Hi,

We've spotted several regression which prevent migration with Xen using the
same version of QEMU or from a previous version of QEMU (tryied with 2.2).

Regression have been introduce by at least:
- df4b1024526cae3479da3492d6371fd4a7324a03
  migration: create new section to store global state
- 61964c23e5ddd5a33f15699e45ce126f879e3e33
  migration: Add configuration section

The last patch fix migration for 'xenfv' machine and for 'pc,accel=xen'
machine. 'xenpv' machine is not affected as there is no emulated device
state to save.

Change since in v2:
- replace memcpy() call by a strncpy().
- Move the skip_config_section and the like from 'xenfv' machine init to
  xen_init() which is called by accel_init_machine. (in 3rd patch)

Thanks,

Anthony PERARD (3):
  migration: Fix global state with Xen.
  migration: Add configuration section to vmstate with xen.
  migration: Fix regression for xenfv and pc,accel=xen machine.

 include/migration/migration.h | 1 +
 migration/migration.c         | 7 +++++++
 migration/savevm.c            | 6 ++++++
 xen-common.c                  | 5 +++++
 4 files changed, 19 insertions(+)

-- 
Anthony PERARD

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

end of thread, other threads:[~2015-08-03 16:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 14:29 [Qemu-devel] [PATCH for-2.4 v3 0/3] Migration regressions with Xen Anthony PERARD
2015-08-03 14:29 ` [Qemu-devel] [PATCH for-2.4 v3 1/3] migration: Fix global state " Anthony PERARD
2015-08-03 14:53   ` Stefano Stabellini
2015-08-03 16:06     ` Amit Shah
2015-08-03 14:29 ` [Qemu-devel] [PATCH for-2.4 v3 2/3] migration: Add configuration section to vmstate with xen Anthony PERARD
2015-08-03 14:48   ` Stefano Stabellini
2015-08-03 14:53     ` Anthony PERARD
2015-08-03 14:29 ` [Qemu-devel] [PATCH for-2.4 v3 3/3] migration: Fix regression for xenfv and pc, accel=xen machine Anthony PERARD
2015-08-03 14:53   ` Stefano Stabellini
2015-08-03 16:07 ` [Qemu-devel] [PATCH for-2.4 v3 0/3] Migration regressions with Xen Amit Shah
2015-08-03 16:10   ` [Qemu-devel] [Xen-devel] " Stefano Stabellini
2015-08-03 16:23   ` [Qemu-devel] " Anthony PERARD

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