From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN2Hm-0001Mc-Ka for qemu-devel@nongnu.org; Mon, 10 Mar 2014 11:38:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WN2Hg-00065R-Ia for qemu-devel@nongnu.org; Mon, 10 Mar 2014 11:38:38 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:53545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN2Hg-00063Y-BR for qemu-devel@nongnu.org; Mon, 10 Mar 2014 11:38:32 -0400 Received: by mail-lb0-f173.google.com with SMTP id p9so4733384lbv.18 for ; Mon, 10 Mar 2014 08:38:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1394392713-31471-1-git-send-email-mst@redhat.com> References: <1394392713-31471-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Mon, 10 Mar 2014 15:38:11 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v3 00/14] acpi, pc, pci, virtio, memory bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers , Anthony Liguori On 9 March 2014 19:19, Michael S. Tsirkin wrote: > Changes from v2: > fix for OSx by Gabriel > fixed build on systems without IASL > > The following changes since commit f53f3d0a00b6df39ce8dfca942608e5b6a9a4f71: > > Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging (2014-03-08 12:38:43 +0000) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > for you to fetch changes up to 220c8ed536491315b4040d820328b8dfd60d67a7: > > qemu: x86: ignore ioapic polarity (2014-03-09 21:09:38 +0200) To follow up on our IRC conversation, I'll apply this if you can confirm that the new make-check warning messages acpi-test: Warning! SSDT mismatch. Actual [asl:/tmp/asl-03GECX.dsl, aml:/tmp/aml-WK6DCX], Expected [asl:/tmp/asl-HPXDCX.dsl, aml:tests/acpi-test-data/pc/SSDT]. acpi-test: Warning! SSDT mismatch. Actual [asl:/tmp/asl-KEFJCX.dsl, aml:/tmp/aml-3EGKCX], Expected [asl:/tmp/asl-4NJJCX.dsl, aml:tests/acpi-test-data/q35/SSDT]. are harmless. thanks -- PMM