From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Thu, 10 Apr 2014 19:12:36 +0300 From: "Michael S. Tsirkin" Message-ID: <1397146242-28070-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL for-2.0 v2 0/2] acpi: DSDT update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori 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(-)