From patchwork Thu Apr 10 16:12:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 338151 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id ADF8B140096 for ; Fri, 11 Apr 2014 02:12:33 +1000 (EST) Received: from localhost ([::1]:52974 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYHaZ-0000JB-LK for incoming@patchwork.ozlabs.org; Thu, 10 Apr 2014 12:12:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYHa7-0008EE-Fn for qemu-devel@nongnu.org; Thu, 10 Apr 2014 12:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYHa0-00020T-JD for qemu-devel@nongnu.org; Thu, 10 Apr 2014 12:12:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYHa0-0001xm-Bc for qemu-devel@nongnu.org; Thu, 10 Apr 2014 12:11:56 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3AGBqt4010286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 10 Apr 2014 12:11:52 -0400 Received: from redhat.com ([10.3.113.18]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id s3AGBomh013010; Thu, 10 Apr 2014 12:11:51 -0400 Date: Thu, 10 Apr 2014 19:12:36 +0300 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org Message-ID: <1397146242-28070-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Mutt-Fcc: =sent X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Peter Maydell , Anthony Liguori Subject: [Qemu-devel] [PULL for-2.0 v2 0/2] acpi: DSDT update X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit efcc87d9aedb590b8506cd1a7c8abe557c760f9e: Update version for v2.0.0-rc2 release (2014-04-08 18:52:06 +0100) 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 775478418a5244b28ce891e398e0232dc4e60b43: acpi: update generated hex files (2014-04-10 19:03:18 +0300) ---------------------------------------------------------------- acpi: DSDT update Two fixes here: - Test fix to avoid warning with make check. - Hex file update so people building QEMU without installing iasl get exactly the same ACPI as with. Both should help avoid user confusion. As it's very easy to check that the produced ACPI binary didn't change, I think these are very low risk. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Michael S. Tsirkin (2): tests/acpi: update expected DSDT files acpi: update generated hex files hw/i386/acpi-dsdt.hex.generated | 25 ++++++++++--------------- hw/i386/q35-acpi-dsdt.hex.generated | 25 ++++++++++--------------- tests/acpi-test-data/pc/DSDT | Bin 4485 -> 4480 bytes tests/acpi-test-data/q35/DSDT | Bin 7383 -> 7378 bytes 4 files changed, 20 insertions(+), 30 deletions(-) Signed-off-by: Michael S. Tsirkin Reported-by: Igor Mammedov