From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWinT-0006VG-HJ for qemu-devel@nongnu.org; Thu, 17 Oct 2013 04:19:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWinN-0001Nx-2g for qemu-devel@nongnu.org; Thu, 17 Oct 2013 04:19:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWinM-0001Nt-Ql for qemu-devel@nongnu.org; Thu, 17 Oct 2013 04:19:00 -0400 Message-ID: <1381997932.23424.4.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 17 Oct 2013 10:18:52 +0200 In-Reply-To: <20131016183732.GA8157@redhat.com> References: <1381762577-12526-1-git-send-email-mst@redhat.com> <1381762577-12526-43-git-send-email-mst@redhat.com> <525D51C3.2050201@redhat.com> <20131015143530.GA7763@redhat.com> <525D5630.1030801@redhat.com> <87txgimrd6.fsf@codemonkey.ws> <20131015201706.GB9579@redhat.com> <20131016181800.GB7100@redhat.com> <20131016183732.GA8157@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 42/43] piix4: add acpi pci hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Maydell , gleb@redhat.com, marcel.a@redhat.com, qemu-devel , Anthony Liguori , Igor Mammedov , Paolo Bonzini Hi, > By far the best way to test this is to boot some guest, > download tables, then run iasl -d on them. Fully agree. /me did the same when testing with coreboot. Boot linux, with old seabios, with new seabios, with (patched) coreboot, then diffed the iasl decompiled tables. cheers, Gerd