From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwSrl-0006YC-OR for qemu-devel@nongnu.org; Tue, 09 Jul 2013 04:01:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwSrj-0007mL-75 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 04:01:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwSri-0007mD-Vb for qemu-devel@nongnu.org; Tue, 09 Jul 2013 04:01:39 -0400 Message-ID: <51DBC3F3.7070603@redhat.com> Date: Tue, 09 Jul 2013 10:04:03 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1373307914-18543-1-git-send-email-mst@redhat.com> <51DBC18E.7050104@redhat.com> <20130709075705.GA13387@redhat.com> In-Reply-To: <20130709075705.GA13387@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] qemu: generate acpi tables for the guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: seabios@seabios.org, qemu-devel@nongnu.org On 07/09/13 09:57, Michael S. Tsirkin wrote: > On Tue, Jul 09, 2013 at 09:53:50AM +0200, Laszlo Ersek wrote: >> On 07/08/13 20:30, Michael S. Tsirkin wrote: >>> This patchset moves all generation of ACPI tables >>> from guest BIOS to the hypervisor. >> >> Doesn't seem to apply on ab8bf290, > > This is on top of pci tree for_anthony tag, hopefully > that will be pulled soon. > >> can you pls rebase and repost? >> >> Thanks >> Laszlo > > Not right now, Anthony asked for some changes. > If you want to test it, pls pick it from the > acpi branch in my tree. I'll wait for v3 then. BTW I agree with the test-from-the-inside approach; acpidump + iasl -d in the guest is how I used to massage OVMF's tables. Thanks Laszlo