qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Alexander Graf <agraf@suse.de>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>,
	Jens Freimann <jfrei@linux.vnet.ibm.com>,
	Heinz Graalfs <graalfs@linux.vnet.ibm.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	"Jason J. herne" <jjherne@us.ibm.com>
Subject: [Qemu-devel] [RFC/PATCH 0/3] Initial migration patches for s390
Date: Wed, 21 Nov 2012 15:46:02 +0100	[thread overview]
Message-ID: <1353509165-26865-1-git-send-email-borntraeger@de.ibm.com> (raw)

Alex,

here is a small subset of migration patches for s390. Several things
are still missing/under work (storage key/dirty pages tracking, guest
time..)

Anyway, with those 3 patches, it is possible to stop + save a guest 
that contains just a kernel+busybox initrd into a file and reload it
afterwards.

Patch 2 should be applied together with patch 1 to avoid a bump in the
version number.

Please have a look

Christian Borntraeger (1):
  s390/migration: Provide a cpu save for initial life migration work

Heinz Graalfs (1):
  s390/migration: Add code to support SCLP live migration

Jason J. herne (1):
  s390/migration: Qemu S390 special register migration

 hw/s390x/event-facility.c |   46 +++++++++++++
 hw/s390x/event-facility.h |    3 +
 hw/s390x/sclpconsole.c    |   46 +++++++++++++
 hw/s390x/sclpquiesce.c    |   18 ++++++
 target-s390x/cpu.h        |    5 ++
 target-s390x/machine.c    |  156 +++++++++++++++++++++++++++++++++++++++++----
 6 files changed, 261 insertions(+), 13 deletions(-)

-- 
1.7.10.1

             reply	other threads:[~2012-11-21 14:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-21 14:46 Christian Borntraeger [this message]
2012-11-21 14:46 ` [Qemu-devel] [PATCH 1/3] s390/migration: Provide a cpu save for initial life migration work Christian Borntraeger
2012-11-21 14:56   ` Alexander Graf
2012-11-21 14:59     ` Christian Borntraeger
2012-11-21 15:02       ` Alexander Graf
2012-11-21 15:03         ` Christian Borntraeger
2012-11-21 15:06           ` Alexander Graf
2012-11-21 15:08             ` Christian Borntraeger
2012-11-21 15:22               ` Jan Kiszka
2012-11-21 15:27                 ` Christian Borntraeger
2012-11-21 15:32                   ` Jan Kiszka
2012-11-21 14:46 ` [Qemu-devel] [PATCH 2/3] s390/migration: Qemu S390 special register migration Christian Borntraeger
2012-11-21 14:57   ` Alexander Graf
2012-11-21 14:46 ` [Qemu-devel] [PATCH 3/3] s390/migration: Add code to support SCLP live migration Christian Borntraeger
2012-11-21 14:58   ` Alexander Graf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1353509165-26865-1-git-send-email-borntraeger@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=agraf@suse.de \
    --cc=graalfs@linux.vnet.ibm.com \
    --cc=jfrei@linux.vnet.ibm.com \
    --cc=jjherne@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).