From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxqbp-0004nR-JR for qemu-devel@nongnu.org; Fri, 29 Sep 2017 04:25:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxqbk-00071B-2q for qemu-devel@nongnu.org; Fri, 29 Sep 2017 04:25:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51418) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxqbj-00070R-Ms for qemu-devel@nongnu.org; Fri, 29 Sep 2017 04:25:15 -0400 Date: Fri, 29 Sep 2017 10:25:07 +0200 From: Cornelia Huck Message-ID: <20170929102507.76ade4d3.cohuck@redhat.com> In-Reply-To: <986dcdfb-3316-85b2-5492-19e41262bbe6@de.ibm.com> References: <20170927072030.35737-1-borntraeger@de.ibm.com> <20170927072030.35737-3-borntraeger@de.ibm.com> <986dcdfb-3316-85b2-5492-19e41262bbe6@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 2/3] s390x/ais: enable ais when migration is available List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: qemu-devel , Alexander Graf , Thomas Huth , David Hildenbrand , Richard Henderson , Michael Roth , Yi Min Zhao , Halil Pasic List-ID: On Fri, 29 Sep 2017 10:12:43 +0200 Christian Borntraeger wrote: > Conny can you maybe defer this patch? > > Turns out that this patch will enable the ais feature, so you can do -cpu z13,ais=on, > but it will not enable ais for the none machine > That means that libvirt will not enable ais for host-model or host-passthrough. > > Reason seems to be that the flic interrupt controller is not created when the > none machine is used. Sigh :( Things are never easy... I'll dequeue this again, thanks.