mbox

[PULL,for-2.4,0/2] Fix migration on Xen

Message ID alpine.DEB.2.02.1508031715501.11337@kaball.uk.xensource.com
State New
Headers show

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-migration-2.4-tag

Message

Stefano Stabellini Aug. 3, 2015, 4:19 p.m. UTC
The following changes since commit f60c87154ac722c528fd5582f7137914a93c5eec:

  configure: Drop vnc-ws feature from help text (2015-08-03 15:32:17 +0100)

are available in the git repository at:

  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-migration-2.4-tag

for you to fetch changes up to 8c6dc68f4cff9eef870497a19a5373dde9dbdcc2:

  migration: Fix regression for xenfv and pc,accel=xen machine. (2015-08-03 16:13:40 +0000)

----------------------------------------------------------------
xen-migration-2.4

----------------------------------------------------------------
Anthony PERARD (2):
      migration: Fix global state with Xen.
      migration: Fix regression for xenfv and pc,accel=xen machine.

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

Comments

Peter Maydell Aug. 3, 2015, 5:52 p.m. UTC | #1
On 3 August 2015 at 17:19, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> The following changes since commit f60c87154ac722c528fd5582f7137914a93c5eec:
>
>   configure: Drop vnc-ws feature from help text (2015-08-03 15:32:17 +0100)
>
> are available in the git repository at:
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-migration-2.4-tag
>
> for you to fetch changes up to 8c6dc68f4cff9eef870497a19a5373dde9dbdcc2:
>
>   migration: Fix regression for xenfv and pc,accel=xen machine. (2015-08-03 16:13:40 +0000)
>
> ----------------------------------------------------------------
> xen-migration-2.4

Applied, thanks.

-- PMM