From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC0hz-00087I-6Y for qemu-devel@nongnu.org; Tue, 29 Jul 2014 02:16:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC0hs-0006rl-N6 for qemu-devel@nongnu.org; Tue, 29 Jul 2014 02:16:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC0hs-0006rg-Gv for qemu-devel@nongnu.org; Tue, 29 Jul 2014 02:16:16 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6T6GFFw018700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 29 Jul 2014 02:16:15 -0400 From: Markus Armbruster References: <1406561658-6761-1-git-send-email-pbonzini@redhat.com> Date: Tue, 29 Jul 2014 08:16:13 +0200 In-Reply-To: <1406561658-6761-1-git-send-email-pbonzini@redhat.com> (Paolo Bonzini's message of "Mon, 28 Jul 2014 17:34:13 +0200") Message-ID: <871tt4y9jm.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 0/5] ACPI fixes for QEMU 2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: imammedo@redhat.com, lersek@redhat.com, qemu-devel@nongnu.org, mst@redhat.com Paolo Bonzini writes: > v3->v4: > drop all pretense of supporting bridges [me] Does this non-support need documentation? None visible in diffstat... > > v2->v3: > fix tests/acpi-test-data/pc/DSDT [Peter] > track down "make check" failure, fix it [patch 4, me] > split patch 2 in two parts [mst] > do not make bsel_alloc global [mst] > include Igor's bridge patch [mst, as discussed on IRC] > > Igor Mammedov (1): > pc: acpi: generate AML only for PCI0 devices if PCI bridge hotplug is > disabled > > Paolo Bonzini (4): > acpi-dsdt: procedurally generate _PRT > pc: hack for migration compatibility from QEMU 2.0 > pc: future-proof migration-compatibility of ACPI tables > bios-tables-test: fix ASL normalization false positive > > hw/i386/acpi-build.c | 94 +- > hw/i386/acpi-dsdt.dsl | 90 +- > hw/i386/acpi-dsdt.hex.generated | 1910 +++------------------------------------ > hw/i386/pc_piix.c | 19 + > hw/i386/pc_q35.c | 5 + > include/hw/i386/pc.h | 1 + > tests/acpi-test-data/pc/DSDT | Bin 4499 -> 2807 bytes > tests/bios-tables-test.c | 6 +- > 8 files changed, 263 insertions(+), 1862 deletions(-)