From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7ly5-0005O9-Sl for qemu-devel@nongnu.org; Fri, 09 Aug 2013 08:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7lxw-0005WG-W7 for qemu-devel@nongnu.org; Fri, 09 Aug 2013 08:38:57 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:47523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7lxw-0005Vx-SH for qemu-devel@nongnu.org; Fri, 09 Aug 2013 08:38:48 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Aug 2013 08:38:46 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 5C7C6C90044 for ; Fri, 9 Aug 2013 08:38:41 -0400 (EDT) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r79Ccg3c153686 for ; Fri, 9 Aug 2013 08:38:43 -0400 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r79CcgJn002672 for ; Fri, 9 Aug 2013 06:38:42 -0600 From: Anthony Liguori In-Reply-To: <520490D3.8010202@redhat.com> References: <1375979888-4879-1-git-send-email-aliguori@us.ibm.com> <520490D3.8010202@redhat.com> Date: Fri, 09 Aug 2013 07:38:36 -0500 Message-ID: <8761vft4xf.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] pc: drop external DSDT loading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Michael Tsirkin Gerd Hoffmann writes: > On 08/08/13 18:38, Anthony Liguori wrote: >> This breaks migration and is unneeded with modern SeaBIOS. > > No. Dropping for piix is fine. It will break q35 though. Can you elaborate? When Michael and I discussed this I was under the impression that latest SeaBIOS had full support for q35. Regards, Anthony Liguori > > Given that q35 can't be migrated anyway due to ahci being tagged as > unmigratable keeping it for q35 (until the new acpi table loading is > sorted) shouldn't hurt though. > > cheers, > Gerd