From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN5W0-0006sX-R2 for qemu-devel@nongnu.org; Mon, 10 Mar 2014 15:05:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WN5Vr-0001eo-0d for qemu-devel@nongnu.org; Mon, 10 Mar 2014 15:05:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN5Vq-0001cj-PH for qemu-devel@nongnu.org; Mon, 10 Mar 2014 15:05:22 -0400 Date: Mon, 10 Mar 2014 21:05:15 +0200 From: "Michael S. Tsirkin" Message-ID: <20140310190515.GA16291@redhat.com> References: <1394392713-31471-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Peter Maydell Cc: QEMU Developers , Anthony Liguori On Mon, Mar 10, 2014 at 03:38:11PM +0000, Peter Maydell wrote: > 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 I verified that they are harmless. Not sure how did this creep in, I will fix it in the next PULL. -- MST