From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNKlu-0008A1-HR for qemu-devel@nongnu.org; Tue, 11 Mar 2014 07:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNKlk-00089z-3L for qemu-devel@nongnu.org; Tue, 11 Mar 2014 07:22:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNKlj-00089r-RQ for qemu-devel@nongnu.org; Tue, 11 Mar 2014 07:22:48 -0400 Date: Tue, 11 Mar 2014 13:22:42 +0200 From: "Michael S. Tsirkin" Message-ID: <20140311112242.GA17666@redhat.com> References: <1394392713-31471-1-git-send-email-mst@redhat.com> <20140310190515.GA16291@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 Tue, Mar 11, 2014 at 10:55:17AM +0000, Peter Maydell wrote: > On 10 March 2014 19:05, Michael S. Tsirkin wrote: > > 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. > > Applied to master, thanks. > > -- PMM BTW I still see these warnings in the logs: # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to # the These seem counter-productive: people get used to ignoring the warnings. A bunch of people verified my key at the latest KVM forum so how about importing keys from contributors and denying pulls where keys don't match? -- MST