From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwq9h-0002zO-9P for qemu-devel@nongnu.org; Tue, 26 Sep 2017 09:44:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwq9b-0003zc-H6 for qemu-devel@nongnu.org; Tue, 26 Sep 2017 09:44:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52120) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dwq9b-0003zK-B3 for qemu-devel@nongnu.org; Tue, 26 Sep 2017 09:44:03 -0400 Date: Tue, 26 Sep 2017 15:43:56 +0200 From: Cornelia Huck Message-ID: <20170926154356.638a0fcb.cohuck@redhat.com> In-Reply-To: References: <20170922083855.102341-1-borntraeger@de.ibm.com> <20170922083855.102341-4-borntraeger@de.ibm.com> <49e66ee4-2df2-c310-93a7-e4ec91217c32@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH/RFC 3/3] s390x/ais: disable ais for compat machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: David Hildenbrand , Richard Henderson , Alexander Graf , Yi Min Zhao , Halil Pasic , qemu-devel , "Jason J . Herne" , "Dr. David Alan Gilbert" On Tue, 26 Sep 2017 15:32:41 +0200 Christian Borntraeger wrote: > I checked all the migration stuff now with -cpu z13 and it seems that > migration is now broken for qemu 2.10->qemu 2.11 when using the s390-ccw-virtio-2.9 > machine due to the PCI fencing from Conny. > > qemu-system-s390x: Unknown savevm section or instance 'PCIBUS' 0 > qemu-system-s390x: load of migration failed: Invalid argument That's unfortunate... let me look into that.