mbox

[PULL,for-2.4,0/3] Regression fix for migration on Xen

Message ID cover.1438605827.git.amit.shah@redhat.com
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/qemu/amit/migration for-2.4

Message

Amit Shah Aug. 3, 2015, 12:44 p.m. UTC
The following changes since commit cb48f67ad8c7b33c617d4f8144a27706e69fd688:

  bsd-user: Fix operand to cpu_x86_exec (2015-07-30 12:38:49 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/qemu/amit/migration for-2.4

for you to fetch changes up to 040f70812f1fc2523945a047982694d1ef1d9e1d:

  migration: Add configuration section to vmstate with xen. (2015-08-03 11:42:39 +0530)

----------------------------------------------------------------
Fixes a regression with migration for the Xen machine type

----------------------------------------------------------------
Anthony PERARD (3):
  migration: Fix regretion for xenfv machine.
  migration: Fix global state with Xen.
  migration: Add configuration section to vmstate with xen.

 hw/i386/pc_piix.c             | 3 +++
 include/migration/migration.h | 1 +
 migration/migration.c         | 7 +++++++
 migration/savevm.c            | 6 ++++++
 4 files changed, 17 insertions(+)

Comments

Anthony PERARD Aug. 3, 2015, 1:09 p.m. UTC | #1
On Mon, Aug 3, 2015 at 1:44 PM, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit cb48f67ad8c7b33c617d4f8144a27706e69fd688:
>
>   bsd-user: Fix operand to cpu_x86_exec (2015-07-30 12:38:49 +0100)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/qemu/amit/migration for-2.4
>
> for you to fetch changes up to 040f70812f1fc2523945a047982694d1ef1d9e1d:
>
>   migration: Add configuration section to vmstate with xen. (2015-08-03 11:42:39 +0530)
>
> ----------------------------------------------------------------
> Fixes a regression with migration for the Xen machine type

Hi,

I do have an update on this series which would also fix 'pc,accel=xen'
machine case, which I should send today.

And there is actually an issue with one of the patch, which should use
strcpy instead of memcpy.

So please don't apply just yet.

Thanks,

> ----------------------------------------------------------------
> Anthony PERARD (3):
>   migration: Fix regretion for xenfv machine.
>   migration: Fix global state with Xen.
>   migration: Add configuration section to vmstate with xen.
>
>  hw/i386/pc_piix.c             | 3 +++
>  include/migration/migration.h | 1 +
>  migration/migration.c         | 7 +++++++
>  migration/savevm.c            | 6 ++++++
>  4 files changed, 17 insertions(+)