From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6yw3-0007I1-Vo for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:17:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6yvt-0005sN-5Y for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:17:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6yvs-0005sH-TM for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:17:25 -0400 Date: Wed, 7 Aug 2013 10:17:20 +0200 From: Stefan Hajnoczi Message-ID: <20130807081720.GM19825@stefanha-thinkpad.redhat.com> References: <20130806072152.GK10891@redhat.com> <20130806083309.GA11051@redhat.com> <20130806083625.GF8218@redhat.com> <20130806092148.GC11051@redhat.com> <20130806093247.GL8218@redhat.com> <20130806101953.GC13680@redhat.com> <20130806104442.GR8218@redhat.com> <5200D806.5030509@suse.de> <20130806120917.GC14396@redhat.com> <5200EFFC.1070502@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <5200EFFC.1070502@suse.de> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH] don't expose pvpanic device in the UI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Kevin Wolf , Gleb Natapov , Marcel Apfelbaum , seabios@seabios.org, qemu-devel@nongnu.org, "Michael S. Tsirkin" , Gerd Hoffmann , Anthony Liguori , Paolo Bonzini On Tue, Aug 06, 2013 at 02:45:48PM +0200, Andreas F=E4rber wrote: > Am 06.08.2013 14:09, schrieb Michael S. Tsirkin: > > On Tue, Aug 06, 2013 at 01:03:34PM +0200, Andreas F=E4rber wrote: > >> FWIW -M q35 does not create all Q35 devices, there's -readconfig > >> docs/q35-chipset.cfg for the rest. The criteria certainly is not > >> migratability, since ICH9 AHCI (part of -M q35) is unmigratable, > >> unfortunately. > >=20 > > Wasn't this fixed recently? >=20 > Not in qemu.git at least, that's why I couldn't test PCIe migration wit= h > q35 recently and resorted to picking random devices into i440fx. >=20 > Jason had added a VMStateDescription with fields extending my initial > work, but it is .unmigratable =3D 1 /* Still buggy under I/O load */. I haven't read the whole discussion but the recent AHCI fix I'm aware of is making FLUSH commands work correctly. That wasn't specifically aimed at fixing migration. Stefan