qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Cornelia Huck <cohuck@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>,
	Alexander Graf <agraf@suse.de>,
	Yi Min Zhao <zyimin@linux.vnet.ibm.com>,
	Halil Pasic <pasic@linux.vnet.ibm.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	David Hildenbrand <david@redhat.com>,
	"Jason J . Herne" <jjherne@linux.vnet.ibm.com>
Subject: Re: [Qemu-devel] [PATCH/RFC 0/3] ais fixups for 2.11
Date: Fri, 22 Sep 2017 15:08:22 +0200	[thread overview]
Message-ID: <b86a3d64-6f04-3467-431c-834a24e03375@de.ibm.com> (raw)
In-Reply-To: <c2bb9668-3056-c0bf-a794-878f1e4a058c@de.ibm.com>



On 09/22/2017 01:27 PM, Christian Borntraeger wrote:
> On 09/22/2017 10:38 AM, Christian Borntraeger wrote:
>> Conny, this seem to work on KVM (needs more testing and review).
>> Can you check what happens with TCG?
>>
>> Patch 1 is the known base patch,
>> Patch 2 fixes the ais detection to be based on the flic interfaces
>> Patch 3 disables ais for all compat machines <= 2.10
>>
>>
>>
>> Christian Borntraeger (3):
>>   s390x/ais: disable ais facility as it is broken
>>   s390x/ais: enable ais when migration is available
>>   s390x/ais: disable ais for compat machines
>>
>>  hw/intc/s390_flic.c                | 11 +++++++++--
>>  hw/intc/s390_flic_kvm.c            | 10 +++++++++-
>>  hw/s390x/s390-virtio-ccw.c         | 18 ++++++++++++++++--
>>  include/hw/s390x/s390-virtio-ccw.h |  3 +++
>>  include/hw/s390x/s390_flic.h       |  1 +
>>  target/s390x/cpu_models.c          |  6 ++++++
>>  target/s390x/kvm.c                 |  3 +--
>>  7 files changed, 45 insertions(+), 7 deletions(-)
>>
> 
> FWIW, with patch 1 backported to 2.10 and patches 1,2,3 on top of current master (as 211)
> I started some crossmigration test and successfully tested
> the following combinations with KVM and -cpu host on an 4.13 kernel

This was on the same host migration in a file and back from a file.
On the same host kenrel 4.11.12 (no AIS support in KVM at all)
and 4.12.14  (AIS support, but no migration) also survived the test matrix
for migration into/from file.

      reply	other threads:[~2017-09-22 13:08 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-22  8:38 [Qemu-devel] [PATCH/RFC 0/3] ais fixups for 2.11 Christian Borntraeger
2017-09-22  8:38 ` [Qemu-devel] [PATCH/RFC 1/3] s390x/ais: disable ais facility as it is broken Christian Borntraeger
2017-09-26 12:01   ` David Hildenbrand
2017-09-22  8:38 ` [Qemu-devel] [PATCH/RFC 2/3] s390x/ais: enable ais when migration is available Christian Borntraeger
2017-09-22 12:13   ` Pierre Morel
2017-09-22 12:40     ` Christian Borntraeger
2017-09-22 13:49       ` Cornelia Huck
2017-09-22 14:02       ` Pierre Morel
2017-09-22 14:07         ` Christian Borntraeger
2017-09-22 14:27           ` Halil Pasic
2017-09-25 10:07             ` Cornelia Huck
2017-09-25 10:12               ` Christian Borntraeger
2017-09-25 11:45                 ` Cornelia Huck
2017-09-25 11:47                   ` Christian Borntraeger
2017-09-26  9:14                     ` Yi Min Zhao
2017-09-26 13:04                       ` Boris Fiuczynski
2017-09-22 14:38           ` Pierre Morel
2017-09-26 12:23   ` David Hildenbrand
2017-09-26 12:29     ` Christian Borntraeger
2017-09-26 12:33       ` David Hildenbrand
2017-09-26 12:33       ` Christian Borntraeger
2017-09-22  8:38 ` [Qemu-devel] [PATCH/RFC 3/3] s390x/ais: disable ais for compat machines Christian Borntraeger
2017-09-26 12:26   ` David Hildenbrand
2017-09-26 12:45     ` Christian Borntraeger
2017-09-26 13:00       ` David Hildenbrand
2017-09-26 13:32         ` Christian Borntraeger
2017-09-26 13:43           ` Cornelia Huck
2017-09-26 13:45           ` Christian Borntraeger
2017-09-22 11:27 ` [Qemu-devel] [PATCH/RFC 0/3] ais fixups for 2.11 Christian Borntraeger
2017-09-22 13:08   ` Christian Borntraeger [this message]

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=b86a3d64-6f04-3467-431c-834a24e03375@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=agraf@suse.de \
    --cc=cohuck@redhat.com \
    --cc=david@redhat.com \
    --cc=jjherne@linux.vnet.ibm.com \
    --cc=pasic@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=zyimin@linux.vnet.ibm.com \
    /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).